*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-family:Open Sans}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.navbar{box-shadow:0 1px 3px -2px #000;display:flex;justify-content:space-around;padding:12px}.nav-logo{align-items:center;display:flex;gap:0}.nav-logo img{height:100px;margin-right:-15px;margin-top:7px}.nav-logo p{color:#171717;font-size:1.3rem;font-weight:600;margin-top:7px}.nav-menu{align-items:center;color:#626262;display:flex;font-size:18px;font-weight:500;gap:50px;list-style:none}.nav-menu,.nav-menu a{text-decoration:none}.nav-menu li{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:3px;justify-content:center}.nav-menu li a{color:#626262;text-decoration:none}.nav-menu li a:hover{color:#fd742f}.nav-menu hr{background:#fd742f;border:none;border-radius:10px;height:3px;width:80%}.nav-login-cart{align-items:center;display:flex;gap:45px}.nav-login-cart button{background:#fff;border:1px solid grey;border-radius:75px;color:#515151;font-size:16px;font-weight:500;height:45px;margin-top:5px;outline:none;width:100px}.nav-login-cart button:active{background:#f3f3f3}.nav-cart-img{height:40px;margin-top:5px}.nav-cart-count{align-items:center;background:#fd742f;border-radius:15px;color:#fff;display:flex;font-size:12px;height:18px;justify-content:center;margin-left:-45px;margin-top:-34px;width:18px}@media (max-width:1024px){.nav-menu{font-size:16px;gap:20px}.nav-login-cart button{font-size:16px;height:40px;width:100px}}@media (max-width:800px){.navbar{align-items:center;flex-direction:column;gap:20px}.nav-menu{flex-wrap:wrap;justify-content:center}}@media (max-width:500px){.nav-logo p{font-size:24px}.nav-menu{font-size:14px;gap:10px}.nav-login-cart button{font-size:14px;height:35px;width:80px}}.hero{box-sizing:border-box;height:auto;padding:20px;position:relative}.hero,.hero-left{align-items:center;display:flex;justify-content:center}.hero-left{flex-direction:column;margin-bottom:100px;margin-top:30px;text-align:center}.banner{height:auto;max-width:90%;width:1100px}.hero-left h2{color:#090909;font-size:20px;font-weight:600}.hero-left p{color:#171717;font-size:80px;font-weight:700;margin:10px 0}.hero-hand-icon{align-items:center;display:flex;gap:20px}.hero-hand-icon img{width:105px}.hero-right{display:none}@media (max-width:768px){.hero-left h2{font-size:18px}.hero-left p{font-size:50px}.hero-hand-icon img{width:80px}}@media (max-width:480px){.hero-left h2{font-size:16px}.hero-left p{font-size:30px}.hero-hand-icon img{width:60px}.hero-right{align-items:center;display:flex;justify-content:center}.hero-right img{width:300px}}.popular{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;margin-bottom:80px;margin-top:-90px;padding:20px}.popular h1{color:#171717;font-size:2rem;font-weight:500;text-align:center}.popular hr{background:#252525;border-radius:10px;height:4px;margin-bottom:20px;width:150px}.popular-item{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}@media (max-width:768px){.popular h1{font-size:1.5rem}.popular hr{height:3px;width:100px}.popular-item{gap:15px}}@media (max-width:480px){.popular h1{font-size:1.2rem}.popular hr{height:2px;width:80px}.popular-item{gap:10px}}.item{margin:0 15px 30px -15px;row-gap:10px;width:230px}.item img{height:auto;width:240px}.item p{margin:6px 0}.item-prices{display:flex;gap:20px}.item-price-new{color:#374151;font-size:18px;font-weight:600}.item-price-old{color:#8c8c8c;font-size:18px;font-weight:500;text-decoration:line-through}.item:hover{transform:scale(1.05);transition:.6s}@media screen and (max-width:768px){.item{max-width:240px}.item p{font-size:14px}.item-price-new,.item-price-old{font-size:16px}}@media screen and (max-width:480px){.item{max-width:200px}.item p{font-size:12px}.item-price-new,.item-price-old{font-size:14px}.item-prices{gap:10px}}.offers{background:linear-gradient(180deg,#f6cc84,#e1ffea22 60%);display:flex;height:400px;margin:10px auto -50px;min-height:200px;padding:20px;width:970px}.offers-left{display:flex;flex:1 1;flex-direction:column;justify-content:center}.offers-left h1{color:#171717;font-size:2.5rem;font-weight:600;margin:0}.offers-left p{color:#171717;font-size:1.2rem;font-weight:600;margin-top:10px}.offers-left button{background-color:#fd742f;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;height:50px;margin-top:20px;width:200px}.offers-right{align-items:center;display:flex;flex:1 1;justify-content:flex-end}.offers-right img{height:auto;max-width:100%;transition:all .3s ease}@media (max-width:1200px){.offers{margin:10px auto;width:90%}.offers-right img{max-width:90%}}@media (max-width:992px){.offers-right img{max-width:80%}}@media (max-width:768px){.offers{flex-direction:column;height:auto;text-align:center}.offers-left,.offers-right{flex:none}.offers-left button{margin:20px auto}.offers-right{justify-content:center;margin-top:20px}.offers-right img{max-width:70%}}@media (max-width:480px){.offers-left h1{font-size:2rem}.offers-left p{font-size:1rem}.offers-left button{font-size:.9rem;height:45px;width:180px}.offers-right img{max-width:60%}}.new-collections{align-items:center;display:flex;flex-direction:column;gap:10px;margin-bottom:90px;margin-top:180px}.new-collections h1{color:#171717;font-size:2rem;font-weight:500}.new-collections hr{background:#252525;border-radius:10px;height:4px;width:150px}.collections{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 1fr 1fr 1fr;margin-top:30px}@media (max-width:1024px){.new-collections h1{font-size:2rem}.new-collections hr{border-radius:4px;height:3px;width:120px}.collections{gap:15px;grid-template-columns:repeat(2,1fr)}}@media (max-width:780px){.new-collections h1{font-size:1.5rem}.new-collections hr{border-radius:3px;height:2px;width:100px}.collections{gap:10px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}}.newsletter{align-items:center;background:linear-gradient(180deg,#f3d6af,#d79f2d22 60%);box-sizing:border-box;display:flex;flex-direction:column;gap:20px;justify-content:center;margin:10px auto;max-width:1005px;min-height:300px;padding:-40px 20px;width:100%}.newsletter h1{font-size:2rem;font-weight:600}.newsletter h1,.newsletter p{color:#454545;margin:0;text-align:center}.newsletter p{font-size:1.1rem}.newsletter div{align-items:center;background:#fff;border:1px solid #e3e3e3;border-radius:25px;display:flex;height:50px;justify-content:space-between;max-width:600px;overflow:hidden;width:100%}.newsletter input{border:none;color:#616161;font-family:Open Sans,sans-serif;font-size:14px;outline:none;padding:0 20px;width:calc(100% - 180px)}.newsletter div button{background-color:#000;border:none;border-radius:0 25px 25px 0;color:#fff;cursor:pointer;font-size:14px;height:50px;transition:background-color .3s ease;width:150px}.newsletter div button:hover{background-color:#333}@media (max-width:1024px){.newsletter{margin-left:35px}}@media (max-width:768px){.newsletter{margin-left:15px}.newsletter h1{font-size:1.7rem}.newsletter p{font-size:1rem}.newsletter div{height:auto;max-width:400px}.newsletter input{border-radius:25px;padding:15px;width:100%}.newsletter div button{border-radius:25px;height:50px;width:100%}}@media (max-width:480px){.newsletter h1{font-size:1.5rem}.newsletter p{font-size:.9rem}.newsletter div{max-width:300px}}.shopcategory-banner{display:block;flex-wrap:wrap;height:auto;margin:50px auto;max-width:82%;width:1000px}.shopcategory-indexSort{align-items:center;display:flex;justify-content:space-between;margin:0 150px}.shopcategory-sort{align-items:center;background-color:#fff;border:1px solid #888;border-radius:40px;display:flex;margin:10px 0;padding:10px 20px;position:relative}.shopcategory-sort select{-webkit-appearance:none;appearance:none;background:#0000;border:none;cursor:pointer;font-size:16px;outline:none;padding-right:30px}.shopcategory-sort img{pointer-events:none;position:absolute;right:10px}.shopcategory-indexSort p{margin-right:5px}.shopcategory-products{grid-gap:15px;grid-row-gap:80px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:20px 150px;row-gap:80px}.shopcategory-loadmore{align-items:center;display:flex;justify-content:center;margin:110px auto}.shopcategory-loadmore button{background:#ededed;border:none;border-radius:75px;color:#000;cursor:pointer;font-size:18px;font-weight:500;height:69px;transition:background .3s,color .3s;width:233px}.shopcategory-loadmore button:hover{background:#ccc;color:#555}.shopcategory-sort select{margin-left:10px;margin-top:1px;padding:10px 0}.shopcategory-sort{width:200px}.shopcategory-loadmore button:disabled{background:#f0f0f0;color:#aaa;cursor:not-allowed}@media (max-width:768px){.shopcategory-indexSort{align-items:flex-start;flex-direction:column;margin:20px}.shopcategory-indexSort p{font-size:14px;margin:10px auto}.shopcategory-sort{justify-content:space-between;margin:10px auto;padding:8px 16px;width:80%}.shopcategory-sort select{font-size:14px}.shopcategory-sort img{right:8px}}@media (max-width:480px){.shopcategory-indexSort p{font-size:12px}.shopcategory-sort{font-size:12px;padding:6px 12px}.shopcategory-sort img{right:6px}}.breadcrum{align-items:center;color:#5e5e5e;display:flex;font-size:16px;font-weight:600;gap:8px;margin:30px 70px;text-transform:capitalize}.breadcrum img{margin-top:3px}.descriptionbox{margin:120px 170px}.descriptionbox-navigator{display:flex}.descriptionbox-nav-box{align-items:center;border:1px solid #d0d0d0;display:flex;font-size:16px;font-weight:600;height:70px;justify-content:center;padding:0 70px;width:171px}.descriptionbox-nav-box.fade{background:#fbfbfb;color:#555}.descriptionbox-description{border:1px solid #d0d0d0;display:flex;flex-direction:column;gap:25px;padding:48px 48px 70px}@media screen and (max-width:1200px){.descriptionbox{margin:80px 100px}}@media screen and (max-width:900px){.descriptionbox{margin:60px 50px}.descriptionbox-nav-box{padding:0 50px;width:140px}}@media screen and (max-width:600px){.descriptionbox{margin:40px 20px}.descriptionbox-navigator{flex-direction:column}.descriptionbox-nav-box{height:50px;padding:0 20px;width:100%}.descriptionbox-description{padding:20px 20px 40px}}@media screen and (max-width:400px){.descriptionbox{margin:20px 10px}.descriptionbox-nav-box{font-size:14px}.descriptionbox-description{font-size:14px;gap:15px}}.productdisplay{display:flex;margin:0 70px}.productdisplay-left{display:flex;gap:17px}.productdisplay-img-list{display:flex;flex-direction:column;gap:16px}.productdisplay-img-list img{height:126px}.productdisplay-main-img{height:552px;width:450px}.productdisplay-right{display:flex;flex-direction:column;margin:0 70px}.productdisplay-right h1{color:#3d3d3d;font-size:25px;font-weight:700}.productdisplay-right-star{align-items:center;color:#1c1c1c;display:flex;font-size:16px;gap:5px;margin-top:13px}.productdisplay-right-prices{display:flex;font-size:24px;font-weight:700;gap:30px;margin:40px 0}.productdisplay-right-price-old{color:#818181;text-decoration:line-through}.productdisplay-right-price-new{color:#ff4141}.productdisplay-right-size h1{color:#656565;font-size:20px;font-weight:600;margin-top:55px}.productdisplay-right-sizes{gap:20px;margin:30px 0}.productdisplay-right-sizes div{background:#fbfbfb;border:1px solid #ebebeb;border-radius:3px;cursor:pointer;padding:18px 24px}.productdisplay-right button{background:#fd742f;border:none;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-bottom:40px;outline:none;padding:20px 40px;width:200px}.productdisplay-right-category{margin-top:10px}.productdisplay-right-category span{font-weight:600}.productdisplay-right-sizes{display:flex;gap:10px}.size-option{border:1px solid #ccc;border-radius:4px;cursor:pointer;padding:10px 20px;transition:background-color .3s,color .3s}.size-option:hover{background-color:#f0f0f0}.size-option.selected{background-color:#000;border-color:#000;color:#fff}@media screen and (max-width:1200px){.productdisplay,.productdisplay-right{margin:0 40px}.productdisplay-main-img{height:490px;width:400px}}@media screen and (max-width:1000px){.productdisplay{align-items:center;flex-direction:column}.productdisplay-left{gap:12px}.productdisplay-right{margin:40px 0}.productdisplay-main-img{height:430px;width:350px}.productdisplay-img-list img{height:110px}}@media screen and (max-width:600px){.productdisplay{margin:0 20px}.productdisplay-left{flex-direction:column-reverse}.productdisplay-img-list{flex-direction:row;gap:10px}.productdisplay-img-list img{height:80px}.productdisplay-main-img{height:auto;width:100%}.productdisplay-right h1,.productdisplay-right-prices{font-size:20px}.productdisplay-right-size h1{font-size:18px}.productdisplay-right-sizes div{padding:14px 18px}.productdisplay-right button{font-size:14px;padding:15px 30px;width:160px}}.relatedproducts{align-items:center;display:flex;flex-direction:column;gap:10px;margin-top:-100px;padding:50px 0}.relatedproducts h1{color:#171717;font-size:30px;font-weight:500}.relatedproducts hr{background:#252525;border-radius:10px;height:2px;width:200px}.relatedproducts-item{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;margin-top:50px}@media screen and (max-width:1024px){.relatedproducts h1{font-size:25px;margin-top:20px}.relatedproducts hr{height:4px;width:150px}.relatedproducts-item{gap:15px}}@media screen and (max-width:768px){.relatedproducts{margin-top:20px;padding:25px 0}.relatedproducts h1{font-size:25px}.relatedproducts hr{width:120px}.relatedproducts-item{margin-top:30px}}@media screen and (max-width:480px){.relatedproducts h1{font-size:25px}.relatedproducts hr{height:3px;width:100px}.relatedproducts-item{gap:10px;margin-top:20px}}.cartitems{margin:100px 170px}.cartitems hr{background:#e2e2e2;border:0;height:3px}.cartitems-format-main{font-size:18px;font-weight:600}.cartitems-format,.cartitems-format-main{grid-gap:75px;align-items:center;color:#454545;display:grid;gap:75px;grid-template-columns:.5fr 2fr 1fr 1fr 1fr 1fr;padding:20px 0}.cartitems-format{font-size:17px;font-weight:500}.carticon-product-icon{height:62px;object-fit:cover;width:62px}.cartitems-quantity{align-items:center;background:#fff;border:2px solid #ebebeb;color:#454545;display:flex;font-size:16px;height:50px;justify-content:center;width:64px}.carticon-remove-icon{cursor:pointer;margin:0 40px;width:15px}.cartitems-down{display:flex;margin:100px 0}.cartitems-total{display:flex;flex:1 1;flex-direction:column;gap:40px;margin-right:200px}.cartitems-total-item{display:flex;justify-content:space-between;padding:15px 0}.cartitems-total button{background:#fd742f;border:none;color:#fff;cursor:pointer;font-size:16px;font-weight:600;height:58px;outline:none;width:262px}.cartitems-promocode{flex:1 1;font-size:16px;font-weight:500}.cartitems-promocode p{color:#555}.cartitems-promobox{background:#eaeaea;display:flex;height:58px;margin-top:15px;padding-left:20px;width:504px}.cartitems-promobox input{background:#0000;border:none;color:#555;font-size:16px;outline:none;width:330px}.cartitems-promobox button{background:#000;color:#fff;cursor:pointer;font-size:16px;height:58px;width:170px}@media(max-width:1280px){.cartitems{margin:60px 50px}.cartitems-format-main{font-size:16px;gap:40px}.cartitems-format{font-size:15px;gap:40px}.cartitems-down{flex-direction:column;gap:50px}.cartitems-total{margin-right:0}.cartitems-promobox{width:100%}.cartitems-promobox input{width:65%}.cartitems-promobox button{width:35%}}@media(max-width:960px){.cartitems-format-main{font-size:14px;gap:20px}.cartitems-format{font-size:13px;gap:20px}.cartitems-quantity{height:40px;width:50px}.carticon-product-icon{height:50px;width:50px}}@media(max-width:740px){.cartitems{margin:50px 20px}.cartitems-format-main{font-size:12px;gap:10px}.cartitems-format{font-size:11px;gap:10px}.cartitems-quantity{height:30px;width:40px}.carticon-product-icon{height:40px;width:40px}.carticon-remove-icon{margin:0 20px}}.payment-page{background-color:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin:50px auto;max-width:500px;padding:20px}.payment-page h1{font-size:24px;margin-bottom:20px;text-align:center}.payment-page h2{color:#333;font-size:20px;margin-bottom:10px;text-align:center}.payment-page h3{font-size:18px;margin:20px 0;text-align:center}.paypal-button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;margin-top:15px;padding:10px;width:100%}.paypal-button:hover{background-color:#0056b3}.payment-page form{display:flex;flex-direction:column;margin-top:20px}.payment-page input{border:1px solid #ccc;border-radius:4px;font-size:16px;margin-bottom:15px;padding:10px}.payment-page input:focus{border-color:#007bff;outline:none}.shipment-page{background-color:#fff;border-radius:8px;box-shadow:0 4px 15px #0000001a;margin:30px auto 0;max-width:600px;padding:20px}.shipment-page h1{color:#333;font-size:2rem;margin-bottom:20px;text-align:center}.shipment-form,.shipment-form label{display:flex;flex-direction:column}.shipment-form label{color:#555;font-weight:700;margin-bottom:15px}.shipment-form input{border:1px solid #ccc;border-radius:4px;font-size:16px;margin-top:5px;padding:12px;transition:border-color .3s}.shipment-form input:focus{border-color:#0070f3;outline:none}.shipment-form button{background-color:#0070f3;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:18px;padding:12px;transition:background-color .3s,transform .3s}.shipment-form button:hover{background-color:#005bb5;transform:translateY(-2px)}@media (max-width:600px){.shipment-page{padding:15px}.shipment-form button{font-size:16px}.shipment-form input{font-size:14px}.shipment-page h1{font-size:1.5rem}}.order-confirmation{background-color:#f9f9f9;border-radius:10px;box-shadow:0 2px 10px #0000001a;margin:30px auto 0;max-width:600px;padding:20px;text-align:center}.order-confirmation h1{color:#28a745;font-size:2rem;margin-bottom:10px}.order-confirmation p{color:#333;font-size:1.2rem;margin:10px 0}.order-confirmation button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 20px;transition:background-color .3s ease}.order-confirmation button:hover{background-color:#0056b3}@media (max-width:600px){.order-confirmation{padding:15px}.order-confirmation h1{font-size:1.5rem}.order-confirmation p{font-size:1rem}.order-confirmation button{width:100%}}: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:#ffffffb3;--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-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--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(90deg,#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-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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:translate3d(0,var(--y),0) 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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loginsighup{background:#f9e2d7;box-sizing:border-box;height:100vh;padding:20px;width:100%}.loginsighup-container{background:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;height:auto;margin:50px auto auto;max-width:500px;padding:10px 40px 50px 30px;width:100%}.loginsighup-container h1{font-size:24px;margin:10px 0;text-align:center}.loginsighup-fields{display:flex;flex-direction:column;gap:15px;margin-top:20px}.loginsighup-fields input{border:1px solid #c9c9c9;border-radius:4px;color:#5c5c5c;font-size:16px;height:40px;outline:none;padding-left:15px;width:100%}.loginsighup-container button{background:#fd742f;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:20px;font-weight:500;height:50px;margin-top:20px;width:100%}.loginsighup-login{color:#5c5c5c;font-size:16px;font-weight:500;margin-top:15px;text-align:center}.loginsighup-login span{color:#fd742f;cursor:pointer;font-weight:500}.loginsighup-agree{align-items:center;color:#5c5c5c;display:flex;font-size:14px;font-weight:500;gap:10px;margin-top:20px}@media (max-width:768px){.loginsighup-container{padding:20px}.loginsighup-fields input{font-size:14px;height:35px}.loginsighup-container button{font-size:18px;height:45px}.loginsighup-login{font-size:14px}.loginsighup-agree{font-size:12px}}@media (max-width:480px){.loginsighup{padding:10px}.loginsighup-container{padding:15px}.loginsighup-fields{gap:10px}.loginsighup-fields input{font-size:12px;height:30px}.loginsighup-container button{font-size:16px;height:40px}.loginsighup-login{font-size:12px}.loginsighup-agree{font-size:10px}}.footer{background-color:#dfdede;flex-direction:column;gap:20px;justify-content:center;margin-top:40px;padding:20px}.footer,.footer-logo{align-items:center;display:flex}.footer-logo{gap:15px}.footer-logo img{height:120px;margin-right:-25px}.footer-logo p{color:#383838;font-size:1.4rem;font-weight:700}.footer-links{color:#252525;display:flex;flex-wrap:wrap;font-size:1rem;gap:30px;justify-content:center;list-style:none}.footer-links li{cursor:pointer}.footer-social-icons{display:flex;gap:15px}.footer-icons-container{background:#fbfbfb;border:1px solid #ebebeb;padding:8px 8px 4px}.footer-copyright{align-items:center;color:#1a1a1a;display:flex;flex-direction:column;font-size:1rem;gap:20px;margin-bottom:20px;width:100%}.footer-copyright hr{background:#c7c7c7;border:none;border-radius:10px;height:2px;width:80%}@media screen and (max-width:768px){.footer{gap:15px;margin-top:30px}.footer-logo img{height:50px}.footer-logo p{font-size:1.2rem}.footer-links{font-size:.9rem;gap:20px}.footer-social-icons{gap:10px}.footer-icons-container{padding:6px 6px 3px}.footer-copyright{font-size:.9rem;gap:15px}}@media screen and (max-width:480px){.footer{gap:10px;margin-top:20px}.footer-logo img{height:40px}.footer-logo p{font-size:1rem}.footer-links{font-size:.8rem;gap:15px}.footer-social-icons{gap:8px}.footer-icons-container{padding:5px 5px 2px}.footer-copyright{font-size:.8rem;gap:10px}.footer-copyright hr{height:1px}}
/*# sourceMappingURL=main.fd541470.css.map*/