@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";.Blog{padding:4rem 1.4rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem}.Blog>.container{display:flex;align-items:center;gap:.9rem}.Blog>.container>.wrapper{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;flex-wrap:wrap}.Blog .container .blog-box{height:350px;flex-grow:1;flex-basis:400px;display:flex;border:.4px solid rgb(216,215,215);gap:.7rem;padding:5px}.Blog .container .blog-box img{height:100%;width:55%}.Blog .container .blog-box .blog-detail{display:flex;flex-direction:column;justify-content:space-between}.Blog .container .blog-box .blog-detail .top{display:flex;justify-content:space-between;flex-direction:column;gap:.7rem}.Blog .container .blog-box .blog-detail .top .calendar{font-size:14px;display:flex;gap:.4rem;color:#616060}.Blog .container .blog-box .blog-detail .top .author{font-size:18px;font-weight:500;color:#616060}.Blog .container .blog-box .blog-detail .top .author span{font-weight:600}.Blog .container .blog-box .blog-detail .blog-title{font-size:18px;color:#550155}.Blog .container .blog-box .blog-detail .blog-body{font-size:16px;color:#616060}.blog-read-more{text-decoration:none;text-align:center;color:#550155;background-color:#efbdef;padding:9px;border-radius:10px;display:flex;align-items:center;gap:.5rem}.blog-view-more{text-decoration:none;text-align:center;color:#550155;background-color:#efbdef;padding:9px;border-radius:10px;min-width:15%}@media screen and (max-width:1080px){.Blog>.container{flex-direction:column;gap:1.5rem}.blog-view-more{width:50%}}@media screen and (max-width:520px){.Blog .container .blog-box .blog-detail .blog-title{font-size:16px;color:#550155}.Blog .container .blog-box .blog-detail .blog-body{font-size:14px;color:#616060}.Blog .container .blog-box .blog-detail .top .author{font-size:15px}.blog-read-more{padding:7px;gap:.5rem}}@media screen and (max-width:380px){.Blog .container .blog-box .blog-detail .blog-title{font-size:15px;color:#550155}.Blog .container .blog-box{height:390px;flex-direction:column}.Blog .container .blog-box img{width:100%}.Blog .container .blog-box .blog-detail{gap:.3rem}.Blog .container .blog-box .blog-detail .blog-body{font-size:12px;color:#616060}.Blog .container .blog-box .blog-detail .top .author{font-size:13px}.blog-read-more{font-size:12px}.blog-view-more{width:100%}}.FeaturedProduct{padding:1.3rem 1.2rem}.heading{font-size:19px;font-weight:800}.FeaturedProductTop{display:flex;align-items:center;justify-content:space-between}.FeaturedProductTop>.right-links{text-decoration:none;color:#550155;padding:4px 6px;font-size:15px;background-color:#f2a6f2;display:flex;align-items:center;gap:.3rem;border-radius:10px}.FeaturedProductBottom{display:grid;grid-template-columns:repeat(4,1fr);margin-top:1.2rem;gap:.4rem}.FeaturedProductBottom .box{padding:10px;width:290px;position:relative;display:flex;height:300px;flex-direction:column;gap:.8rem}.FeaturedProductBottom .box span{position:absolute;background-color:#00f;display:flex;color:#f4f1f1;padding:4px 7px;top:20px}.FeaturedProductBottom .box img{width:100%;min-height:60%}.FeaturedProductBottom .box .about-item{display:flex;flex-direction:column;gap:.8rem;min-height:100px}.about-item .about-item-name{font-size:17px;font-weight:600}.about-item .about-item-price-stock{display:flex;align-items:center;justify-content:space-between}.about-item .price-section{display:flex;align-items:center;justify-content:space-between;gap:.9rem}.FeaturedProductBottom .box .last{display:flex;justify-content:space-between;align-items:center}.about-item .about-item-price-stock .price-section .old-price{font-size:15px;font-weight:500;color:gray;text-decoration:line-through}.about-item .about-item-price-stock .price-section .new-price{font-size:15px;font-weight:700;color:#550155}.about-item .about-item-price-stock .instock{font-size:15px;font-weight:500;background:rgb(187,227,187);color:green;padding:4px 7px;border-radius:7px}.about-item .about-item-price-stock .outstock{font-size:15px;font-weight:500;background:rgb(232,175,175);color:red;padding:3px 7px;border-radius:7px}.last .product-icon{color:#550155;font-size:25px;padding:2px;background:rgb(242,166,242)}.last .last-box-prop{color:#550155;font-size:16px;font-weight:500;padding:2px;background:rgb(242,166,242);display:flex;gap:.6rem;align-items:center;cursor:pointer}.last .last-box-prop .last-box-prop-icon{font-size:25px}@media screen and (max-width:1210px){.FeaturedProductBottom{display:grid;grid-template-columns:repeat(4,1fr);margin-top:1.2rem;gap:.4rem}.FeaturedProductBottom .box{padding:10px;width:260px;position:relative;display:flex;height:300px;flex-direction:column;gap:.8rem}}@media screen and (max-width:1080px){.FeaturedProductBottom .box{width:235px}}@media screen and (max-width:998px){.FeaturedProductBottom .box{width:228px}}@media screen and (max-width:940px){.FeaturedProductBottom{grid-template-columns:repeat(2,1fr)}.FeaturedProductBottom .box{min-width:150px;width:100%}}@media screen and (max-width:670px){.FeaturedProductBottom{grid-template-columns:repeat(1,1fr)}}.FirstHeader{display:flex;align-items:center;justify-content:space-between;background-color:#550155;color:#fff;padding:1rem 1.3rem;flex-wrap:nowrap}.left span{font-weight:700}.FirstHeader>.right{display:flex;align-items:center;gap:1.6rem;flex-direction:row;justify-content:space-between}.FirstHeader .right .links{color:#fff;text-decoration:none}@media screen and (max-width:960px){.FirstHeader{padding:1rem 1.2rem}.FirstHeader .left p,.FirstHeader .right .links{font-size:14px}}@media screen and (max-width:780px){.FirstHeader{padding:1rem 1.1rem}.FirstHeader .left p,.FirstHeader .right .links{font-size:12px}}@media screen and (max-width:620px){.FirstHeader{padding:1rem .2rem}.FirstHeader .left p,.FirstHeader .right .links{font-size:8.5px}}@media screen and (max-width:480px){.FirstHeader{padding:1rem .2rem}.FirstHeader .left p,.FirstHeader .right .links{font-size:6px}}@media screen and (max-width:300px){.FirstHeader{display:none}.FirstHeader .left p,.FirstHeader .right .links{font-size:5px}}.Footer{padding:4rem 1.4rem;background:rgba(221,91,210,.9);display:flex;flex-direction:column}.footer-top{display:flex}.Footer .footer-top .logo{display:flex;align-items:center;gap:.3rem;text-decoration:none}.footer-container{display:flex;width:100%;flex-wrap:nowrap;justify-content:space-around}.footer-container .box-one{display:flex;flex-direction:column;gap:.6rem}.navigation-heading{color:#3f3f3f;font-weight:700;font-size:15px}.footer-container .box-one .footer-navigations{display:flex;flex-direction:column;gap:.4rem}.footer-links{text-decoration:none;color:#000;font-size:17px}#careers{display:flex;align-items:center;gap:.2rem}#careers span{font-size:12px;background:white;color:#000;padding:4px;border-radius:9px}.Footer .bottom{display:flex;margin-top:2rem;justify-content:space-around;align-items:center}.site-owner{font-size:15px;color:#111}.site-owner .span{color:#4d4d4d;text-decoration:none}.bottom .socials{display:flex;align-items:center;gap:.9rem}.bottom .socials .social-icon{font-size:18px;color:#000}@media screen and (max-width:660px){.footer-top{flex-direction:column;align-items:center;gap:1.5rem}.footer-links{font-size:15px}.navigation-heading{color:#3f3f3f;font-weight:700;font-size:13px}}@media screen and (max-width:480px){.footer-container{flex-direction:column;gap:2.5rem}}.Header{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.3rem}.Header .logo{display:flex;align-items:center}.mobile_screen,.header-toggle{display:none}.header-icon{font-size:30px;background-color:#550155;color:#fff;border-radius:30%}.logo-text{font-weight:800;font-size:18px}.search-bar{display:flex;align-items:center;position:relative}.search-bar .icon{position:absolute;right:10px;font-size:20px;cursor:pointer}#search-bar-input{font-size:17px;padding:.4rem 2rem .4rem .8rem;width:30rem;outline:none;border:.1px solid rgb(191,189,191);box-shadow:2px 0 5px #000;border-radius:10px}.user-account-header{display:flex;align-items:center;gap:1.6rem}.header-wrapper{position:relative}.header-wrapper span{position:absolute;left:30%;bottom:3px;background-color:#e915e9;padding:4px;border-radius:30%}.header-wrapper .icon{font-size:42px;width:100%}.header-auth{display:flex;flex-direction:column;gap:.4rem}.header-auth .icon{font-size:17px}.header-auth-hello-text{font-size:14px}.header-auth-hello-text .link{text-decoration:none}.header-auth-hello-text span{padding-left:3px}.header-auth-sign-in{font-weight:600}.mobile-menu,.mobile-user{font-size:25px;color:#550155;font-weight:800;cursor:pointer}.header-toggle{display:flex;flex-direction:column;background:white;position:fixed;top:0;right:0;left:0;height:100svh;z-index:1000000000000}.header-toggle-top{padding:2rem;display:flex;align-items:center;justify-content:space-between}.header-toggle-body>p{text-align:center;margin:1.4rem 0}.toggle-links{text-decoration:none;color:#000}.toggle-links:hover{color:purple}.menu-wrapper{display:flex;align-items:center;gap:.3rem}@media screen and (max-width:968px){#search-bar-input{font-size:16px;width:22rem}.header-auth-hello{font-size:15px}.header-auth-hello-text{font-size:12px}}@media screen and (max-width:780px){#search-bar-input{font-size:16px;width:16rem}}@media screen and (max-width:680px){.Header>.user-account-header,.Header>.search-bar,.Header>.logo{display:none}.Header{padding:.9rem}.mobile_screen{display:flex;align-items:center;justify-content:space-between;width:100svh}#search-bar-input{font-size:15px;width:17rem}.mobile-menu,.mobile-user{font-size:22px;color:#550155;font-weight:800;cursor:pointer}.header-wrapper .icon{font-size:28px;width:100%}.header-wrapper span{position:absolute;left:30%;bottom:3px;font-size:11px;background-color:#e915e9;padding:2px;border-radius:30%}}@media screen and (max-width:480px){.Header{padding:.8rem}.logo-text{font-weight:800;font-size:14px}#search-bar-input{font-size:11px;width:12.5rem}.header-toggle{display:flex;flex-direction:column;background:white;position:fixed;top:0;right:0;left:0;height:100svh}.mobile-menu,.mobile-user{font-size:22px;color:#550155;font-weight:800;cursor:pointer}.header-icon{font-size:20px;background-color:#550155;color:#fff;border-radius:30%}.header-wrapper .icon{font-size:30px;width:100%}.header-wrapper span{position:absolute;left:30%;bottom:3px;font-size:13px;background-color:#e915e9;padding:2px;border-radius:30%}}@media screen and (max-width:360px){#search-bar-input{font-size:8px;width:9.5rem}.mobile-menu,.mobile-user{font-size:20px}.header-wrapper .icon{font-size:28px}.header-wrapper span{font-size:11px}}.Hero{padding:1.3rem 1.2rem;display:flex;gap:1.5rem}.Banner{width:100%;display:flex;flex-direction:column;gap:.3rem}.Banner .top{display:flex;align-items:center;gap:2rem;box-shadow:3px 5px 7px #0003;padding:11px 9px}.Banner .banner-container{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem}.Banner .banner-container .box{display:flex;border:.2px solid rgb(218,216,216);align-items:center;gap:.9rem;padding:4px 7px;box-shadow:3px 5px 7px #0003}.Banner .banner-container .box .box-icons{font-size:30px;color:#550155;background-color:#f5d9f5;padding:4px;border-radius:5px}.Banner .banner-container .box .box-wrapper .banner-container-heading{font-size:17px;font-weight:600;color:#550155}.Banner .banner-container .box .box-wrapper .banner-container-text{font-size:14px;color:#550155}.banner-links{text-decoration:none;color:#000;font-weight:600}.Banner .img-wrapper{width:100%;height:350px}.Banner .img-wrapper img{width:100%;height:100%;object-position:center}.Category{width:270px;display:flex;flex-direction:column}.Category .top{display:flex;align-items:center;justify-content:space-between;padding:10px 9px;background-color:#550155;color:#fff;box-shadow:3px 5px 7px #0003}.category-name{font-size:18px;font-weight:500}.category-icon{font-size:18px;cursor:pointer}.category-item-name{font-size:16px;font-weight:500}.Category .body{margin-top:1.3rem;box-shadow:3px 5px 7px #0003;display:flex;flex-direction:column;gap:1.4rem;padding:7px 12px;border-radius:5px}.body .wrapper{display:flex;padding:3px 5px;justify-content:space-between;align-items:center}.body .wrapper span{font-size:13.7px}.wrapper .text-icon{display:flex;align-items:center;gap:.4rem}@media screen and (max-width:1064px){.Banner .banner-container{gap:1.45rem}}@media screen and (max-width:760px){.Hero{flex-direction:column;flex-direction:column-reverse}.Category{min-width:80vw;width:100%;display:flex;flex-direction:column;margin-right:.8rem}.Banner .top{display:none}.Banner .banner-container{gap:1.45rem}.Banner .banner-container .box .box-icons{font-size:25px;color:#550155;background-color:#f5d9f5;padding:2px;border-radius:5px}.Banner .banner-container .box .box-wrapper .banner-container-heading{font-size:15px;font-weight:600;color:#550155}.Banner .banner-container .box .box-wrapper .banner-container-text{font-size:12px;color:#550155}}@media screen and (max-width:490px){.Banner .top{padding:11px 5px}.Banner .banner-container{gap:.5rem}.Banner .banner-container .box .box-wrapper .banner-container-heading{font-size:13px;font-weight:600;color:#550155}.Banner .banner-container .box .box-wrapper .banner-container-text{font-size:9px;color:#550155}}@media screen and (max-width:400px){.Banner .banner-container{gap:.2rem}.Banner .banner-container .box .box-wrapper .banner-container-heading{font-size:9px;font-weight:600;color:#550155}.Banner .banner-container .box .box-wrapper .banner-container-text{font-size:6px;color:#550155}}.Newsletter{padding:4rem 1.4rem;background:rgb(232,231,231)}.Newsletter .Container{display:flex;align-items:center;margin-top:2rem;justify-content:center}#newsletter-input{outline:none;border:.9px solid rgb(186,52,186);background-color:#fff;font-size:16.3px;padding:6px 9px;min-width:20rem}#newsletter-btn{outline:none;font-size:16.3px;padding:7px 9px;border:none;background:rgb(85,1,85);color:#fff;letter-spacing:.7px;cursor:pointer}@media screen and (max-width:480px){.Newsletter .container-headings{font-size:18px}#newsletter-input{font-size:15.3px;min-width:17rem}#newsletter-btn{font-size:15.3px;padding:7px 9px}}@media screen and (max-width:480px){#newsletter-input{font-size:13.5px;min-width:14rem}#newsletter-btn{font-size:13.5px;padding:7px 9px}}.Partners{padding:4rem 1.4rem}.Partners .container-description{text-align:center;font-size:15px;margin-bottom:2.2rem;margin-top:.9rem}.Partners>.container{display:flex;justify-content:space-between;align-items:center}.Partners>.container>.partner-images{height:100px;width:200px}@media screen and (max-width:960px){.Partners>.container>.partner-images{height:100px;width:150px}}@media screen and (max-width:780px){.Partners>.container>.partner-images{height:80px;width:120px}}@media screen and (max-width:560px){.Partners>.container>.partner-images{height:45px;width:65px}}.Testimony{padding:3rem 1.4rem;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgb(232,231,231)}.container-headings{text-align:center;font-size:25px;color:#330233}.Testimony .container{margin-top:2.4rem}.Testimony .container .box{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.3rem}.Testimony .container .box .text{text-align:center;font-size:14px;line-height:25px}.Testimony .container .box .testimony-name{text-align:center;font-size:20px;color:#330233}.Testimony .container .box img{height:100px;width:100px;border-radius:50%;object-fit:cover}.Shop{padding:3rem 1.5rem}.Shop-wrapper{display:flex;gap:.6rem}.ShopItems{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:.9rem;width:100%}.ShopItems .box{height:270px;display:flex;flex-direction:column;padding:4px;border-radius:4px;border:1px solid rgb(144,143,143);cursor:pointer;gap:.5rem}.ShopItems .box img{height:65%}.ShopItems .box .about-item{display:flex;flex-direction:column;gap:.4rem}.ShopItems .box .about-item .last{display:flex;align-items:center;justify-content:space-between}.paginate{margin-top:1.2rem}@media screen and (max-width:1080px){.ShopItems .box{width:230px;height:250px}}@media screen and (max-width:1000px){.Shop-wrapper{flex-direction:column}.ShopItems .box{min-width:285px;width:100%;height:300px}.Shop-wrapper .Category{width:100%}}@media screen and (max-width:935px){.ShopItems .box{min-width:260px;width:100%;height:310px}}@media screen and (max-width:850px){.ShopItems{grid-template-columns:repeat(2,1fr)}.ShopItems .box{min-width:360px;width:100%;height:320px}}@media screen and (max-width:800px){.ShopItems .box{min-width:320px;width:100%;height:320px}}@media screen and (max-width:700px){.ShopItems .box{min-width:200px;height:300px}}@media screen and (max-width:450px){.ShopItems{grid-template-columns:repeat(1,1fr)}.ShopItems .box{min-width:150px;height:300px}}.Authentication{display:flex;justify-content:center;align-items:center;height:100svh;width:100svw}.Auth-container{display:flex;justify-content:center;align-items:center;flex-direction:column}.Auth-container .heading{font-size:19px}.Auth-container .auth-link{text-decoration:none;color:#000}.Auth-container .wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;width:70vw;gap:.9rem;margin-top:2rem}.auth-form .form-input{width:100%;padding:8px 10px;outline:none}#form-submit{width:100%;padding:12px 10px;outline:none;border:none;font-size:17px;font-weight:700;cursor:pointer;background:rgb(96,2,96);color:#fff}.Auth-container .wrapper .auth-ouath,.auth-form{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;gap:1.2rem}.wrapper .or{font-size:15px;color:#a5a4a4}.Auth-container .wrapper .auth-ouath button{width:100%;padding:7px;outline:none;border:none;cursor:pointer;color:#000;font-size:17px;display:flex;align-items:center;justify-content:center;gap:.8rem;background:white;border:1px solid black}.auth-icons{font-size:20px;color:#00f}@media screen and (max-width:450px){.Auth-container .wrapper{width:70vw}#form-submit{font-size:15px}.Auth-container .wrapper .auth-ouath button,.auth-icons{font-size:14px}.Auth-container .text{font-size:13px}}.search-results{min-height:100svh;display:flex;flex-direction:column}.SearchResults .found-results{background:rgb(112,111,111);padding:15px}.SearchResults .bottom{padding:1.4rem;display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.SearchResults .bottom .box{height:300px;width:280px;border:.4px solid rgb(132,131,131);padding:7px;border-radius:8px;cursor:pointer}.SearchResults .bottom .box img{width:100%;height:200px}.search-results .bottom .box .about-item{display:flex;flex-direction:column;gap:.5rem}.search-results .bottom .box .about-item .last{display:flex;justify-content:space-between;align-items:center}.no_product_founds{min-height:59svh;height:100%;width:100vw;display:flex;justify-content:center;align-items:center}.ProductDetails{padding:2rem 1.5rem}.product-details-top{display:flex;gap:1.5rem}.product-details-top img{max-height:400px;max-width:700px}.product-details-top .product-details-info{display:flex;flex-direction:column;width:100%;align-items:center;justify-content:space-around}.product-details-info-name{font-size:25px}.ratings-star{color:#ff0;fill:#ff0}.product-details-info-cart-number{display:flex;align-items:center;gap:2rem}.cart-number{outline:none;border:none;background:rgb(121,20,121);padding:9px 13px;font-size:18px;color:#fff;display:flex;align-items:center;gap:.3rem}.product-details-info-number{display:flex;align-items:center;gap:.98rem}.cart-number-btn{padding:5px 10px;font-weight:800;font-size:19px;outline:none;border:none;cursor:pointer}.new-price{font-size:19px;color:#791479}.product-details-info-socials{display:flex;align-items:center;font-size:21px;font-weight:700;gap:.6rem}.product-icons{font-size:19px}@media screen and (max-width:980px){.product-details-top{flex-direction:column}.product-details-top .product-details-info{gap:.9rem}}.Empty_Cart{display:flex;align-items:center;justify-content:center;flex-direction:column;margin-top:4rem;gap:1.2rem}.Shopping-heading{font-size:22px;font-weight:700;color:#1f031f}.cart-paragraph{font-size:16px}.wrapper{display:flex;align-items:center;gap:.3rem;text-decoration:none;color:#1f031f}.wrapper .icon{font-size:20px}.Full_Cart{padding:2.1rem 1.5rem}.Full_Cart .Shopping-heading{text-align:center}.clear-cart{padding:8px 15px;cursor:pointer;border:.3px solid rgb(209,207,207);outline:none;font-size:17px}.right{max-width:330px;display:flex;flex-direction:column;gap:.6rem}.right .subtotal{display:flex;align-items:center;justify-content:space-between}.right .paragraph{font-size:14px}.call-to-action{display:flex;flex-direction:column;gap:.4rem}.call-to-action .proceed{padding:8px;outline:none;border:none;background:rgb(89,42,89);color:#fff;font-weight:800;font-size:17px;cursor:pointer}.Full_Cart .below-table{display:flex;justify-content:space-between}.cart-table-container{padding:2rem 0}.cart-table-container .titles{margin:2rem 0 1rem}.cart-table-container .titles h3{font-size:14px;font-weight:400;text-transform:uppercase}.cart-item,.cart-table-container .titles{display:grid;align-items:center;grid-template-columns:3fr 1fr 1fr 1fr;column-gap:.5rem}.cart-item{border-top:1px solid rgb(187,187,187);padding:1rem 0}.cart-table-container .titles .product-titles{padding-left:.5rem}.cart-table-container .titles .product-total{padding-right:.5rem;justify-self:right}.cart-item .cart-product{display:flex;gap:1.2rem}.cart-item .cart-product img{width:150px;max-width:100%}.cart-product-details h3{font-weight:400}.cart-product-details button{border:none;outline:none;margin-top:.8rem;cursor:pointer;background:none;color:gray}.cart-product-details button:hover{color:#600260;transition:.4s ease-in}.cart-product-quantity{display:flex;align-items:flex-start;justify-content:center;width:130px;max-width:100%;border:.5px solid rgb(177,177,177);border-radius:5px}.cart-product-quantity button{border:none;outline:none;background:none;padding:.7rem 1.5rem;cursor:pointer}.cart-product-quantity .count{padding:.7rem 0}.cart-product-total-price{justify-self:right;padding-right:.5rem;font-weight:700}@media screen and (max-width:850px){.cart-product-quantity{width:90px}}@media screen and (max-width:680px){.cart-product-details h3{font-weight:400;font-size:15px}.cart-product-details button{font-size:12px}.cart-product-quantity{width:70px}.cart-product-quantity button{padding:.7rem 1rem}.cart-item .cart-product img{width:90px}.cart-product-total-price{font-size:12px;font-weight:600}.cart-product-price{font-size:12px}.right{max-width:180px;display:flex;flex-direction:column;gap:.6rem}.subtotal-heading,.subtotal .amount{font-size:14px}.clear-cart{padding:7px 13px;font-size:14px}.right .paragraph{font-size:9px}.call-to-action .proceed{padding:6px;font-weight:800;font-size:14px;cursor:pointer}.call-to-action .wrapper{gap:.2rem;text-decoration:none;color:#1f031f}.call-to-action .wrapper .icon,.call-to-action .wrapper .cart-start-shopping{font-size:14px}}@media screen and (max-width:500px){.cart-item .cart-product{gap:.4rem}.cart-product-details h3{font-weight:400;font-size:13px}.cart-item .cart-product img{width:50px;height:50px}.cart-product-details button{margin-top:.4rem;font-size:10px}.cart-product-quantity{width:60px}.cart-product-quantity button{padding:.7rem .8rem}}@media screen and (max-width:380px){.right{max-width:140px;gap:.4rem}.subtotal-heading,.subtotal .amount{font-size:12px}.clear-cart{padding:6px 12px;font-size:12px}.right .paragraph{font-size:7.4px}.call-to-action .proceed{padding:5px;font-weight:600;font-size:12px;cursor:pointer}.call-to-action .wrapper{gap:.1rem}.call-to-action .wrapper .icon,.call-to-action .wrapper .cart-start-shopping{font-size:11px}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.AboutUs{padding:4rem 1.5rem}.About_Us_Page{text-align:center;margin:1.4rem 0}.about-us-body{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif}.App{position:relative;overflow:hidden}
