.categories-container .categories{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;margin:8rem auto;width:90vw;max-width:1500px}@media (max-width: 540px){.categories-container .categories{margin-top:4rem}}.categories-container .categories .top{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:2rem}.categories-container .categories .top h1{font-size:3rem}.categories-container .categories .top p{max-width:60%;font-weight:400;font-size:1rem}@media (max-width: 820px){.categories-container .categories .top p{max-width:85%}}.categories-container .categories .bottom{display:flex;justify-content:center;gap:5rem;margin:2rem auto;flex-wrap:wrap}@media (max-width: 500px){.categories-container .categories .bottom{flex-direction:column;justify-content:center;gap:2rem}}.categories-container .categories .bottom .category{display:flex;flex-direction:column;align-items:center;gap:1rem}.categories-container .categories .bottom .category .image{background-color:#e6e6e6;border-radius:50%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:190px;height:190px}@media (max-width: 1280px){.categories-container .categories .bottom .category .image{width:210px;height:210px}}@media (max-width: 1024px){.categories-container .categories .bottom .category .image{width:200px;height:200px}}@media (max-width: 820px){.categories-container .categories .bottom .category .image{width:170px;height:170px}}@media (max-width: 540px){.categories-container .categories .bottom .category .image{width:280px;height:280px}}.categories-container .categories .bottom .category .image img{width:160px;object-fit:contain;object-position:center;transition:all .3s ease}.categories-container .categories .bottom .category .image img:hover{transform:scale(1.3)}@media (max-width: 1280px){.categories-container .categories .bottom .category .image img{width:180px}}@media (max-width: 1024px){.categories-container .categories .bottom .category .image img{width:150px}}@media (max-width: 540px){.categories-container .categories .bottom .category .image img{width:250px}}.categories-container .categories .bottom .category .image:hover{border-radius:1rem}.categories-container .categories .bottom .category h3{font-size:2rem}.features{display:flex;align-items:center;justify-content:space-evenly;gap:1rem;margin:0rem auto;padding:3rem 2rem;background-color:#f0fbff}@media (max-width: 1000px){.features{flex-wrap:wrap}}@media (max-width: 880px){.features{gap:3rem}}@media (max-width: 540px){.features{gap:1rem}}.features .feature{display:flex;flex-direction:column;align-items:center;gap:.9rem;margin:2rem auto}@media (max-width: 1200px){.features .feature{max-width:39%}}@media (max-width: 700px){.features .feature{max-width:100%}}.features .feature i{font-size:2.5rem;font-weight:lighter}.features .feature h2{font-size:2rem;font-weight:700;text-align:center}.features .feature p{font-size:1rem;text-align:center;max-width:75%}@media (max-width: 700px){.features .feature p{max-width:90%}}.hero-container{width:100%;background-color:#f2e5e5;display:flex;align-items:center;height:100vh}@media (max-width: 840px){.hero-container{height:60vh}}@media (max-width: 540px){.hero-container{min-height:100vh}}.hero{width:90%;max-width:1500px;overflow:hidden;margin:0 auto;margin-top:-2rem;display:flex;align-items:center}@media (max-width: 1280px){.hero{width:98vw;margin:0 auto;margin-top:-5rem;justify-content:space-between;gap:0}}@media (max-width: 1024px){.hero{margin-top:0rem}}@media (max-width: 540px){.hero{flex-direction:column;margin-top:5rem}}.hero .left{max-width:60%}@media (max-width: 1200px){.hero .left{max-width:52vw}}@media (max-width: 767px){.hero .left{max-width:90vw;display:flex;flex-direction:column;margin-top:6rem;gap:1rem}}@media (max-width: 540px){.hero .left{margin-top:3rem;gap:0rem}}.hero .left p{font-size:1rem}.hero .left h1{font-size:5rem;margin-bottom:1rem}@media (max-width: 1100px){.hero .left h1{font-size:4rem}}@media (max-width: 900px){.hero .left h1{font-size:3rem}}@media (max-width: 820px){.hero .left h1{font-size:3.4rem}}.hero .left .info{padding:0 3rem 2rem 0}.hero .left button{padding:.8rem 1.9rem;background-color:transparent;border:1px solid black;font-weight:700;cursor:pointer;outline:none;font-size:.8rem}.hero .right img{width:800px;transition:all .3s ease;object-fit:cover;transform:rotate(-8deg)}@media (max-width: 1600px){.hero .right img{width:600px}}@media (max-width: 1200px){.hero .right img{width:420px}}@media (max-width: 820px){.hero .right img{width:330px}}@media (max-width: 540px){.hero .right img{width:320px}}.deals{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:3rem;margin:8rem auto}@media (max-width: 540px){.deals{margin-top:4rem}}.deals .top{display:flex;flex-direction:column;align-items:center;gap:2rem}.deals .top h2{font-size:3rem}.deals .top p{font-size:1rem;max-width:80%;text-align:center}.deals .bottom{display:flex;justify-content:center;width:100%}.deals .bottom .container{flex-wrap:wrap;max-width:1500px;display:flex;justify-content:flex-start;margin:0 auto;width:90%}.deals button{padding:1rem 2.5rem;background-color:transparent;border:1px solid black;cursor:pointer;outline:none;font-size:1rem}.card{width:25%;aspect-ratio:1/1.6;display:flex;flex-direction:column;align-items:center;text-align:center;padding:.5rem;gap:1rem}@media (max-width: 768px){.card{width:50%}}.card .image{width:100%;background-color:#f1f1ed;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;position:relative;z-index:10;min-height:70%}.card .image img{width:300px;object-fit:cover;object-position:center}@media (max-width: 1280px){.card .image img{width:230px}}@media (max-width: 1024px){.card .image img{width:180px}}@media (max-width: 840px){.card .image img{width:160px}}@media (max-width: 600px){.card .image img{width:200px}}@media (max-width: 540px){.card .image img{width:150px}}.card .image span{position:absolute;top:1rem;right:0rem;color:#fff;background-color:#000;padding:4px 9px;font-size:.8rem}.card .image .options{position:absolute;z-index:-1;display:flex;flex-direction:column;height:90%;width:90%;justify-content:space-between}.card .image .options .like{align-self:flex-start;background-color:#fff;color:#000;border-radius:50%;padding:.5rem;font-size:.8rem;display:flex;align-items:center;justify-content:center;transition:all .2s linear}.card .image .options .like:hover{background-color:#000;color:#fff}.card .image .options .bag{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .7rem;background-color:#fff;color:#000;border:none;cursor:pointer;outline:none;font-size:.8rem;align-self:center;transition:all .2s linear}.card .image .options .bag:hover{background-color:#000;color:#fff!important}.card .image .options .bag p:hover{color:#fff}.card h3{font-size:1rem}.card .price{display:flex;gap:1rem;font-weight:200;margin-top:-.5rem;font-size:.8rem}.card .price .p{color:#000!important;font-weight:400}.card .price .old{text-decoration:line-through}.newCollection{display:flex;flex-direction:column;gap:10vh;justify-content:center;align-items:center;text-align:center;gap:3rem;margin:8rem auto}@media (max-width: 540px){.newCollection{margin-top:4rem}}.newCollection .top{display:flex;flex-direction:column;align-items:center;font-size:3rem;gap:2rem}.newCollection .top p{font-size:1rem;max-width:70%}.newCollection .bottom{display:flex;justify-content:center;width:100%;margin:0 auto}.newCollection .bottom .container{width:90%;max-width:1500px;flex-wrap:wrap;display:flex;justify-content:flex-start}.creative{display:flex;margin:8rem auto;gap:4rem;width:90vw;max-width:1500px;align-items:center;justify-content:center}@media (max-width: 840px){.creative{flex-direction:column;gap:4rem}}.creative .left{background-color:#f1f1ed;width:50%;aspect-ratio:1/.7;display:flex;align-items:center;justify-content:center}@media (max-width: 840px){.creative .left{width:100%}}.creative .left img{width:100%;object-fit:contain;object-position:center}.creative .right{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;width:50%;aspect-ratio:1/.7}@media (max-width: 840px){.creative .right{width:100%}}.creative .right h1{margin-bottom:1rem;font-size:3rem}.creative .right .feature{display:flex;gap:1rem;max-width:80%}@media (max-width: 840px){.creative .right .feature{padding:0;max-width:90%;align-items:flex-start}}.creative .right .feature i{font-size:3rem}.creative .right .feature .text{display:flex;flex-direction:column;gap:1rem}.creative .right .feature .text h2{font-size:2rem}.creative .right .feature .text p{font-size:1rem}.goods{display:flex;gap:1rem;justify-content:center;align-items:center;width:90%;max-width:1300px;margin:3rem auto}@media (max-width: 850px){.goods{flex-direction:column}}.goods .left{flex:3.2;background-image:url(https://images.unsplash.com/photo-1588508065123-287b28e013da?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTB8fGVsZWN0cm9uaWNzfGVufDB8fDB8fHww&auto=format&fit=crop&w=500&q=60);background-color:#f2e5e5db;background-blend-mode:overlay;background-repeat:no-repeat;background-position:center;background-size:cover;padding:7rem 4rem}@media (max-width: 540px){.goods .left{padding:4rem 2rem 7rem}}.goods .left .left-details{display:flex;flex-direction:column;gap:2rem;max-width:80%}@media (max-width: 540px){.goods .left .left-details{max-width:100%}}.goods .left .left-details h2{font-size:2.5rem}.goods .left .left-details button{padding:1rem 2.5rem;background-color:transparent;border:1px solid black;cursor:pointer;transition:all .3s ease;outline:none;font-size:1rem;position:absolute}.goods .half{height:33rem}.goods .right-container{flex:1.8;background-color:#f1f1ed;padding:3rem 2rem}@media (max-width: 850px){.goods .right-container{width:100%}}.goods .right-container .right{display:flex;align-items:center;flex-direction:column;gap:1rem}.goods .right-container .right h2{font-size:2.5rem;text-align:center}@media (max-width: 500px){.goods .right-container .right{font-size:1rem}}.goods .right-container .right img{width:90%;object-fit:cover;object-position:center}@media (max-width: 540px){.goods .right-container .right img{width:60%}}.goods .right-container .right button{padding:1rem 2.5rem;background-color:transparent;border:1px solid black;cursor:pointer;transition:all .3s ease;outline:none;font-size:1rem}.shop{margin:6rem auto;width:90vw;display:flex;flex-direction:column;gap:3rem;font-size:.8rem}.shop .top{display:flex;flex-direction:column;gap:1rem;margin:0 auto;width:100%;max-width:1500px}.shop .top .breadcrumbs .options{font-size:.8rem}.shop .top .filter-options{display:flex;justify-content:space-between;align-items:center}.shop .top .filter-options .left p{font-size:1rem}.shop .top .filter-options .right{display:flex;gap:1rem}@media (max-width: 540px){.shop .top .filter-options .right{position:fixed;bottom:0;left:0;z-index:20;width:100vw;background-color:#fff;font-size:1rem;padding:1rem;justify-content:center;gap:2rem;box-shadow:0 -1px 73px -9px #00000024;-webkit-box-shadow:0px -1px 73px -9px rgba(0,0,0,.14);-moz-box-shadow:0px -1px 73px -9px rgba(0,0,0,.14)}}.shop .top .filter-options .right span{cursor:pointer}.shop .filter-container{display:flex;flex-direction:column;gap:2rem;margin:0 auto}@media (max-width: 768px){.shop .filter-container{width:90vw}}.shop .filter-container .headings{display:flex;justify-content:space-between;gap:20rem;font-size:1rem}@media (max-width: 768px){.shop .filter-container .headings{gap:0}}.shop .filter-container .options{display:flex;justify-content:space-between;gap:10rem}@media (max-width: 540px){.shop .filter-container .options{gap:0}}.shop .filter-container .options .category-options{display:flex;gap:1rem}.shop .filter-container .options .category-options span{color:#000;font-size:1rem}@media (max-width: 768px){.shop .filter-container .options .category-options{flex-direction:column}}.shop .filter-container .options .category-options span{cursor:pointer}.shop .filter-container .options .price{display:flex;flex-direction:column;gap:1rem}.shop .filter-container .options .price .input{width:15rem;height:1px;border:none;color:#000;outline:none;-webkit-appearance:none;background:lightgray;cursor:pointer;box-shadow:inset 0 0 4px #d3d3d3}.shop .filter-container .options .price .input::-webkit-slider-thumb{height:15px;-webkit-appearance:none;width:15px;background:white;border:1px solid black}.shop .filter-container .options .price .price-container{display:flex;justify-content:space-between}.shop .filter-container .options .price .price-container input{outline:none;border:1px solid lightgray;padding:.2rem;width:4.5rem}.shop .filter-container .options .price p{align-self:flex-end;cursor:pointer}.shop .bottom-container{width:90vw}.shop .bottom-container .bottom{max-width:1500px;width:100%;display:flex;margin:0 auto;justify-content:flex-start;flex-wrap:wrap}.product{width:98vw;margin:5rem auto;display:flex;flex-direction:column;max-width:1500px;gap:1rem}@media (max-width: 450px){.product{margin:6rem auto}}.product .breadcrumbs{font-size:.8rem}@media (max-width: 450px){.product .breadcrumbs{font-size:.7rem}}.product .top{display:flex;flex-direction:column;gap:2rem;margin:1rem auto}.product .top .product-display{display:flex;gap:3rem}@media (max-width: 900px){.product .top .product-display{flex-direction:column}}.product .top .product-display .left{height:30rem;width:25rem;background-color:#f1f1ed;display:flex;align-items:center;justify-content:center}@media (max-width: 450px){.product .top .product-display .left{width:350px;height:300px;margin:0 auto}}.product .top .product-display .left img{object-fit:contain;object-position:center;width:450px;height:300px}@media (max-width: 450px){.product .top .product-display .left img{width:350px}}.product .top .product-display .right{display:flex;flex-direction:column;gap:1.5rem}.product .top .product-display .right p{color:#000}.product .top .product-display .right .product-name{display:flex;justify-content:space-between;align-items:center;width:105%}@media (max-width: 900px){.product .top .product-display .right .product-name{width:100%}}@media (max-width: 550px){.product .top .product-display .right .product-name h2{font-size:1.2rem}}.product .top .product-display .right .product-name .like{border-radius:50%;padding:.4rem;border:1px solid lightgray;cursor:pointer;display:flex;justify-content:center;align-items:center}.product .top .product-display .right .quantity{font-size:1rem;margin-bottom:-.5rem}.product .top .product-display .right .prices{display:flex;flex-direction:row;font-weight:700;gap:.5rem}.product .top .product-display .right .prices hr{height:100%;border:1px solid lightgray}.product .top .product-display .right .prices .oldPrice{text-decoration:line-through;color:#676767}.product .top .product-display .right .hurry{display:flex;gap:.5rem;align-items:center}.product .top .product-display .right .addCart{display:flex;justify-content:space-between;align-items:center;gap:1rem}.product .top .product-display .right .addCart .count{display:flex;gap:1.2rem;background-color:#f1f1ed;padding:.7rem .8rem}@media (max-width: 550px){.product .top .product-display .right .addCart .count{padding:.5rem .6rem;font-size:1rem}}.product .top .product-display .right .addCart .count .sign{font-weight:300;cursor:pointer}.product .top .product-display .right .addCart button{background-color:transparent;color:#000;padding:.75rem 6.95rem;cursor:pointer;transition:all .3s ease;outline:none;border:1px solid black;font-size:1rem}@media (max-width: 450px){.product .top .product-display .right .addCart button{padding:.75rem 4.95rem}}.product .top .product-display .right button{background-color:#000;color:#fff;padding:.75rem 5.5rem;font-size:1rem;cursor:pointer;border:none}.product .top .product-display .right .shipping{display:flex;flex-direction:column;gap:1rem;font-size:1rem}.product .top .product-display .right .shipping p{font-weight:300}.product .top .product-display .right hr{border:none;border-top:.5px solid lightgray}.product .top .product-display .right .product-category{display:flex;align-items:center;justify-content:space-between;font-size:.8rem}.product .top .product-display .right .payment{display:flex;flex-direction:column;justify-content:center;gap:1rem;align-items:center;padding:3rem 4rem;font-size:1rem;background-color:#f1f1ed}.product .top .product-preview{display:flex;gap:2rem}@media (max-width: 900px){.product .top .product-preview{display:none}}.product .top .product-preview .border{border:1px solid black;padding:.5rem}.product .top .product-preview .border .image-options{width:150px;cursor:pointer;height:200px;background-color:#f1f1ed;display:flex;align-items:center;justify-content:center}.product .top .product-preview .border .image-options img{object-fit:contain;object-position:center;width:180px}.product .bottom{display:flex;flex-direction:column;width:90%;max-width:1500px;margin:2rem auto;gap:1rem}.product .bottom .product-details{display:flex;flex-direction:column;gap:1.5rem;font-size:1rem}.product .bottom .product-details .details-header{display:flex;flex-direction:column}.product .bottom .product-details .details-header .details-options{display:flex;align-items:center;flex-direction:row;flex-wrap:wrap}.product .bottom .product-details .details-header .details-options p{padding:1rem 2rem;cursor:pointer;font-weight:400}@media (max-width: 900px){.product .bottom .product-details .details-header .details-options p{padding:.7rem 1.2rem;font-size:.8rem}}.product .bottom .product-details .details-header .details-options p.active{background-color:#000;color:#fff}.product .bottom .product-details .details-header hr{border:none;border-top:.5px solid lightgray}.product .bottom .product-details .about-product{display:flex;gap:3rem}@media (max-width: 550px){.product .bottom .product-details .about-product{flex-direction:column}}.product .bottom .product-details .about-product .about-image{width:10rem;height:15rem;background-color:#f1f1ed;display:flex;justify-content:center;align-items:center}.product .bottom .product-details .about-product .about-image img{width:10rem;object-fit:contain;object-position:center}.product .bottom .product-details .about-product .about-text{display:flex;flex-direction:column;gap:1rem}@media (max-width: 550px){.product .bottom .product-details .about-product .about-text p{max-width:100%}}.product .bottom .product-details .additional-info{display:flex;flex-direction:column}.product .bottom .product-details .additional-info hr{border:none;border-top:.5px solid rgb(233,231,231)}.product .bottom .product-details .additional-info .info{padding:.3rem 0;display:flex;justify-content:space-between}.product .bottom .product-details .reviews{display:flex;flex-direction:column;gap:1.5rem}.product .bottom .product-details .reviews .review{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem;font-size:1rem}@media (max-width: 850px){.product .bottom .product-details .reviews .review{font-size:.7rem}}.product .bottom .product-details .reviews .review hr{border:none;border-top:.5px solid lightgray}.product .bottom .product-details .reviews .add-review{display:flex;flex-direction:column;gap:.5rem;width:50rem}@media (max-width: 800px){.product .bottom .product-details .reviews .add-review{width:100%}}.product .bottom .product-details .reviews .add-review h4{font-size:1rem}.product .bottom .product-details .reviews .add-review p{font-size:.8rem;color:#000}.product .bottom .product-details .reviews .add-review textarea{padding:1rem;margin-bottom:1rem;border:1px solid lightgray;outline:none}.product .bottom .product-details .reviews .add-review .input{display:flex;gap:1rem}@media (max-width: 500px){.product .bottom .product-details .reviews .add-review .input{flex-direction:column}}.product .bottom .product-details .reviews .add-review .input input{padding:.7rem 1rem;font-size:1rem;outline:none;width:100%;border:1px solid lightgray}.product .bottom .product-details .reviews button{padding:.7rem 2.5rem;background-color:#000;border:none;color:#fff;cursor:pointer;outline:none;font-size:1rem;width:10rem}.alert-container{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:fixed;z-index:57;top:0;left:0;background-color:#292929cc}.alert-container .alert{width:20rem;background-color:#fff;border:none;display:flex;flex-direction:column;box-shadow:0 -1px 73px -9px #00000024;-webkit-box-shadow:0px -1px 73px -9px rgba(0,0,0,.14);-moz-box-shadow:0px -1px 73px -9px rgba(0,0,0,.14)}.alert-container .alert .header{display:flex;justify-content:center;align-items:center;padding:1rem 0;border-bottom:1px solid lightgray}.alert-container .alert .header h3{align-self:center}.alert-container .alert .message{display:flex;flex-direction:column;gap:2rem;padding:2rem}.alert-container .alert .message p{color:#000}.alert-container .alert .message button{padding:1rem 2.5rem;background-color:#000;color:#fff;border:none;cursor:pointer;outline:none;font-size:1rem}.products{width:90%;display:flex;flex-direction:column;margin:4rem auto;max-width:1500px;gap:3rem}.products .header{font-size:1.5rem}.products .bottom{display:flex;flex-direction:row;justify-content:center;width:100%;margin:0 auto}.products .bottom .container{width:100%;display:flex;justify-content:flex-start;flex-wrap:wrap}.wishlist{display:flex;justify-content:center;align-items:center;flex-direction:column;background:linear-gradient(to right,rgb(250,255,250),rgb(234,246,250));min-height:35rem}.wishlist .container{height:100%;margin:5rem auto;display:flex;flex-direction:column;gap:3rem}@media (max-width: 900px){.wishlist .container{gap:2rem}}.wishlist .container .box{background-color:#fff;padding:1.3rem 2rem;width:60vw;max-width:1500px;box-shadow:0 -1px 73px -9px #00000024;-webkit-box-shadow:0px -1px 73px -9px rgba(0,0,0,.14);-moz-box-shadow:0px -1px 73px -9px rgba(0,0,0,.14)}@media (max-width: 900px){.wishlist .container .box{width:70vw;padding:1rem 2rem}}.wishlist .container .box p{font-size:1rem;color:#000}.wishlist .container button{padding:1rem 2.5rem;background-color:#000;color:#fff;border:none;cursor:pointer;outline:none;font-size:1rem;align-self:flex-start}@media (max-width: 900px){.wishlist .container button{padding:.7rem 2rem}}.wishlist .table{background-color:#fff;max-width:1500px;margin:7rem auto;padding:2rem;width:90vw;box-shadow:0 -1px 73px -9px #00000024;-webkit-box-shadow:0px -1px 73px -9px rgba(0,0,0,.14);-moz-box-shadow:0px -1px 73px -9px rgba(0,0,0,.14)}@media (max-width: 1280px){.wishlist .table{width:98vw;padding:2rem 1rem}}@media (max-width: 1024px){.wishlist .table{width:90vw;padding:2rem 1rem}}.wishlist .table table{border-collapse:collapse;font-size:1rem;width:100%}@media (max-width: 1024px){.wishlist .table table{display:flex;flex-direction:column;gap:1rem}}.wishlist .table table .table-row{border-top:1px solid lightgray;border-bottom:1px solid lightgray}@media (max-width: 1024px){.wishlist .table table .table-row.top{display:none}}@media (max-width: 1024px){.wishlist .table table .table-row{border-bottom:0;display:flex;flex-direction:column;align-items:flex-start;gap:.1rem;padding-left:1rem}}.wishlist .table table .table-row th{padding:1.35rem 0;text-align:center;color:#000}@media (max-width: 1024px){.wishlist .table table .table-row th{border-bottom:none}}.wishlist .table table .table-row .first-row{padding-right:0}.wishlist .table table .table-row td{text-align:center;padding:1.5rem;color:#000}@media (max-width: 1380px){.wishlist .table table .table-row td{padding:1.5rem 0rem}}@media (max-width: 1024px){.wishlist .table table .table-row td{padding:.5rem 0rem}}.wishlist .table table .table-row td .image-row{display:flex;align-items:center;gap:2.5rem;width:30%;margin-right:-4rem}@media (max-width: 1024px){.wishlist .table table .table-row td .image-row{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;width:100%}}.wishlist .table table .table-row td span{padding:.2rem;font-size:.6rem;display:flex;justify-content:center;align-items:center;font-weight:700;background-color:transparent;border-radius:50%;border:1px solid black;color:#000;cursor:pointer}.wishlist .table table .table-row td .image{width:6rem;height:4rem;display:flex;align-items:center;justify-content:center;background-color:#f1f1ed;cursor:pointer}.wishlist .table table .table-row td .image img{width:4.5rem}.wishlist .table table .table-row td button{padding:1rem 2.5rem;background-color:#000;color:#fff;border:none;cursor:pointer;outline:none;font-size:1rem;align-self:flex-start}@media (max-width: 1024px){.wishlist .table table .table-row td button{padding:.7rem 2rem}}.cart{display:flex;align-items:center;justify-content:center;background:linear-gradient(to right,rgb(250,255,250),rgb(234,246,250));gap:1.5rem;font-size:1rem;min-height:35rem}.cart .container{margin:8rem auto;display:flex;flex-direction:column;gap:3rem;max-width:1500px}.cart .container button{padding:1rem 2.5rem;background-color:#000;color:#fff;border:none;cursor:pointer;outline:none;font-size:1rem;align-self:flex-start}.cart .cart-card{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin:8rem auto;max-width:1500px;width:95vw}@media (max-width: 1024px){.cart .cart-card{flex-direction:column}}.cart .cart-card .left{background-color:#fff;flex:2;height:28rem;gap:1rem;display:flex;flex-direction:column;justify-content:center;padding:2rem;box-shadow:0 -1px 73px -9px #00000024;-webkit-box-shadow:0px -1px 73px -9px rgba(0,0,0,.14);-moz-box-shadow:0px -1px 73px -9px rgba(0,0,0,.14)}@media (max-width: 1024px){.cart .cart-card .left{width:90vw}}.cart .cart-card .left table{border-collapse:collapse;width:100%}.cart .cart-card .left table .table-row{border-bottom:1px solid lightgray}@media (max-width: 1024px){.cart .cart-card .left table .table-row{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem;padding:0 2rem}}.cart .cart-card .left table .table-row th{padding:1rem;text-align:center;color:#000}@media (max-width: 1024px){.cart .cart-card .left table .table-row th{display:none}}.cart .cart-card .left table .table-row td{text-align:center;color:#000;padding:1rem .2rem}@media (max-width: 1024px){.cart .cart-card .left table .table-row td{width:100%;text-align:left;padding:.5rem 0rem}}.cart .cart-card .left table .table-row td .image-row{display:flex;align-items:center;gap:1rem;padding-left:2rem}@media (max-width: 1024px){.cart .cart-card .left table .table-row td .image-row{display:flex;flex-direction:column;align-items:flex-start;padding-left:0rem}}.cart .cart-card .left table .table-row td .image-row span{padding:.3rem;display:flex;justify-content:center;align-items:center;font-weight:700;background-color:transparent;border-radius:50%;border:1px solid black;color:#000;cursor:pointer}.cart .cart-card .left table .table-row td .image-row .image{width:6rem;height:4rem;display:flex;align-items:center;justify-content:center;background-color:#f1f1ed;cursor:pointer}.cart .cart-card .left table .table-row td .image-row .image img{width:4.5rem}@media (max-width: 1024px){.cart .cart-card .left table .table-row td .image-row p{margin-right:0rem;border-top:1px solid lightgray;border-bottom:1px solid lightgray}}.cart .cart-card .left table .table-row td .quantity{display:flex;align-items:center;border:1px solid lightgray;align-self:center;justify-content:space-between;width:70%;margin:0 auto;padding:.2rem .6rem}@media (max-width: 1024px){.cart .cart-card .left table .table-row td .quantity{align-self:left;width:10%;margin:0}}@media (max-width: 500px){.cart .cart-card .left table .table-row td .quantity{align-self:left;width:20%;margin:0}}.cart .cart-card .left table .table-row td .quantity p{color:#000;cursor:pointer}.cart .cart-card .left table .table-row td .quantity .sign{color:#000;font-weight:300;font-size:.8rem}.cart .cart-card .left table .table-row td .quantity .count{font-size:1rem}.cart .cart-card .left table .table-row td span{padding:.2rem;font-size:.6rem;display:flex;align-items:center;justify-content:center;font-weight:700;background-color:#ededed;border-radius:50%;color:#000;cursor:pointer;margin-left:-1rem}@media (max-width: 1024px){.cart .cart-card .left table .table-row td span{margin-left:0rem}}.cart .cart-card .left table .table-row td .image{width:4rem;display:flex;align-items:center;justify-content:center;background-color:#f1f1ed}.cart .cart-card .left table .table-row td .image img{width:6rem}.cart .cart-card .left .coupon{display:flex}@media (max-width: 1024px){.cart .cart-card .left .coupon{flex-direction:column;gap:1rem;padding:1rem 2rem}}.cart .cart-card .left .coupon input{outline:none;border:1px solid lightgray;padding:.9rem 1rem;width:15rem;font-size:1rem}@media (max-width: 1024px){.cart .cart-card .left .coupon input{width:100%}}.cart .cart-card .left .coupon button{padding:1rem 2rem;background-color:#000;color:#fff;border:none;cursor:pointer;outline:none;font-size:1rem}.cart .cart-card .right{display:flex;flex-direction:column;justify-content:space-between;gap:1rem;padding:2rem;height:28rem;flex:1;background-color:#fff;box-shadow:0 -1px 73px -9px #00000024;-webkit-box-shadow:0px -1px 73px -9px rgba(0,0,0,.14);-moz-box-shadow:0px -1px 73px -9px rgba(0,0,0,.14)}@media (max-width: 1024px){.cart .cart-card .right{width:90vw}}.cart .cart-card .right h3{font-family:Abhaya Libre,serif}.cart .cart-card .right p{font-size:1rem;color:#000}.cart .cart-card .right hr{border:none;border-top:1px solid lightgray}.cart .cart-card .right .subtotal{display:flex;align-items:center;justify-content:space-between}.cart .cart-card .right .shipping{display:flex;flex-direction:column;gap:1.5rem;justify-content:flex-start}.cart .cart-card .right .shipping .top{display:flex;flex-direction:column;gap:1rem}.cart .cart-card .right button{padding:1rem 2rem;background-color:#000;color:#fff;border:none;cursor:pointer;outline:none;font-size:1rem}.shop{display:flex;gap:3rem}.shop .top{display:flex;gap:1rem}.shop .top .input{display:flex;align-items:center;justify-content:space-between;padding:.8rem;border:1px solid lightgray;align-self:center;width:30rem}@media (max-width: 500px){.shop .top .input{width:18rem;padding:.5rem}}.shop .top .input input{border:none;outline:none;font-size:1rem}.shop .bottom .nothing{display:flex;flex-direction:column;gap:1rem}.shop .bottom .nothing h1{font-size:2.5rem}.shop .bottom .nothing p{font-size:1rem}.shop .result{display:flex;flex-direction:column;gap:3rem;align-items:center}.shop .result h2{font-size:1.5rem}.shop .result .card-container{display:flex;width:100%;margin:0 auto;justify-content:center}.shop .result .card-container .container{flex-wrap:wrap;display:flex;width:90%;justify-content:flex-start}.cart{display:flex;gap:2rem}.cart .dashboard-container{display:flex;gap:3rem;width:88vw;margin:0 auto;max-width:1500px;font-size:1rem}@media (max-width: 820px){.cart .dashboard-container{margin:6rem auto;flex-direction:column}}.cart .dashboard-container .options{display:flex;flex-direction:column;gap:1rem;width:20rem}@media (max-width: 820px){.cart .dashboard-container .options{width:100%}}.cart .dashboard-container .options p{background-color:#fff;padding:.8rem;cursor:pointer;color:#000;box-shadow:0 -1px 73px -9px #00000024;-webkit-box-shadow:0px -1px 73px -9px rgba(0,0,0,.14);-moz-box-shadow:0px -1px 73px -9px rgba(0,0,0,.14)}.cart .dashboard-container .right{width:100%}.cart .dashboard-container .right p{color:#000}.cart .dashboard-container .right .dashboard-text{background-color:#fff;padding:2rem;box-shadow:0 -1px 73px -9px #00000024;-webkit-box-shadow:0px -1px 73px -9px rgba(0,0,0,.14);-moz-box-shadow:0px -1px 73px -9px rgba(0,0,0,.14)}.cart .dashboard-container .right .orders-text{background-color:#fff;padding:2rem 2rem 4rem}.cart .dashboard-container .right .orders-text .orders{padding:1rem;background-color:#ebebeb;display:flex;align-items:center;justify-content:space-between}.cart .dashboard-container .right .orders-text .orders button{cursor:pointer;background-color:#000;color:#fff;padding:1rem 2rem;border:none;outline:none}.navbar{width:100%}.navbar .top-container{background-color:#888581}.navbar .top-container .top{width:90vw;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;font-size:.6rem;font-weight:400;color:#fff;max-width:1500px}@media (max-width: 1280px){.navbar .top-container .top{width:97vw}}@media (max-width: 1024px){.navbar .top-container .top{display:none}}.navbar .top-container .top .right{display:flex;align-items:center}.navbar .top-container .top .right span{display:flex;align-items:center;padding:0 1rem;gap:.5rem;border-right:1px solid #ffffff;color:#fff;cursor:pointer}.navbar .top-container .top .right .last{border-right:none;padding-right:0}.navbar .top-container .top .right .last i{font-size:.75rem}.navbar .bottom{width:100%;height:4.3rem;position:sticky;z-index:50;background-color:#f2e5e5;transition:all .3s ease;font-size:1.2rem}.navbar .bottom.active{color:#000;position:fixed;background-color:#fff;top:0;left:0;border-bottom:1px solid lightgrey;z-index:50}.navbar .bottom .bottom-container{align-items:center;justify-content:space-between;display:flex;width:90vw;margin:0 auto;padding:1.3rem .5rem;max-width:1500px}@media (max-width: 1280px){.navbar .bottom .bottom-container{width:98vw;padding:.9rem .5rem;top:0}}@media (max-width: 300px){.navbar .bottom .bottom-container{padding:1rem}}.navbar .bottom .bottom-container .menu{display:none;cursor:pointer}@media (max-width: 1024px){.navbar .bottom .bottom-container .menu{display:flex}}.navbar .bottom .bottom-container .left{display:flex;align-items:center;gap:.3rem;flex-direction:row;font-size:2rem}.navbar .bottom .bottom-container .left p{font-size:2rem;font-family:Jost,sans-serif;color:#000}.navbar .bottom .bottom-container .right{display:flex;align-items:center;gap:1.5rem}@media (max-width: 1024px){.navbar .bottom .bottom-container .right{gap:1rem}}@media (max-width: 600px){.navbar .bottom .bottom-container .right{gap:.5rem}}.navbar .bottom .bottom-container .right div{cursor:pointer}.navbar .bottom .bottom-container .right .parent{position:relative}.navbar .bottom .bottom-container .right .parent span{position:absolute;color:#000;top:-7px;right:-7px;font-size:.65rem;font-weight:700}@media (max-width: 1024px){.navbar .bottom .bottom-container .right .nav-search,.navbar .bottom .bottom-container .right .parent.nav-wish{display:none}}.nav-container{display:flex;width:100%;height:100%;position:fixed;top:0;left:0;background-color:#111c;opacity:1;z-index:51}.nav-container .nav-menu{position:fixed;top:0;left:0;height:100%;display:flex;flex-direction:column;background-color:#fff;font-size:1rem;min-width:50vw;padding:0 1rem;gap:1rem}.nav-container .nav-menu hr{border:none;border-top:.5px solid lightgray}.nav-container .nav-menu .header{display:flex;align-items:center;justify-content:space-between;padding-top:1.3rem}.nav-container .nav-menu .header .left{display:flex;align-items:center;flex-direction:row;font-size:2rem;gap:.3rem}@media (max-width: 500px){.nav-container .nav-menu .header .left{font-size:2rem}}.nav-container .nav-menu .header .left p{font-size:2rem;font-family:Jost,sans-serif;color:#000}.nav-container .nav-menu .input{border:.5px solid lightgray;display:flex;align-items:center;justify-content:space-between;padding:.5rem .8rem}.nav-container .nav-menu .input input{border:none;outline:none;font-size:1rem}.nav-container .nav-menu .nav-wishlist{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 .2rem}.nav-container .nav-menu .nav-wishlist .nav-heart{position:relative}.nav-container .nav-menu .nav-wishlist .nav-heart .nav-heart-count{position:absolute;font-size:.7rem;color:#000;top:-10px;right:-6px}.search{opacity:0;transition:all .4s ease;z-index:-1;position:fixed}.search input{display:none}.search.active{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:fixed;background:white;top:0;left:0;z-index:99;opacity:1;transition:all .3s ease}.search.active .input{display:flex;align-items:center;border:none;border-bottom:.3px solid black}.search.active .input input{display:block;border:none;background-color:transparent;width:55vw;outline:none;padding:.5rem .8rem;font-size:1.7rem}.search.active button{position:absolute;top:0;right:0;padding:1.5rem 2rem;font-size:1.7rem;font-weight:200;color:#fff;background-color:#000;cursor:pointer;outline:none;border:none}.user-container{display:flex;justify-content:center;width:100%;height:100%;position:fixed;z-index:53;top:0;left:0;background-color:#292929cc}.user-container .user{width:30rem;position:absolute;background-color:#fff;border:none;margin:2rem auto;display:flex;flex-direction:column;font-size:1rem}@media (max-width: 500px){.user-container .user{width:90vw;margin:3rem auto}}.user-container .user .top{display:flex;align-items:center;width:100%}.user-container .user .top button{padding:1rem 3rem;flex-basis:50%;font-size:1rem;border:none;cursor:pointer;outline:none}.user-container .user .top .signin{color:#000;background-color:#fff}.user-container .user .top .signin.inactive,.user-container .user .top .register{color:#fff;background-color:#000}.user-container .user .top .register.active{color:#000;background-color:#fff}.user-container .user .top .red{color:red}.user-container .user .bottom{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem}@media (max-width: 500px){.user-container .user .bottom{padding:2rem 1rem}}.user-container .user .bottom label{align-self:flex-start}.user-container .user .bottom input{font-size:1rem;width:100%;background-color:transparent;outline:none;padding:.9rem .5rem;border:1px solid lightgray}.user-container .user .bottom .password{border:1px solid lightgray;display:flex;padding:.9rem .5rem;align-items:center;width:100%}.user-container .user .bottom .password #input{border:none;font-size:1rem;padding:0;background-color:transparent;outline:none}.user-container .user .bottom .password i{cursor:pointer;color:#7d7d7d}.user-container .user .bottom .forgot{display:flex;width:100%;align-items:center;justify-content:space-between;font-size:.8rem;margin:.5rem 0}.user-container .user .bottom .forgot .left{display:flex;align-items:center;width:50%;gap:.8rem}.user-container .user .bottom .forgot .left input{flex-basis:7%;cursor:pointer}.user-container .user .bottom .forgot .left span{width:100%}.user-container .user .bottom .forgot span{cursor:pointer}.user-container .user .bottom .forgot p{font-size:.8rem}.user-container .user .bottom button{color:#fff;background-color:#000;border:none;outline:none;padding:1rem 3rem;width:100%;font-size:1rem;cursor:pointer}.user-container .user .red{color:red}.cart-container{display:none;opacity:0;z-index:-99;position:fixed}.cart-container.active{display:flex;width:100%;height:100%;top:0;left:0;background-color:#111c;opacity:1;z-index:51}.cart-container .cart-menu{position:fixed;top:0;right:0;height:100%;display:flex;flex-direction:column;justify-content:space-between;background-color:#fff;font-size:1rem;min-width:40vw}@media (max-width: 1024px){.cart-container .cart-menu{min-width:50vw}}.cart-container .cart-menu .top{display:flex;flex-direction:column}.cart-container .cart-menu .top .header{display:flex;justify-content:space-between;background-color:#d1d1d1;padding:1.3rem 1rem;font-size:1rem}.cart-container .cart-menu .top .items{display:flex;justify-content:space-between;padding:1rem 1.5rem;gap:.9rem}.cart-container .cart-menu .top .items .left .img-bg{width:80px;height:60px;background-color:#f1f1ed;display:flex;align-items:center;justify-content:center;overflow:hidden}.cart-container .cart-menu .top .items .left .img-bg img{width:70px;object-fit:contain;object-position:center}.cart-container .cart-menu .top .items .right{display:flex;flex-direction:column;gap:.5rem;width:100%}@media (max-width: 500px){.cart-container .cart-menu .top .items .right{width:10rem}}.cart-container .cart-menu .top .items .right .top{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.cart-container .cart-menu .top .items .right .top b{font-family:Abhaya Libre,serif;font-size:1rem;color:#000}.cart-container .cart-menu .top .items .right .bottom{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.cart-container .cart-menu .top .items .right .bottom .count{display:flex;flex-direction:row;align-items:center;gap:.6rem;border:1px solid lightgrey;padding:.2rem .4rem;font-size:.6rem}.cart-container .cart-menu .top .items .right .bottom .count span{font-size:.8rem;color:#000}.cart-container .cart-menu .top .items .right .bottom .count .sign{cursor:pointer}.cart-container .cart-menu .top .items .right .bottom p{font-size:.8rem;color:#000}.cart-container .cart-menu .hr{margin-left:1.5rem;margin-right:1.5rem;border:none;border-top:.5px solid lightgrey}.cart-container .bottom-pay{display:flex;flex-direction:column;width:100%;gap:1rem;padding:1.5rem;margin-bottom:1.5rem}.cart-container .bottom-pay p{align-self:flex-end}.cart-container .bottom-pay hr{border:none;border-top:1px solid lightgray}.cart-container .bottom-pay .total{display:flex;justify-content:space-between}.cart-container .bottom-pay .total p{color:#000;font-family:Jost,sans-serif;font-size:1rem}.cart-container .bottom-pay button{padding:1.2rem;border:none;outline:none;cursor:pointer;transition:all .3s ease;font-size:1rem}@media (max-width: 500px){.cart-container .bottom-pay button{padding:.5rem 1.2rem}}.cart-container .bottom-pay .toCart{color:#000;background-color:#d1d1d1}.cart-container .bottom-pay .checkout{color:#fff;background-color:#000}.footer{display:flex;flex-direction:column;min-height:30rem}.footer .top{border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 0;gap:2rem}.footer .top h1{font-size:3rem;text-align:center}.footer .top p{font-size:1rem}.footer .top .input{display:flex;gap:1rem;align-items:center}@media (max-width: 900px){.footer .top .input{flex-direction:column}}.footer .top .input input{padding:.9rem 1rem;border:none;background-color:#f4f0f0;color:#000;font-size:1rem;outline:none;width:35vw}@media (max-width: 900px){.footer .top .input input{width:75vw}}.footer .top .input button{padding:1rem 2.5rem;background-color:#000;cursor:pointer;transition:all .3s ease;outline:none;border:none;font-size:1rem;color:#fff}@media (max-width: 900px){.footer .top .input button{width:75vw}}.footer .bottom{display:flex;align-items:center;justify-content:space-between;margin:0 auto;padding:1rem 0;font-size:1rem;width:80%;max-width:1500px}@media (max-width: 900px){.footer .bottom{flex-direction:column;gap:1.5rem}}.footer .bottom .logos{width:10rem}.footer .bottom .icons{display:flex;align-items:center;justify-content:space-between}.footer .bottom .icons a{text-decoration:none;font-size:1rem;color:#909090;cursor:pointer;margin:0 1rem}*{margin:0;padding:0;box-sizing:border-box!important;font-family:Poppins,sans-serif}body{overflow-x:hidden}h1,h2,h3{font-family:Abhaya Libre,serif}span,p,label,input,button,a,td,th{font-family:Jost,sans-serif;color:#676767}label,input,button,a{font-family:Jost,sans-serif;color:#000}.link{text-decoration:none;color:inherit}.red{color:red}.green{color:green;font-weight:700}.circle{display:flex;align-items:center;justify-content:center;height:10rem;min-width:20rem}
