.cart-overlay{opacity:0;pointer-events:none;z-index:4000;background:#00000059;transition:all .3s;position:fixed;inset:0}.cart-overlay.show{opacity:1;pointer-events:auto}.cart-drawer{z-index:5000;box-sizing:border-box;direction:rtl;background:#fff;flex-direction:column;width:380px;max-width:100vw;height:100dvh;padding:30px;transition:right .35s;display:flex;position:fixed;top:0;right:-420px;box-shadow:-5px 0 20px #00000026}.cart-drawer.open{right:0}.cart-drawer h2{text-align:center;flex-shrink:0;margin:0 0 25px}.cart-items{scrollbar-width:none;flex:1;min-height:0;overflow-y:auto}.cart-items::-webkit-scrollbar{display:none}.cart-item{border-bottom:1px solid #ddd;align-items:center;gap:15px;padding:15px 0;display:flex;position:relative}.cart-item img{object-fit:cover;border-radius:10px;flex-shrink:0;width:80px;height:80px}.cart-info{flex:1;min-width:0}.cart-info h4{overflow-wrap:anywhere;margin:0 0 8px;font-size:16px}.cart-info p{overflow-wrap:anywhere;margin:5px 0;font-size:14px}.remove-btn{cursor:pointer;color:#d22;background:0 0;border:none;flex-shrink:0;padding:4px;font-size:28px;transition:all .2s}.remove-btn:hover{color:#b00000;transform:scale(1.15)}.cart-quantity{direction:rtl;align-items:center;width:fit-content;margin-top:10px;display:flex}.cart-quantity button{cursor:pointer;background:#f5f5f5;border:1px solid #ddd;justify-content:center;align-items:center;width:30px;height:30px;font-family:inherit;font-size:18px;transition:all .2s;display:flex}.cart-quantity button:hover{background:#e8e8e8}.cart-quantity button:first-child{border-radius:7px 0 0 7px}.cart-quantity button:last-child{border-radius:0 7px 7px 0}.cart-quantity span{background:#fff;border-top:1px solid #ddd;border-bottom:1px solid #ddd;justify-content:center;align-items:center;width:38px;height:30px;font-size:14px;display:flex}.cart-item-total{color:#111;font-weight:600;margin-top:8px!important}.empty-cart{text-align:center;margin-top:40px;padding:0 10px}.cart-bottom{border-top:1px solid #ddd;flex-shrink:0;margin-top:15px;padding-top:20px}.cart-bottom h3{justify-content:space-between;align-items:center;gap:15px;margin:0;font-size:18px;display:flex}.checkout-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:10px;width:100%;height:45px;margin-top:20px;font-family:inherit;font-size:16px;transition:all .3s}.checkout-btn:hover{color:#000;background:#c1c1c1}.empty-cart-error{color:#d80027;font-weight:600}@media (width<=700px){.cart-drawer{width:360px;padding:25px}.cart-drawer h2{margin-bottom:20px}.cart-item{gap:12px}.cart-item img{width:70px;height:70px}.cart-info h4{font-size:15px}.cart-info p{font-size:13px}.remove-btn{font-size:25px}}@media (width<=500px){.cart-drawer{width:100%;padding:22px 18px;right:-100%}.cart-drawer.open{right:0}.cart-drawer h2{margin-bottom:18px;font-size:22px}.cart-item{align-items:flex-start;gap:10px;padding:14px 0}.cart-item img{width:65px;height:65px}.cart-info{padding-top:2px}.cart-info h4{margin-bottom:5px;font-size:14px;line-height:1.5}.cart-info p{font-size:12px;line-height:1.5}.remove-btn{padding:0;font-size:24px}.cart-quantity{margin-top:7px}.cart-quantity button{width:28px;height:28px}.cart-quantity span{width:34px;height:28px}.cart-item-total{font-size:12px!important}.cart-bottom{padding-top:16px}.cart-bottom h3{font-size:16px}.checkout-btn{height:48px;font-size:15px}}@media (width<=360px){.cart-drawer{padding:18px 14px}.cart-item{gap:8px}.cart-item img{width:58px;height:58px}.cart-info h4{font-size:13px}.cart-info p{font-size:11px}.remove-btn{font-size:21px}.cart-bottom h3{font-size:14px}}.header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box;background:#ffffffbf;border-bottom:1px solid #00000014;justify-content:space-between;align-items:center;width:100%;height:60px;padding:0 50px;transition:top .35s;display:flex;position:fixed;top:35px;left:0;box-shadow:0 4px 15px #0000000d}.header.scrolled{top:0}.header-left{align-items:center;gap:14px;min-width:0;display:flex}.logo{object-fit:contain;flex-shrink:0;width:60px;height:60px}.brand-name{color:#111;font-size:28px;font-weight:700}.header-right{flex-shrink:0;align-items:center;gap:18px;display:flex}.search-box{box-sizing:border-box;background:#fff;border-radius:999px;align-items:center;gap:10px;width:260px;height:38px;padding:0 16px;transition:all .25s;display:flex;box-shadow:0 8px 20px #00000014}.search-box:hover{background:#f2f2f2;transform:scale(1.05);box-shadow:0 10px 24px #0000001f}.search-box input{background:0 0;border:none;outline:none;flex:1;min-width:0;font-family:inherit;font-size:15px}.cart-icon{flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.bag-btn{cursor:pointer;background:#fff;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:40px;height:40px;transition:all .25s;display:flex;box-shadow:0 8px 20px #00000014}.bag-btn:hover{background:#f2f2f2;transform:scale(1.12);box-shadow:0 10px 24px #0000001f}.bag-btn:focus,.bag-btn:active{outline:none;box-shadow:0 8px 20px #00000014}.cart-count{color:#fff;pointer-events:none;background:#e53935;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;font-weight:700;display:flex;position:absolute;bottom:-4px;right:-4px}.account-menu{flex-shrink:0;margin-right:15px;position:relative}.account-btn{cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .25s;display:flex;box-shadow:0 5px 15px #0000001f}.account-btn:hover{background:#f7f7f7;transform:translateY(-2px);box-shadow:0 8px 20px #0000002e}.account-popup{z-index:999;box-sizing:border-box;background:#fff;border-radius:16px;width:225px;max-width:calc(100vw - 30px);padding:16px;position:absolute;top:50px;right:0;box-shadow:0 15px 35px #0000002e}.account-title{text-align:right;color:#111;direction:rtl;margin-bottom:14px;font-size:13px;font-weight:500;line-height:1.8}.account-buttons{gap:10px;display:flex}.login-btn,.signup-btn{cursor:pointer;border-radius:10px;flex:1;height:38px;font-family:inherit;font-size:14px;font-weight:600;transition:all .25s}.login-btn{color:#fff;background:#111;border:2px solid #111}.login-btn:hover{color:#111;background:#fff}.signup-btn{color:#111;background:#fff;border:2px solid #111}.signup-btn:hover{color:#fff;background:#111}.logged-buttons{gap:10px;margin-top:10px;display:flex}.profile-btn{color:#111;cursor:pointer;background:#fff;border:1px solid #111;border-radius:10px;flex:1;height:42px;font-family:inherit;font-size:14px;font-weight:700;transition:all .25s}.profile-btn:hover{color:#fff;background:#111}.logout-btn{color:#fff;cursor:pointer;background:#d32f2f;border:1px solid #d32f2f;border-radius:10px;flex:1;height:42px;font-family:inherit;font-size:14px;font-weight:700;transition:all .25s}.logout-btn:hover{color:#d32f2f;background:#fff}.my-orders-btn{color:#111;cursor:pointer;box-sizing:border-box;background:#fff;border:1px solid #00000014;border-radius:14px;justify-content:center;align-items:center;gap:8px;height:44px;padding:0 18px;font-family:inherit;font-size:14px;font-weight:600;transition:all .25s;display:flex;box-shadow:0 5px 15px #0000001f}.my-orders-btn:hover{background:#f7f7f7;transform:translateY(-2px);box-shadow:0 8px 20px #0000002e}.my-orders-btn:active{transform:translateY(0)}@media (width<=1000px){.header{padding:0 25px}.search-box{width:210px}.header-right{gap:12px}.account-menu{margin-right:5px}}@media (width<=750px){.header{height:58px;padding:0 15px;top:30px}.header.scrolled{top:0}.logo{width:52px;height:52px}.header-left,.header-right{gap:9px}.search-box{width:170px;height:36px;padding:0 12px}.search-box input{font-size:13px}.bag-btn{width:38px;height:38px;box-shadow:0 8px 20px #00000014}.bag-btn:hover{box-shadow:0 10px 24px #0000001f}.account-btn{width:40px;height:40px}.account-menu{margin-right:0}}@media (width<=600px){.header{height:56px;padding:0 10px;top:30px}.header-left,.header-right{gap:7px}.logo{width:48px;height:48px}.search-box{gap:5px;width:135px;height:34px;padding:0 10px;box-shadow:0 8px 20px #00000014}.search-box:hover{box-shadow:0 10px 24px #0000001f}.search-box input{font-size:12px}.bag-btn{width:36px;height:36px;box-shadow:0 8px 20px #00000014}.bag-btn:hover{box-shadow:0 10px 24px #0000001f}.account-btn{width:38px;height:38px}.cart-count{width:16px;height:16px;font-size:10px;bottom:-3px;right:-3px}.account-popup{width:220px;max-width:calc(100vw - 20px);top:48px;right:-5px}}@media (width<=450px){.header{padding:0 8px}.header-left,.header-right{gap:5px}.logo{width:44px;height:44px}.search-box{width:110px;height:32px;padding:0 9px;box-shadow:0 8px 20px #00000014}.search-box:hover{box-shadow:0 10px 24px #0000001f}.search-box input{font-size:11px}.bag-btn{width:34px;height:34px;box-shadow:0 8px 20px #00000014}.bag-btn:hover{box-shadow:0 10px 24px #0000001f}.account-btn{width:36px;height:36px}.account-popup{width:210px;top:46px;right:-8px}}@media (width<=360px){.header{padding:0 6px}.search-box{width:90px;box-shadow:0 8px 20px #00000014}.search-box:hover{box-shadow:0 10px 24px #0000001f}.search-box input{font-size:10px}.logo{width:40px;height:40px}.bag-btn{width:32px;height:32px;box-shadow:0 8px 20px #00000014}.bag-btn:hover{box-shadow:0 10px 24px #0000001f}.account-btn{width:34px;height:34px}}.top-bar{box-sizing:border-box;z-index:101;background:#f7f7f7;justify-content:flex-end;align-items:center;width:100%;height:35px;padding:0 50px;transition:all .4s;display:flex;position:fixed;top:0;left:0}.top-bar.hide{transform:translateY(-100%)}.top-links{color:#333;white-space:nowrap;direction:rtl;align-items:center;gap:25px;font-size:14px;display:flex}.top-links span{cursor:pointer;transition:color .4s}.top-links span:hover{color:#666}@media (width<=768px){.top-bar{height:34px;padding:0 25px}.top-links{gap:18px;font-size:13px}}@media (width<=480px){.top-bar{justify-content:center;height:32px;padding:0 15px}.top-links{justify-content:center;gap:16px;width:100%;font-size:12px}}@media (width<=360px){.top-bar{padding:0 10px}.top-links{gap:11px;font-size:11px}}.search-wrapper{width:260px;max-width:100%;position:relative}.search-box{box-sizing:border-box;background:#fff;border-radius:20px;align-items:center;gap:10px;width:100%;height:40px;padding:0 15px;display:flex}.search-box svg{flex-shrink:0}.search-box input{text-align:right;box-sizing:border-box;direction:rtl;background:0 0;border:none;outline:none;width:100%;min-width:0;padding-right:10px;font-size:14px}.search-results{z-index:999;scrollbar-width:none;-ms-overflow-style:none;background:#fff;border-radius:15px;width:100%;max-height:350px;position:absolute;top:48px;left:0;overflow-y:auto;box-shadow:0 10px 25px #00000026}.search-results::-webkit-scrollbar{display:none}.search-item{cursor:pointer;box-sizing:border-box;align-items:center;gap:12px;padding:12px;transition:all .2s;display:flex}.search-item:hover{background:#f3f3f3}.search-item img{object-fit:contain;flex-shrink:0;width:55px;height:55px}.search-item span{text-overflow:ellipsis;white-space:nowrap;direction:rtl;flex:1;min-width:0;font-size:14px;line-height:1.5;overflow:hidden}.no-result{text-align:center;color:#888;padding:18px;font-size:14px}@media (width<=900px){.search-wrapper{width:220px}.search-box{height:38px}.search-box input{font-size:13px}.search-item img{width:50px;height:50px}.search-item span{font-size:13px}}@media (width<=600px){.search-wrapper{width:100%;max-width:none}.search-box{border-radius:20px;width:100%;height:40px;padding:0 13px}.search-box input{padding-right:6px;font-size:14px}.search-results{border-radius:14px;width:100%;max-height:300px;top:46px}.search-item{gap:10px;padding:10px}.search-item img{width:48px;height:48px}.search-item span{white-space:normal;text-overflow:ellipsis;max-width:100%;font-size:13px;line-height:1.5;overflow:hidden}.no-result{padding:16px;font-size:13px}}@media (width<=380px){.search-box{gap:7px;height:38px;padding:0 11px}.search-box input{font-size:13px}.search-item img{width:42px;height:42px}.search-item{padding:9px}}.products-section{box-sizing:border-box;background:#484848;width:100%;padding:50px 0}.products-title{text-align:right;color:#fff;text-shadow:0 1px 4px #ffffff40;box-sizing:border-box;direction:rtl;margin:0 0 35px;padding:0 50px;font-size:42px;font-weight:800}.products-container{box-sizing:border-box;grid-template-columns:repeat(4,minmax(0,300px));justify-content:center;align-items:stretch;gap:35px;width:100%;max-width:1400px;margin:0 auto;padding:0 30px;display:grid}.product-card{text-align:center;box-sizing:border-box;background:#fff;border-radius:20px;flex-direction:column;width:100%;min-width:0;height:620px;padding:18px;display:flex;overflow:hidden}.image-container{flex-shrink:0;justify-content:center;align-items:center;width:100%;height:270px;display:flex;overflow:hidden}.image-container img{object-fit:contain;width:115%;height:115%}.product-card h3{margin:15px 0;font-size:20px;line-height:1.5;overflow:hidden}.price{margin:0 0 15px;font-size:18px;font-weight:700;line-height:1.5}.variant-row{direction:rtl;justify-content:flex-start;align-items:flex-start;gap:10px;margin-bottom:15px;display:flex}.variant-row h4{text-align:right;flex-shrink:0;min-width:45px;margin:0;font-size:15px}.variant-section{direction:rtl;flex-wrap:wrap;justify-content:flex-start;gap:8px;min-width:0;display:flex}.variant-section button{cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #aaa;border-radius:20px;padding:6px 12px;font-family:inherit;font-size:14px;transition:all .2s}.variant-section button:hover{border-color:#111}.variant-selected{color:#fff;background:#111!important;border-color:#111!important}.quantity-box{justify-content:center;align-items:center;gap:18px;margin-top:10px;margin-bottom:15px;display:flex}.quantity-box button{color:#fff;cursor:pointer;background:#111;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:35px;height:35px;font-size:18px;display:flex}.quantity-box span{min-width:20px;font-size:18px;font-weight:700}.add-cart-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:12px;flex-shrink:0;width:100%;height:45px;margin-top:auto;font-family:inherit;font-size:15px;transition:all .25s}.add-cart-btn:hover{background:#333}.cart-message{box-sizing:border-box;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:45px;margin-top:auto;font-size:14px;font-weight:600;display:flex}.success{color:#0d4028;background:#a4f09f}.warning{color:#111;background:#ff7790}@media (width<=1250px){.products-container{grid-template-columns:repeat(3,minmax(0,300px));gap:28px;padding:0 25px}}@media (width<=950px){.products-section{padding:40px 0}.products-title{margin-bottom:30px;padding:0 30px;font-size:36px}.products-container{grid-template-columns:repeat(2,minmax(0,320px));gap:25px;padding:0 20px}.product-card{height:620px}}@media (width<=650px){.products-section{padding:35px 0}.products-title{margin-bottom:25px;padding:0 20px;font-size:30px}.products-container{grid-template-columns:1fr;gap:22px;width:100%;max-width:380px;padding:0 15px}.product-card{border-radius:18px;width:100%;height:620px;padding:18px}.image-container{height:270px}.product-card h3{font-size:19px}.price{font-size:17px}.variant-row{gap:8px}.variant-row h4{min-width:42px;font-size:14px}.variant-section{gap:6px}.variant-section button{padding:6px 10px;font-size:13px}}@media (width<=400px){.products-title{padding:0 16px;font-size:27px}.products-container{padding:0 12px}.product-card{height:610px;padding:15px}.image-container{height:255px}.product-card h3{font-size:18px}.price{font-size:16px}.variant-row{gap:6px}.variant-row h4{min-width:38px;font-size:13px}.variant-section button{padding:5px 9px;font-size:12px}.quantity-box{gap:15px}.add-cart-btn{font-size:14px}}.footer{color:#fff;box-sizing:border-box;background:#050505;width:100%;margin-top:80px;overflow:hidden}.footer-title{box-sizing:border-box;justify-content:center;align-items:center;width:100%;padding:45px 20px;display:flex}.footer-title img{object-fit:contain;width:300px;max-width:80%;height:auto}.footer-top{box-sizing:border-box;direction:rtl;border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;grid-template-columns:repeat(4,minmax(0,1fr));gap:50px;padding:45px 70px;display:grid}.footer-column{direction:rtl;flex-direction:column;gap:12px;min-width:0;display:flex}.footer-column h3{margin:0 0 12px;font-size:18px}.footer-column h4{margin-top:10px;font-size:15px}.footer-column a{color:#d3d3d3;cursor:pointer;font-size:14px;text-decoration:none;transition:all .25s}.footer-column a:hover{color:#fff}.footer-column p{color:#d3d3d3;text-align:right;direction:rtl;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;width:100%;margin:0;font-size:14px;display:flex}.footer-column p svg{flex-shrink:0;order:1}.phone-number,.email{text-align:right;direction:ltr;unicode-bidi:isolate;flex:0 auto;font-family:Arial,sans-serif}.footer-column span{color:#bfbfbf;font-size:13px;line-height:1.8}.footer-certificates{flex-wrap:wrap;gap:20px;display:flex}.footer-certificates img{object-fit:contain;cursor:pointer;width:150px;height:150px;transition:all .3s}.footer-certificates img:hover{transform:scale(1.05)}.newsletter{box-sizing:border-box;background:#1a1a1a;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start;gap:50px;padding:45px 70px;display:flex}.newsletter-right{flex-direction:column;align-items:flex-end;width:40%;min-width:0;display:flex}.newsletter-text{text-align:right;direction:rtl;margin-bottom:28px;font-size:17px;line-height:1.9}.social{flex-direction:column;align-items:flex-end;gap:15px;display:flex}.social span{text-align:right;direction:rtl;font-size:15px}.social-icons{gap:20px;display:flex}.social-icons svg{cursor:pointer;font-size:31px;transition:all .3s}.social-icons svg:hover{transform:translateY(-4px)scale(1.15)}.instagram-icon:hover{color:#e1306c}.whatsapp-icon:hover{color:#25d366}.newsletter-inputs{flex-flow:wrap;justify-content:flex-end;align-items:center;gap:20px;display:flex}.newsletter-box-wrapper{width:100%}.input-box{color:#666;box-sizing:border-box;background:#fff;border-radius:14px;align-items:center;width:320px;max-width:100%;height:52px;padding:0 18px;transition:all .3s;display:flex}.input-box input{text-align:right;direction:rtl;background:0 0;border:none;outline:none;flex:1;min-width:0;padding-right:12px;font-family:inherit;font-size:14px}.newsletter-message{text-align:center;box-sizing:border-box;border-radius:10px;justify-content:center;align-items:center;width:100%;height:100%;font-size:14px;font-weight:600;display:flex}.newsletter-message.success{color:#127034;background:#d8ffe1;border:1px solid #63d882}.newsletter-message.error{color:#c51d1d;background:#ffe0e0;border:1px solid #ff9d9d}.success-input{background:#d8ffe1!important;border-color:#63d882!important}.success-input input{background:#d8ffe1}.copyright{text-align:center;color:#bdbdbd;box-sizing:border-box;padding:22px 20px;font-size:14px}@media (width<=1100px){.footer-top{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;padding:45px 40px}.newsletter{flex-direction:column;align-items:center;gap:35px;padding:45px 40px}.newsletter-right{align-items:center;width:100%}.newsletter-text{text-align:center}.social{align-items:center}.newsletter-inputs{justify-content:center;width:100%}}@media (width<=800px){.footer-title{padding:40px 20px}.footer-title img{width:260px}.footer-top{grid-template-columns:repeat(2,minmax(0,1fr));gap:35px 25px;padding:40px 25px}.newsletter{padding:40px 25px}.newsletter-inputs{flex-direction:column;gap:14px;width:100%}.input-box{width:100%;max-width:450px}}@media (width<=600px){.footer{margin-top:50px}.footer-title{padding:35px 15px}.footer-title img{width:220px;max-width:90%}.footer-top{text-align:right;grid-template-columns:repeat(2,minmax(0,1fr));gap:35px 20px;padding:35px 20px}.footer-column{width:100%;min-width:0}.footer-column h3{margin-bottom:8px;font-size:16px}.footer-column a{font-size:13px}.footer-column p{min-width:0;font-size:13px}.phone-number,.email{overflow-wrap:anywhere;min-width:0}.newsletter{gap:30px;padding:35px 20px}.newsletter-right{width:100%}.newsletter-text{width:100%;margin-bottom:22px;font-size:15px;line-height:1.9}.social{align-items:center;width:100%}.social span{text-align:center;font-size:13px}.social-icons{gap:18px}.social-icons svg{font-size:28px}.newsletter-inputs{flex-direction:column;gap:12px;width:100%}.input-box{width:100%;height:50px;padding:0 15px}.input-box input{font-size:13px}.newsletter-message{padding:5px 8px;font-size:12px}.copyright{padding:20px 15px;font-size:12px;line-height:1.8}}@media (width<=400px){.footer-title img{width:190px}.footer-top{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 15px;padding:30px 15px}.footer-column{text-align:right;align-items:flex-start}.footer-column p{text-align:right;justify-content:flex-start}.footer-column a{text-align:right}.newsletter{padding:30px 15px}.newsletter-text{font-size:14px}.social span{font-size:12px}.input-box{height:48px}.copyright{font-size:11px}}.modal-overlay{z-index:9999;box-sizing:border-box;-webkit-backdrop-filter:blur(6px);background:#0000008c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.login-modal{box-sizing:border-box;text-align:right;direction:rtl;background:#fff;border-radius:20px;width:100%;max-width:430px;max-height:calc(100vh - 40px);padding:42px 38px 34px;animation:.25s loginModalIn;position:relative;overflow-y:auto;box-shadow:0 25px 70px #0000004d}@keyframes loginModalIn{0%{opacity:0;transform:translateY(15px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.login-modal-close{color:#222;cursor:pointer;background:#f1f1f1;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,transform .2s;display:flex;position:absolute;top:15px;left:15px}.login-modal-close:hover{background:#e5e5e5;transform:rotate(90deg)}.login-modal-close:disabled{opacity:.5;cursor:not-allowed}.login-modal h2{color:#111;text-align:center;margin:0 0 28px;font-size:29px;font-weight:800;line-height:1.4}.modal-input{box-sizing:border-box;color:#111;direction:rtl;background:#fafafa;border:1.5px solid #d8d8d8;border-radius:11px;outline:none;width:100%;height:52px;padding:0 15px;font-family:inherit;font-size:15px;transition:border-color .2s,background .2s,box-shadow .2s}.modal-input:hover{border-color:#999}.modal-input:focus{background:#fff;border-color:#111;box-shadow:0 0 0 3px #00000012}.modal-input.error{background:#fff8f8;border-color:#d32f2f;box-shadow:0 0 0 3px #d32f2f14}.modal-input:disabled{opacity:.65;cursor:not-allowed}.login-password-wrapper{width:100%;margin-top:16px;position:relative}.login-password-wrapper .modal-input{padding-left:52px}.login-password-eye{color:#666;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;transition:color .2s,background .2s;display:flex;position:absolute;top:50%;left:8px;transform:translateY(-50%)}.login-password-eye:hover{color:#111;background:#eee}.login-password-eye:disabled{opacity:.5;cursor:not-allowed}.error-text{color:#d32f2f;margin:7px 3px 0;font-size:13px;line-height:1.7}@keyframes loginShake{0%,to{transform:translate(0)}20%{transform:translate(-7px)}40%{transform:translate(7px)}60%{transform:translate(-5px)}80%{transform:translate(5px)}}.login-submit{color:#fff;cursor:pointer;background:#111;border:1px solid #111;border-radius:11px;width:100%;height:52px;margin-top:24px;font-family:inherit;font-size:16px;font-weight:700;transition:background .25s,color .25s,transform .15s}.login-submit:hover{color:#111;background:#fff}.login-submit:active{transform:scale(.985)}.login-submit:disabled{opacity:.6;cursor:not-allowed}.switch-text{color:#555;text-align:center;margin:18px 0 0;font-size:14px;line-height:1.8}.switch-text span{color:#111;cursor:pointer;margin-right:5px;font-weight:800;text-decoration:none;transition:color .2s}.switch-text span:hover{color:#555;text-decoration:underline}.login-error-popup-overlay{z-index:10000;box-sizing:border-box;-webkit-backdrop-filter:blur(4px);background:#0000006b;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.login-error-popup{box-sizing:border-box;text-align:center;direction:rtl;background:#fff;border-radius:18px;width:100%;max-width:390px;padding:30px 28px 26px;animation:.22s errorPopupIn;box-shadow:0 25px 70px #00000047}@keyframes errorPopupIn{0%{opacity:0;transform:scale(.94)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.login-error-icon{color:#d32f2f;background:#fff0f0;border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;margin:0 auto 18px;display:flex}.login-error-popup h3{color:#111;margin:0 0 10px;font-size:21px;font-weight:800;line-height:1.5}.login-error-popup p{color:#555;max-width:320px;margin:0 auto 22px;font-size:14px;line-height:1.9}.login-error-popup button{color:#fff;cursor:pointer;background:#111;border:1px solid #111;border-radius:10px;width:100%;height:46px;font-family:inherit;font-size:14px;font-weight:700;transition:background .2s,color .2s}.login-error-popup button:hover{color:#111;background:#fff}@media (width<=700px){.modal-overlay{padding:16px}.login-modal{border-radius:18px;max-width:420px;padding:40px 30px 30px}.login-modal h2{margin-bottom:24px;font-size:27px}}@media (width<=500px){.modal-overlay{align-items:center;padding:12px}.login-modal{border-radius:16px;width:100%;max-width:none;max-height:calc(100vh - 24px);padding:38px 20px 25px}.login-modal h2{margin-bottom:22px;font-size:24px}.login-modal-close{width:34px;height:34px;top:10px;left:10px}.modal-input{height:49px;padding:0 13px;font-size:14px}.login-password-wrapper .modal-input{padding-left:48px}.login-password-wrapper{margin-top:13px}.login-submit{height:49px;margin-top:21px;font-size:15px}.switch-text{margin-top:15px;font-size:13px}.error-text{font-size:12px}.login-error-popup-overlay{padding:14px}.login-error-popup{border-radius:16px;max-width:none;padding:27px 20px 22px}.login-error-icon{width:56px;height:56px;margin-bottom:15px}.login-error-popup h3{font-size:19px}.login-error-popup p{font-size:13px;line-height:1.8}}@media (width<=360px){.login-modal{padding:36px 15px 20px}.login-modal h2{font-size:22px}.modal-input{height:47px;font-size:13px}.login-submit{height:47px;font-size:14px}.switch-text{font-size:12px}}.profile-page{box-sizing:border-box;background:linear-gradient(#9b9b9b,#c9c9c9);justify-content:center;align-items:flex-start;min-height:100vh;padding-top:140px;padding-bottom:80px;display:flex}.profile-card{box-sizing:border-box;direction:rtl;background:#fff;border-radius:18px;width:750px;max-width:calc(100% - 40px);padding:40px;position:relative;box-shadow:0 15px 35px #0000001f}.profile-icon{color:#fff;background:#111;border-radius:50%;justify-content:center;align-items:center;width:130px;height:130px;margin:0 auto 30px;display:flex}.profile-card>h2{color:#111;text-align:center;margin:0 0 30px;font-size:30px;line-height:1.5}.profile-info{flex-direction:column;gap:18px;display:flex}.info-row{box-sizing:border-box;background:#f5f5f5;border-radius:12px;align-items:center;gap:20px;padding:18px 22px;display:flex}.info-row label{color:#111;flex-shrink:0;width:170px;font-size:15px;font-weight:700;line-height:1.6}.profile-input{color:#111;box-sizing:border-box;background:#fff;border:1.5px solid #d9d9d9;border-radius:10px;outline:none;width:100%;min-width:0;padding:12px 16px;font-family:inherit;font-size:15px;transition:border-color .25s,box-shadow .25s}.profile-input::placeholder{color:#9b9b9b}.profile-input:hover{border-color:#888}.profile-input:focus{border-color:#111;box-shadow:0 0 0 3px #11111114}.profile-input.error{border-color:#d32f2f;box-shadow:0 0 0 3px #d32f2f14}.profile-textarea{height:110px;min-height:110px;line-height:1.8;overflow-y:auto;resize:none!important}.edit-profile-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:12px;width:100%;height:50px;margin-top:5px;font-family:inherit;font-size:16px;transition:background .3s,color .3s,border .3s,transform .2s}.edit-profile-btn:hover{color:#111;background:#fff;border:1px solid #111}.edit-profile-btn:active{transform:scale(.99)}.success-banner{color:#127034;text-align:center;background:#d8ffe1;border:1px solid #63d882;border-radius:10px;margin-bottom:20px;padding:14px;font-weight:600;line-height:1.7}.error-banner{color:#c51d1d;text-align:center;background:#ffe0e0;border:1px solid #ff9d9d;border-radius:10px;margin-bottom:20px;padding:14px;font-weight:600;line-height:1.7}.login-error-banner{text-align:center;overflow-wrap:anywhere;border-radius:10px;margin-bottom:20px;padding:14px;font-weight:600;line-height:1.7}.profile-my-orders-btn{color:#111;cursor:pointer;background:#fff;border:1px solid #111;border-radius:12px;justify-content:center;align-items:center;gap:8px;height:42px;padding:0 16px;font-family:inherit;font-size:14px;font-weight:700;transition:background .25s,color .25s,box-shadow .25s,transform .25s;display:flex;position:absolute;top:25px;right:25px;box-shadow:0 5px 15px #0000001f}.profile-my-orders-btn:hover{color:#fff;background:#111;transform:translateY(-2px);box-shadow:0 8px 20px #0000002e}.profile-my-orders-btn:active{transform:translateY(0)}.profile-my-orders-btn svg{flex-shrink:0;width:18px;height:18px}.password-toggle-wrapper{box-sizing:border-box;width:100%}.password-toggle-btn{color:#111;cursor:pointer;box-sizing:border-box;background:linear-gradient(135deg,#fafafa,#f2f2f2);border:1.5px solid #dedede;border-radius:14px;align-items:center;gap:12px;width:100%;min-height:62px;padding:0 20px;font-family:inherit;font-size:15px;font-weight:700;transition:background .25s,border-color .25s,box-shadow .25s,transform .2s;display:flex}.password-toggle-btn:hover{background:#fff;border-color:#111;transform:translateY(-1px);box-shadow:0 7px 18px #00000014}.password-toggle-btn.active{color:#fff;background:#111;border-color:#111;box-shadow:0 8px 20px #00000029}.password-toggle-icon{color:#fff;background:#111;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.password-toggle-btn.active .password-toggle-icon{color:#111;background:#fff}.password-toggle-arrow{margin-right:auto;font-size:25px;line-height:1;transition:transform .3s}.password-toggle-arrow.open{transform:rotate(180deg)}.password-panel{box-sizing:border-box;background:linear-gradient(145deg,#fafafa,#f1f1f1);border:1px solid #dedede;border-radius:14px;margin-top:10px;padding:22px;animation:.25s passwordPanelOpen}@keyframes passwordPanelOpen{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.password-row{flex-direction:column;gap:8px;width:100%;margin-bottom:18px;display:flex}.password-row:last-of-type{margin-bottom:20px}.password-row label{color:#222;font-size:14px;font-weight:700}.password-input-wrapper{box-sizing:border-box;width:100%;position:relative}.password-input-wrapper .profile-input{width:100%;padding-left:50px}.password-eye-btn{color:#777;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:color .2s,background .2s,transform .2s;display:flex;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.password-eye-btn:hover{color:#111;background:#eee}.password-eye-btn:active{transform:translateY(-50%)scale(.92)}.password-eye-btn svg{pointer-events:none}.password-error-banner{box-sizing:border-box;color:#b00020;text-align:center;background:#ffe0e0;border:1px solid #f77;border-radius:10px;width:100%;margin-bottom:20px;padding:12px 15px;font-size:14px;line-height:1.7}.password-success-banner{box-sizing:border-box;color:#0b7a2a;text-align:center;background:#d8ffe1;border:1px solid #5ed37c;border-radius:10px;width:100%;margin-bottom:20px;padding:12px 15px;font-size:14px;line-height:1.7}.change-password-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:11px;width:100%;min-height:48px;font-family:inherit;font-size:15px;font-weight:700;transition:background .25s,transform .2s,box-shadow .25s,opacity .2s}.change-password-btn:hover{background:#000;transform:translateY(-1px);box-shadow:0 7px 16px #00000026}.change-password-btn:active{transform:translateY(0)}.change-password-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}@media (width<=800px){.profile-page{padding-top:120px;padding-bottom:60px}.profile-card{width:calc(100% - 30px);max-width:650px;padding:35px 28px}.profile-icon{width:115px;height:115px;margin-bottom:25px}.profile-icon svg{width:65px;height:65px}.profile-card>h2{margin-bottom:25px;font-size:27px}.info-row{gap:15px;padding:16px 18px}.info-row label{width:145px;font-size:14px}.profile-input{padding:11px 14px;font-size:14px}.profile-my-orders-btn{height:40px;padding:0 13px;font-size:13px;top:20px;right:20px}}@media (width<=600px){.profile-page{padding-top:100px;padding-bottom:45px}.profile-card{border-radius:16px;width:calc(100% - 20px);max-width:none;padding:25px 16px}.profile-icon{width:95px;height:95px;margin-top:35px;margin-bottom:20px}.profile-icon svg{width:55px;height:55px}.profile-card>h2{margin-bottom:22px;font-size:24px}.profile-info{gap:12px}.info-row{border-radius:11px;flex-direction:column;align-items:stretch;gap:8px;padding:14px}.info-row label{width:100%;font-size:14px}.profile-input{width:100%;padding:11px 12px;font-size:14px}.profile-textarea{height:100px;min-height:100px;resize:none!important}.edit-profile-btn{height:48px;margin-top:8px;font-size:15px}.profile-my-orders-btn{border-radius:11px;width:100%;height:44px;margin-bottom:5px;padding:0 14px;position:relative;top:auto;right:auto}.profile-my-orders-btn:hover{transform:none}.password-toggle-btn{min-height:56px;padding:0 14px;font-size:14px}.password-toggle-icon{width:34px;height:34px}.password-panel{padding:16px}.password-row label{font-size:14px}.password-input-wrapper .profile-input{padding-left:48px}.success-banner,.error-banner,.login-error-banner{padding:12px;font-size:14px}}@media (width<=400px){.profile-page{padding-top:90px;padding-bottom:35px}.profile-card{width:calc(100% - 12px);padding:22px 12px}.profile-icon{width:85px;height:85px;margin-top:30px}.profile-icon svg{width:48px;height:48px}.profile-card>h2{font-size:22px}.info-row{padding:12px}.info-row label{font-size:13px}.profile-input{padding:10px;font-size:13px}.profile-my-orders-btn{height:42px;font-size:13px}.password-toggle-btn{min-height:52px;font-size:13px}.password-panel{padding:13px}.password-input-wrapper .profile-input{padding-left:45px}}.checkout-page{box-sizing:border-box;direction:rtl;background:linear-gradient(#9b9b9b,#c9c9c9);min-height:100vh;padding-top:140px;padding-bottom:80px}.checkout-progress{box-sizing:border-box;justify-content:center;align-items:center;width:90%;max-width:1100px;margin:0 auto 40px;display:flex}.progress-step{color:#666;white-space:nowrap;flex-direction:column;justify-content:center;align-items:center;gap:10px;font-weight:600;display:flex}.step-circle{background:#d9d9d9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:18px;font-weight:700;transition:all .3s;display:flex}.checkout-container{box-sizing:border-box;align-items:flex-start;gap:30px;width:90%;max-width:1300px;margin:auto;display:flex}.checkout-summary{box-sizing:border-box;background:#fff;border-radius:18px;flex-shrink:0;width:340px;padding:30px;position:sticky;top:150px;box-shadow:0 12px 30px #0000001f}.checkout-summary h2{text-align:center;color:#111;margin:0 0 30px;font-size:28px}.summary-row{color:#444;justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px;font-size:16px;display:flex}.summary-row span:last-child{white-space:nowrap}.delivery-section{box-sizing:border-box;direction:rtl;background:#f7f7f7;border:1px solid #d5d5d5;border-radius:12px;margin-top:30px;margin-bottom:28px;padding:18px}.delivery-section h3{color:#222;margin:0 0 16px;font-size:16px;font-weight:700}.delivery-options{flex-direction:column;gap:10px;display:flex}.delivery-option{cursor:pointer;box-sizing:border-box;background:#fff;border:1px solid #d2d2d2;border-radius:9px;align-items:center;gap:10px;width:100%;min-height:48px;padding:10px 13px;transition:border-color .2s,background .2s,box-shadow .2s;display:flex}.delivery-option:hover{border-color:#999}.delivery-option.selected{background:#eee;border-color:#222;box-shadow:0 0 0 1px #222}.delivery-option input{accent-color:#222;cursor:pointer;flex-shrink:0;width:17px;height:17px;margin:0}.delivery-option span{color:#222;font-size:14px;font-weight:600}.delivery-description{color:#555;text-align:right;box-sizing:border-box;background:#e9e9e9;border-radius:9px;margin-top:16px;padding:14px 15px;font-size:13px;line-height:2}.delivery-description strong{color:#222;font-weight:700}.delivery-select-warning{color:#a00000;text-align:center;box-sizing:border-box;background:#fff0f0;border:1px solid #e5a5a5;border-radius:8px;margin-top:12px;padding:10px 12px;font-size:13px;animation:.25s deliveryWarningAppear}@keyframes deliveryWarningAppear{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.checkout-summary hr{border:none;border-top:1px solid #ddd;margin-top:25px}.summary-total{color:#111;justify-content:space-between;align-items:center;gap:15px;margin-top:22px;font-size:22px;font-weight:700;display:flex}.summary-total span:last-child{white-space:nowrap}.checkout-btn{color:#fff;cursor:pointer;box-sizing:border-box;background:#111;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:55px;margin-top:35px;padding:0 15px;font-size:17px;font-weight:700;transition:background .3s,color .3s,border-color .3s,transform .2s;display:flex}.checkout-btn:hover{color:#111;background:#fff;border-color:#111}.checkout-btn:active{transform:scale(.98)}.checkout-products{flex-direction:column;flex:1;gap:22px;min-width:0;display:flex}.checkout-item{box-sizing:border-box;background:#fff;border-radius:18px;align-items:center;gap:25px;width:100%;padding:20px;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 12px 28px #0000001a}.checkout-item:hover{transform:translateY(-3px);box-shadow:0 18px 35px #00000024}.checkout-image{object-fit:contain;box-sizing:border-box;background:#f7f7f7;border-radius:14px;flex-shrink:0;width:140px;height:140px;padding:10px}.checkout-details{flex-direction:column;flex:1;gap:12px;min-width:0;display:flex}.checkout-details h3{color:#111;overflow-wrap:anywhere;margin:0;font-size:24px}.checkout-details p{color:#666;white-space:nowrap;margin:0;font-size:18px;font-weight:700}.checkout-variant{color:#666;margin-top:0;font-size:13px;line-height:1.7}.quantity-box{background:#f5f5f5;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;gap:12px;padding:8px 12px;display:flex}.quantity-box button{color:#fff;cursor:pointer;background:#111;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .25s;display:flex}.quantity-box button:hover{background:#333}.quantity-box span{text-align:center;color:#111;min-width:28px;font-size:18px;font-weight:700}.item-total{text-align:center;color:#111;white-space:nowrap;min-width:170px;font-size:20px;font-weight:700}.remove-btn{cursor:pointer;color:#d22;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .25s,transform .25s;display:flex}.remove-btn:hover{background:#ffe5e5;transform:scale(1.08)}.empty-cart{text-align:center;box-sizing:border-box;background:#fff;border-radius:18px;width:100%;padding:80px 40px;box-shadow:0 12px 28px #0000001a}.empty-cart h2{color:#222;margin:0 0 30px;font-size:24px}.back-home-btn{color:#fff;cursor:pointer;box-sizing:border-box;background:#111;border:1px solid #0000;border-radius:12px;padding:14px 32px;font-size:16px;transition:background .25s,color .25s,border-color .25s}.back-home-btn:hover{color:#111;background:#fff;border-color:#111}.empty-cart-warning{box-sizing:border-box;color:#111;text-align:center;direction:rtl;background:#ff7790;border-radius:12px;width:70%;margin:12px auto 0;padding:12px 18px;font-family:inherit;font-size:14px;font-weight:600;animation:.25s emptyCartWarningAppear;box-shadow:0 6px 15px #0000001a}@keyframes emptyCartWarningAppear{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (width<=1100px){.checkout-page{padding-top:125px}.checkout-container{flex-direction:column;gap:25px;width:92%}.checkout-summary{order:-1;width:100%;position:static}.checkout-products{width:100%}.checkout-item{gap:20px}.item-total{min-width:140px;font-size:18px}.checkout-details h3{font-size:21px}.checkout-details p{font-size:16px}}@media (width<=800px){.checkout-page{padding-top:115px;padding-bottom:60px}.checkout-progress{width:95%;margin-bottom:30px}.progress-line{width:100px;margin:0 12px}.step-circle{width:42px;height:42px}.checkout-container{width:94%}.checkout-item{grid-template-columns:110px 1fr;align-items:center;gap:15px;padding:18px;display:grid}.checkout-image{grid-row:span 3;width:110px;height:110px}.checkout-details{width:100%}.checkout-details h3{font-size:19px}.checkout-details p{font-size:15px}.quantity-box{width:fit-content}.item-total{text-align:right;min-width:0;font-size:17px}.remove-btn{margin-top:-130px;margin-right:5px;position:absolute}}@media (width<=600px){.checkout-page{padding-top:105px;padding-bottom:45px}.checkout-progress{box-sizing:border-box;width:100%;margin-bottom:25px;padding:0 10px}.progress-step{gap:7px;font-size:12px}.step-circle{width:38px;height:38px;font-size:15px}.progress-line{flex:1;width:auto;min-width:25px;max-width:70px;margin:0 8px}.checkout-container{gap:20px;width:94%}.checkout-summary{border-radius:16px;padding:22px 18px}.checkout-summary h2{margin-bottom:22px;font-size:23px}.summary-row{gap:10px;margin-bottom:15px;font-size:14px}.summary-total{gap:10px;font-size:18px}.checkout-btn{height:52px;margin-top:25px;font-size:15px}.delivery-section{margin-top:25px;margin-bottom:22px;padding:14px}.delivery-section h3{margin-bottom:14px;font-size:15px}.delivery-option{min-height:46px;padding:9px 11px}.delivery-option span{font-size:13px}.delivery-description{margin-top:14px;padding:11px 12px;font-size:12px;line-height:2}.delivery-select-warning{margin-top:11px;padding:10px;font-size:12px}.checkout-item{border-radius:16px;grid-template-columns:90px 1fr;gap:14px;padding:15px;display:grid;position:relative}.checkout-image{width:90px;height:90px;padding:6px}.checkout-details{gap:7px;padding-left:25px}.checkout-details h3{font-size:17px;line-height:1.6}.checkout-details p{font-size:14px}.checkout-variant{font-size:12px}.quantity-box{box-sizing:border-box;grid-column:1/-1;gap:15px;width:100%;padding:7px}.quantity-box button{width:34px;height:34px}.quantity-box span{font-size:16px}.item-total{text-align:center;grid-column:1/-1;width:100%;min-width:0;padding:5px 0;font-size:17px}.remove-btn{width:34px;height:34px;margin:0;position:absolute;top:12px;left:12px}.empty-cart{border-radius:16px;padding:55px 20px}.empty-cart h2{font-size:19px;line-height:1.8}.back-home-btn{width:100%;padding:13px 20px;font-size:15px}.empty-cart-warning{width:100%;padding:11px 14px;font-size:13px}}@media (width<=380px){.checkout-page{padding-top:100px}.checkout-progress{padding:0 5px}.progress-step{font-size:11px}.step-circle{width:34px;height:34px;font-size:14px}.progress-line{min-width:18px;margin:0 5px}.checkout-container{width:96%}.checkout-summary{padding:18px 14px}.summary-row{font-size:13px}.summary-total{font-size:16px}.delivery-section{padding:12px}.delivery-description{font-size:11px;line-height:2}.delivery-select-warning{font-size:11px}.checkout-item{grid-template-columns:75px 1fr;padding:12px}.checkout-image{width:75px;height:75px}.checkout-details{padding-left:20px}.checkout-details h3{font-size:15px}.checkout-details p{font-size:13px}.quantity-box{gap:10px}.quantity-box button{width:32px;height:32px}.item-total{font-size:15px}}.input-group label{color:#222;margin-bottom:3px;font-size:15px;font-weight:700}@keyframes shake{0%{transform:translate(0)}20%{transform:translate(-7px)}40%{transform:translate(7px)}60%{transform:translate(-6px)}80%{transform:translate(6px)}to{transform:translate(0)}}.information-page{box-sizing:border-box;direction:rtl;background:linear-gradient(#9b9b9b,#c9c9c9);min-height:100vh;padding-top:140px;padding-bottom:80px}.checkout-progress{justify-content:center;align-items:center;width:90%;max-width:1100px;margin:0 auto 45px;display:flex}.progress-step{color:#777;white-space:nowrap;flex-direction:column;align-items:center;gap:10px;font-weight:600;display:flex}.progress-step.active,.progress-step.completed{color:#111}.step-circle{background:#dcdcdc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-weight:700;transition:all .3s;display:flex}.progress-step.active .step-circle,.progress-step.completed .step-circle{color:#fff;background:#111}.progress-line{background:#c8c8c8;flex-shrink:1;width:170px;height:3px;margin:0 20px}.information-card{box-sizing:border-box;background:#fff;border-radius:20px;width:90%;max-width:1000px;margin:auto;padding:45px;box-shadow:0 15px 35px #0000001f}.information-card h2{text-align:center;color:#111;margin-bottom:40px;font-size:30px}.form-grid{grid-template-columns:1fr 1fr;gap:28px;display:grid}.input-group{flex-direction:column;gap:10px;min-width:0;display:flex}.input-group.full{grid-column:1/-1}.input-group label{color:#222;align-items:center;gap:8px;margin-bottom:3px;font-size:15px;font-weight:700;display:flex}.input-group input,.input-group textarea{color:#222;box-sizing:border-box;background:#f8f8f8;border:2px solid #0000;border-radius:14px;outline:none;width:100%;padding:16px 18px;font-family:inherit;font-size:16px;transition:all .25s}.input-group input:hover,.input-group textarea:hover{background:#f2f2f2}.input-group input:focus,.input-group textarea:focus{background:#fff;border-color:#111;box-shadow:0 0 0 5px #00000014}.input-group input::placeholder,.input-group textarea::placeholder{color:#999;font-size:15px}.input-group textarea{resize:none;min-height:130px}.error-input{background:#fff6f6!important;border-color:#d80027!important}.error-text{color:#d80027;margin-top:6px;font-size:13px;font-weight:600}.shake{animation:.4s shake}.continue-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:14px;justify-content:center;align-items:center;width:70%;height:58px;margin:40px auto 0;font-family:inherit;font-size:18px;font-weight:700;transition:all .3s;display:flex;box-shadow:0 10px 25px #0000002e}.continue-btn:hover{color:#111;background:#fff;border:2px solid #111;transform:translateY(-2px);box-shadow:0 18px 35px #00000038}.continue-btn:active{transform:scale(.98)}.continue-btn:disabled{color:#777;cursor:not-allowed;box-shadow:none;background:#bdbdbd;border:none;transform:none}.progress-cart-button{cursor:pointer;background:0 0;border:none;margin:0;padding:0;font-family:inherit}.progress-cart-button .step-circle{cursor:pointer}.progress-cart-button:hover{color:#000}.progress-cart-button:hover .step-circle{background:#333;transform:translateY(-3px)scale(1.08);box-shadow:0 8px 18px #0000002e}.progress-cart-button:active .step-circle{transform:scale(.95)}.progress-cart-button .step-circle{transition:all .25s}.information-back-button{color:#222;cursor:pointer;background:#ffffffd9;border:1px solid #d5d5d5;border-radius:12px;align-items:center;gap:8px;width:fit-content;margin:0 auto 25px;padding:10px 18px;font-family:inherit;font-size:14px;font-weight:600;transition:all .25s;display:flex;position:relative;box-shadow:0 5px 15px #00000014}.information-back-button:hover{color:#fff;background:#111;border-color:#111;transform:translate(4px);box-shadow:0 8px 20px #00000026}.information-back-button:active{transform:scale(.96)}.information-back-button svg{transition:all .25s}.information-back-button:hover svg{transform:translate(3px)}@media (width<=900px){.information-page{padding-top:125px;padding-bottom:60px}.checkout-progress{width:95%;margin-bottom:35px}.progress-line{width:100px;margin:0 12px}.information-card{width:92%;padding:35px}.information-card h2{margin-bottom:32px;font-size:27px}.form-grid{gap:22px}.continue-btn{width:80%}}@media (width<=600px){.information-page{padding:110px 12px 50px}.checkout-progress{width:100%;margin-bottom:30px}.progress-step{gap:7px;font-size:12px}.step-circle{width:40px;height:40px;font-size:14px}.progress-line{width:45px;height:2px;margin:0 7px}.information-card{border-radius:17px;width:100%;padding:25px 18px}.information-card h2{margin-bottom:28px;font-size:23px}.form-grid{grid-template-columns:1fr;gap:18px}.input-group.full{grid-column:auto}.input-group input,.input-group textarea{padding:14px 15px;font-size:15px}.input-group textarea{min-height:120px}.continue-btn{width:100%;height:52px;margin-top:30px;font-size:16px}.information-back-button{margin-bottom:18px;padding:9px 15px;font-size:13px}}@media (width<=380px){.information-page{padding-left:8px;padding-right:8px}.progress-step{font-size:11px}.step-circle{width:36px;height:36px;font-size:13px}.progress-line{width:30px;margin:0 5px}.information-card{padding:22px 14px}.information-card h2{font-size:21px}}.payment-page{box-sizing:border-box;direction:rtl;background:linear-gradient(#9b9b9b,#c9c9c9);width:100%;min-height:100vh;padding-top:140px;padding-bottom:80px}.payment-progress{justify-content:center;align-items:center;width:90%;max-width:1100px;margin:0 auto 40px;display:flex}.payment-progress-step{color:#666;white-space:nowrap;flex-direction:column;align-items:center;gap:10px;font-weight:600;display:flex}.payment-active,.payment-completed{color:#111}.payment-step-circle{background:#d9d9d9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.payment-active .payment-step-circle,.payment-completed .payment-step-circle{color:#fff;background:#111}.payment-progress-line{background:#bbb;flex-shrink:1;width:150px;height:3px;margin:0 20px}.payment-container{box-sizing:border-box;align-items:flex-start;gap:30px;width:90%;max-width:1200px;margin:auto;display:flex}.payment-summary{box-sizing:border-box;background:#fff;border-radius:18px;flex-shrink:0;width:340px;padding:30px;position:sticky;top:150px;box-shadow:0 12px 30px #0000001f}.payment-summary h2,.payment-section-box h2{text-align:center;color:#111;margin-top:0;margin-bottom:30px}.payment-summary-row{color:#444;justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px;line-height:1.7;display:flex}.payment-summary-row span:last-child{white-space:nowrap}.payment-summary-total{justify-content:space-between;align-items:center;gap:15px;margin-top:20px;font-size:22px;font-weight:700;line-height:1.7;display:flex}.payment-summary-total span:last-child{white-space:nowrap}.payment-summary hr{border:none;border-top:1px solid #ddd;margin:20px 0}.payment-submit-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:12px;width:100%;height:55px;margin-top:35px;font-family:inherit;font-size:17px;font-weight:700;transition:background .3s,color .3s,border .3s}.payment-submit-btn:hover{color:#111;background:#fff;border:1px solid #111}.payment-submit-btn:disabled{opacity:.65;cursor:not-allowed}.payment-submit-btn:disabled:hover{color:#fff;background:#111;border:none}.payment-error-message{color:#c40000;text-align:center;background:#ffe0e0;border-radius:12px;margin-top:20px;padding:14px;font-weight:700;line-height:1.7;animation:.3s paymentError}@keyframes paymentError{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.payment-left{flex-direction:column;flex:1;gap:25px;min-width:0;display:flex}.payment-section-box{box-sizing:border-box;background:#fff;border-radius:18px;width:100%;padding:30px;box-shadow:0 12px 28px #0000001a}.payment-section-box textarea{resize:none;box-sizing:border-box;text-align:right;direction:rtl;border:2px solid #ddd;border-radius:14px;outline:none;width:100%;height:130px;padding:15px;font-family:inherit;font-size:16px;transition:border-color .25s,box-shadow .25s}.payment-section-box textarea:hover{border-color:#aaa}.payment-section-box textarea:focus{border-color:#111;box-shadow:0 0 0 3px #11111114}.payment-bank-option{cursor:pointer;box-sizing:border-box;background:#f5f5f5;border:2px solid #0000;border-radius:14px;align-items:center;gap:12px;min-height:60px;margin-bottom:15px;padding:15px 20px;font-weight:700;transition:background .2s,border-color .2s;display:flex}.payment-bank-option:last-child{margin-bottom:0}.payment-bank-option:hover{background:#ededed}.payment-selected{background:#fff;border-color:#111}.payment-bank-option input{cursor:pointer;flex-shrink:0;width:18px;height:18px;margin:0}@media (width<=1000px){.payment-page{padding-top:130px;padding-bottom:60px}.payment-container{flex-direction:column;gap:25px;width:92%}.payment-summary{order:-1;width:100%;position:static}.payment-left{width:100%}.payment-progress-line{width:100px;margin:0 12px}}@media (width<=700px){.payment-page{padding-top:115px;padding-bottom:50px}.payment-progress{width:94%;margin-bottom:30px}.payment-progress-step{gap:7px;font-size:13px}.payment-step-circle{width:40px;height:40px;font-size:14px}.payment-progress-line{width:60px;height:2px;margin:0 8px}.payment-container{gap:20px;width:94%}.payment-summary,.payment-section-box{border-radius:16px;padding:24px}.payment-summary h2,.payment-section-box h2{margin-bottom:24px;font-size:21px}.payment-summary-row{gap:10px;font-size:14px}.payment-summary-total{font-size:19px}.payment-submit-btn{height:52px;margin-top:28px;font-size:16px}.payment-section-box textarea{height:120px;font-size:15px}.payment-bank-option{min-height:55px;padding:14px 16px;font-size:14px}}@media (width<=450px){.payment-page{padding-top:105px;padding-bottom:40px}.payment-progress{width:96%;margin-bottom:25px}.payment-progress-step{font-size:11px}.payment-step-circle{width:36px;height:36px;font-size:12px}.payment-progress-line{width:35px;margin:0 5px}.payment-container{width:96%}.payment-summary,.payment-section-box{padding:20px}.payment-summary h2,.payment-section-box h2{margin-bottom:20px;font-size:19px}.payment-summary-row{margin-bottom:14px;font-size:13px}.payment-summary-total{font-size:17px}.payment-submit-btn{height:50px;font-size:15px}.payment-section-box textarea{height:110px;padding:12px;font-size:14px}.payment-bank-option{min-height:52px;padding:12px;font-size:13px}.payment-error-message{padding:12px;font-size:13px}}@media (width<=360px){.payment-progress-step{font-size:10px}.payment-progress-line{width:25px;margin:0 3px}.payment-step-circle{width:33px;height:33px}.payment-summary,.payment-section-box{padding:17px}.payment-summary-row{font-size:12px}.payment-summary-total{font-size:16px}}.about-page{box-sizing:border-box;direction:rtl;background:linear-gradient(#9b9b9b,#747373);width:100%;min-height:auto;padding-top:180px;padding-bottom:70px}.about-card{box-sizing:border-box;background:#ccc;border-radius:22px;width:92%;max-width:1400px;margin:0 auto;padding:60px 70px;box-shadow:0 15px 35px #0000001f}.about-card h1{color:#111;text-align:center;margin:0 0 40px;font-size:42px;font-weight:700;line-height:1.3}.about-card p{box-sizing:border-box;color:#3d3d3d;text-align:center;overflow-wrap:break-word;width:72%;max-width:1000px;margin:0 auto;font-size:16px;font-weight:400;line-height:2.4}@media (width<=1200px){.about-page{padding-top:165px;padding-bottom:65px}.about-card{width:94%;padding:55px 50px}.about-card p{width:82%;font-size:16px;line-height:2.3}}@media (width<=900px){.about-page{padding-top:150px;padding-bottom:60px}.about-card{border-radius:20px;width:94%;padding:45px 35px}.about-card h1{margin-bottom:32px;font-size:36px}.about-card p{width:90%;font-size:15px;line-height:2.25}}@media (width<=700px){.about-page{padding-top:135px;padding-bottom:50px}.about-card{border-radius:18px;width:94%;padding:35px 22px}.about-card h1{margin-bottom:28px;font-size:32px;line-height:1.35}.about-card p{text-align:center;width:100%;font-size:15px;line-height:2.15}}@media (width<=480px){.about-page{padding-top:120px;padding-bottom:45px}.about-card{border-radius:16px;width:94%;padding:30px 18px}.about-card h1{margin-bottom:24px;font-size:28px}.about-card p{font-size:14px;line-height:2.05}}@media (width<=360px){.about-page{padding-top:115px;padding-bottom:40px}.about-card{border-radius:14px;width:94%;padding:26px 15px}.about-card h1{margin-bottom:22px;font-size:25px}.about-card p{font-size:13px;line-height:2}}.contact-page{box-sizing:border-box;direction:rtl;background:linear-gradient(#9b9b9b,#c9c9c9);min-height:100vh;padding-top:140px;padding-bottom:60px}.contact-container{box-sizing:border-box;width:92%;max-width:1150px;margin:0 auto}.contact-container h1{text-align:center;color:#181818;margin:0 0 40px;font-size:42px}.contact-card{box-sizing:border-box;background:#f3f3f3;border-radius:22px;align-items:stretch;width:100%;margin-bottom:25px;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 12px 28px #0000001f}@media (hover:hover) and (pointer:fine){.contact-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px #0000002e}.contact-card:hover .contact-icon{background:#111}.contact-card:hover .contact-icon svg{color:#fff;transform:scale(1.15)}.contact-card:nth-child(3):hover .contact-icon svg{color:#25d366}.contact-card:nth-child(4):hover .contact-icon svg{color:#e1306c}.search-box:hover{background:#f2f2f2;transform:scale(1.05)}.feedback-card button:hover{color:#111;background:#fff;border:1px solid #111}}.contact-icon{background:#e6e6e6;justify-content:center;align-items:center;width:130px;min-width:130px;transition:background .3s;display:flex}.contact-icon svg{width:54px;height:54px;transition:transform .3s,color .3s}.contact-info{box-sizing:border-box;flex:1;min-width:0;padding:28px 35px}.contact-info h2{color:#111;margin:0 0 15px;font-size:24px}.contact-info p{color:#222;word-break:break-word;margin:0;font-size:23px;font-weight:700}.contact-info span{color:#666;margin-top:12px;font-size:15px;line-height:1.9;display:block}.instagram-card{cursor:pointer}.feedback-card{box-sizing:border-box;padding:35px;display:block}.feedback-card h2{text-align:center;color:#111;margin:0 0 25px;font-size:28px}.feedback-card textarea{resize:none;box-sizing:border-box;border:2px solid #ddd;border-radius:15px;width:100%;height:170px;padding:16px;font-family:inherit;font-size:15px;transition:all .25s;display:block}.feedback-card textarea:focus{border-color:#111;outline:none;box-shadow:0 0 0 5px #00000014}.feedback-card button{color:#fff;cursor:pointer;box-sizing:border-box;background:#111;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:220px;height:54px;margin-top:25px;margin-left:0;margin-right:auto;font-size:16px;font-weight:700;transition:all .3s;display:flex}.feedback-card button:disabled{color:#666;cursor:not-allowed;background:#aaa;border:none;transform:none}.contact-error{color:#d80027;margin-top:18px;font-weight:700;line-height:1.8}.contact-success{color:#00894a;margin-top:18px;font-weight:700;line-height:1.8}@media (width<=1000px){.contact-page{padding-top:125px}.contact-container{width:90%}.contact-container h1{margin-bottom:35px;font-size:36px}.contact-info{padding:25px 28px}.contact-info h2{font-size:22px}.contact-info p{font-size:21px}.feedback-card{padding:30px}}@media (width<=750px){.contact-page{padding-top:120px;padding-bottom:50px}.contact-container{width:92%}.contact-container h1{margin-bottom:30px;font-size:32px}.contact-card{border-radius:18px;flex-direction:column;margin-bottom:20px;transform:none;box-shadow:0 12px 28px #0000001f}.contact-card:hover{transform:none;box-shadow:0 12px 28px #0000001f}.contact-icon{background:#e6e6e6;width:100%;min-width:100%;height:100px;min-height:100px}.contact-icon svg{width:45px;height:45px;color:inherit;transform:none}.contact-card:hover .contact-icon{background:#e6e6e6}.contact-card:hover .contact-icon svg{color:inherit;transform:none}.contact-info{text-align:center;width:100%;padding:25px 20px}.contact-info h2{margin-bottom:12px;font-size:21px}.contact-info p{font-size:20px}.contact-info span{margin-top:10px;font-size:14px}.feedback-card{padding:25px 20px}.feedback-card h2{margin-bottom:20px;font-size:24px}.feedback-card textarea{height:160px;padding:14px;font-size:14px}.feedback-card button{width:100%;margin-left:0;margin-right:0}}@media (width<=500px){.contact-page{padding-top:110px;padding-bottom:40px}.contact-container{width:calc(100% - 30px)}.contact-container h1{margin-bottom:25px;font-size:28px}.contact-card{border-radius:16px;margin-bottom:16px;transform:none;box-shadow:0 10px 24px #0000001f}.contact-card:hover{transform:none;box-shadow:0 10px 24px #0000001f}.contact-icon{background:#e6e6e6;height:85px;min-height:85px}.contact-icon svg{width:40px;height:40px;color:inherit;transform:none}.contact-card:hover .contact-icon{background:#e6e6e6}.contact-card:hover .contact-icon svg{color:inherit;transform:none}.contact-info{padding:20px 15px 23px}.contact-info h2{font-size:18px;line-height:1.7}.contact-info p{font-size:18px}.contact-info span{font-size:12px;line-height:1.8}.feedback-card{padding:22px 15px}.feedback-card h2{margin-bottom:18px;font-size:21px;line-height:1.6}.feedback-card textarea{border-radius:12px;height:145px;padding:12px;font-size:13px}.feedback-card button{height:50px;margin-top:20px;font-size:14px}.contact-error,.contact-success{text-align:center;font-size:13px}}@media (width<=360px){.contact-page{padding-top:105px}.contact-container{width:calc(100% - 20px)}.contact-container h1{font-size:25px}.contact-info h2,.contact-info p{font-size:17px}.contact-info span{font-size:11px}.feedback-card h2{font-size:19px}.feedback-card textarea{height:135px}}.rules-page{box-sizing:border-box;direction:rtl;background:linear-gradient(#9b9b9b,#c9c9c9);min-height:100vh;padding-top:140px;padding-bottom:60px}.rules-card{box-sizing:border-box;background:#efefef;border-radius:22px;width:min(850px,58%);margin:0 auto 40px;padding:38px 48px;box-shadow:0 12px 30px #0000001f}.rules-card h1{text-align:center;color:#111;margin:0 0 30px;font-size:34px;font-weight:600;line-height:1.5}.rules-list{margin:0;padding-left:0;padding-right:24px}.rules-intro{color:#222;margin:0 0 22px;font-size:17px;font-weight:400;line-height:1.9}.rules-intro strong{color:#111;font-weight:600}.rules-intro span{color:#d62828}.rules-list li{color:#222;margin-bottom:10px;font-size:17px;font-weight:400;line-height:1.8}.rules-list strong{color:#111;font-weight:500}.important-rule{color:#d62828!important;font-weight:600!important}.delivery-rule{margin-top:30px;font-weight:500!important}@media (width<=1100px){.rules-page{padding-top:125px;padding-bottom:50px}.rules-card{border-radius:20px;width:82%;padding:34px 38px}.rules-card h1{margin-bottom:26px;font-size:31px}.rules-list li,.rules-intro{font-size:16px}}@media (width<=700px){.rules-page{padding-top:105px;padding-bottom:40px}.rules-card{border-radius:17px;width:calc(100% - 28px);margin:0 auto 30px;padding:26px 20px;box-shadow:0 8px 22px #0000001a}.rules-card h1{margin-bottom:22px;font-size:26px;line-height:1.5}.rules-list{padding-right:21px}.rules-intro{margin-bottom:20px;font-size:15px;line-height:2}.rules-list li{margin-bottom:9px;font-size:15px;line-height:1.9}.delivery-rule{margin-top:24px}}@media (width<=420px){.rules-page{padding-top:95px;padding-bottom:30px}.rules-card{border-radius:15px;width:calc(100% - 20px);padding:23px 16px}.rules-card h1{margin-bottom:20px;font-size:23px}.rules-list{padding-right:18px}.rules-intro{font-size:14px;line-height:2}.rules-list li{margin-bottom:8px;font-size:14px;line-height:1.9}}@media (width<=350px){.rules-card{padding:20px 13px}.rules-card h1{font-size:21px}.rules-list{padding-right:16px}.rules-intro,.rules-list li{font-size:13px}}.rules-final{text-align:center;box-sizing:border-box;background:#f3f3f3;border-radius:18px;margin-top:45px;padding:30px 35px}.rules-final h2{color:#111;margin:0 0 18px;font-size:25px}.rules-final p{color:#555;max-width:850px;margin:8px auto;font-size:15px;line-height:2}.rules-final span{color:#111;margin-top:20px;font-size:15px;font-weight:600;display:block}@media (width<=600px){.rules-final{border-radius:15px;margin-top:30px;padding:25px 18px}.rules-final h2{font-size:21px}.rules-final p{font-size:13px;line-height:1.9}.rules-final span{font-size:13px}}.order-success-page{box-sizing:border-box;direction:rtl;background:linear-gradient(#9b9b9b,#c9c9c9);justify-content:center;align-items:flex-start;min-height:auto;padding-top:180px;padding-bottom:120px;display:flex}.success-card{text-align:center;box-sizing:border-box;background:#fff;border-radius:20px;width:500px;max-width:calc(100% - 40px);padding:50px;box-shadow:0 15px 35px #00000026}.success-icon{color:#fff;background:#111;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:auto;font-size:40px;display:flex}.success-card h1{margin-top:30px;font-size:28px;line-height:1.7}.success-card p{line-height:1.8}.success-card strong{word-break:break-word;margin:20px;font-size:20px;display:block}.success-description{color:#555;font-size:15px}.success-card button{color:#fff;cursor:pointer;background:#111;border:none;border-radius:14px;width:100%;height:55px;margin-top:30px;font-family:inherit;font-size:17px;transition:all .3s}.success-card button:hover{color:#111;background:#fff;border:1px solid #111}@media (width<=800px){.order-success-page{padding:160px 20px 100px}.success-card{border-radius:18px;width:100%;max-width:600px;padding:40px 30px}.success-icon{width:65px;height:65px;font-size:36px}.success-card h1{margin-top:25px;font-size:24px}.success-card strong{font-size:19px}.success-card button{height:52px;font-size:16px}}@media (width<=500px){.order-success-page{align-items:flex-start;padding:140px 12px 70px}.success-card{border-radius:16px;width:100%;max-width:100%;height:auto;padding:32px 20px}.success-icon{width:60px;height:60px;font-size:32px}.success-card h1{margin-top:22px;font-size:21px;line-height:1.8}.success-card p{font-size:14px;line-height:1.9}.success-card strong{margin:16px 8px;font-size:18px}.success-description{font-size:13px!important}.success-card button{border-radius:12px;height:50px;margin-top:25px;font-size:15px}}@media (width<=360px){.order-success-page{padding:130px 8px 60px}.success-card{padding:28px 15px}.success-card h1{font-size:19px}.success-card strong{font-size:16px}}.profile-orders-page{box-sizing:border-box;direction:rtl;background:linear-gradient(#9b9b9b,#c9c9c9);min-height:100vh;padding-top:140px;padding-bottom:80px}.orders-container{box-sizing:border-box;width:90%;max-width:1000px;margin:0 auto}.orders-container h1{text-align:center;color:#111;margin:0 0 40px;font-size:32px;line-height:1.5}.empty-orders{text-align:center;box-sizing:border-box;background:#fff;border-radius:20px;padding:50px;font-size:20px;line-height:1.8;box-shadow:0 15px 35px #0000001f}.order-card{box-sizing:border-box;background:#fff;border-radius:20px;width:100%;margin-bottom:30px;padding:30px;overflow:hidden;box-shadow:0 10px 30px #00000014}.order-header{border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;gap:20px;padding-bottom:18px;display:flex}.order-header h3{color:#111;overflow-wrap:anywhere;margin:0;font-size:20px;line-height:1.6}.order-header span{color:#fff;white-space:nowrap;background:#1a803f;border-radius:20px;flex-shrink:0;padding:8px 18px;font-size:14px;font-weight:600}.order-basic-info{margin-top:20px;line-height:2}.order-basic-info p,.customer-details p,.price-details p{color:#222;overflow-wrap:anywhere;margin:12px 0;font-size:16px;line-height:1.9}.ordered-products{flex-direction:column;gap:20px;display:flex}.ordered-product{box-sizing:border-box;background:#f7f7f7;border-radius:15px;align-items:center;gap:20px;padding:15px;display:flex}.ordered-product img{object-fit:cover;border-radius:15px;flex-shrink:0;width:120px;height:120px}.ordered-product>div{flex:1;min-width:0}.ordered-product h3{overflow-wrap:anywhere;margin:0 0 10px;font-size:18px;line-height:1.6}.ordered-product p{overflow-wrap:anywhere;margin:6px 0;font-size:15px;line-height:1.7}.order-card>h2{color:#111;margin-top:30px;margin-bottom:25px;font-size:21px;line-height:1.6}.customer-details,.price-details,.order-description{border-top:1px solid #ddd;margin-top:30px;padding-top:20px}.customer-details h2,.price-details h2,.order-description h2{margin-top:0;margin-bottom:18px;font-size:20px;line-height:1.6}.price-details h2{margin-top:20px}.order-description p{color:#333;overflow-wrap:anywhere;margin:0;font-size:16px;line-height:2}.order-toggle-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;font-size:20px;transition:background .2s,transform .2s;display:flex}.order-toggle-btn:hover{background:#333}.order-toggle-btn:active{transform:scale(.95)}.order-details{margin-top:30px;animation:.25s showOrder}@keyframes showOrder{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.profile-orders-page{padding-top:120px;padding-bottom:60px}.orders-container{width:92%}.orders-container h1{margin-bottom:30px;font-size:29px}.order-card{border-radius:18px;padding:25px}.order-header h3{font-size:18px}.order-header span{padding:7px 14px;font-size:13px}.ordered-product img{width:105px;height:105px}.ordered-product h3{font-size:17px}}@media (width<=700px){.profile-orders-page{padding-top:105px;padding-bottom:45px}.orders-container{width:calc(100% - 24px)}.orders-container h1{margin-bottom:25px;font-size:26px}.empty-orders{border-radius:16px;padding:35px 20px;font-size:17px}.order-card{border-radius:17px;margin-bottom:20px;padding:20px}.order-header{align-items:flex-start;gap:12px;padding-bottom:15px}.order-header h3{font-size:16px;line-height:1.7}.order-header span{padding:6px 11px;font-size:12px}.order-basic-info{margin-top:15px}.order-basic-info p,.customer-details p,.price-details p{margin:9px 0;font-size:14px;line-height:1.9}.order-card>h2,.customer-details h2,.price-details h2,.order-description h2{margin-bottom:17px;font-size:18px}.ordered-products{gap:12px}.ordered-product{border-radius:13px;align-items:flex-start;gap:13px;padding:12px}.ordered-product img{border-radius:11px;width:85px;height:85px}.ordered-product h3{margin-bottom:7px;font-size:15px;line-height:1.6}.ordered-product p{margin:4px 0;font-size:13px;line-height:1.7}.customer-details,.price-details,.order-description{margin-top:22px;padding-top:17px}.order-description p{font-size:14px;line-height:2}}@media (width<=420px){.profile-orders-page{padding-top:95px;padding-bottom:35px}.orders-container{width:calc(100% - 16px)}.orders-container h1{margin-bottom:20px;font-size:23px}.empty-orders{padding:30px 15px;font-size:15px}.order-card{border-radius:15px;padding:16px}.order-header{gap:8px}.order-header h3{font-size:15px}.order-header span{padding:5px 9px;font-size:11px}.order-toggle-btn{width:40px;height:40px;font-size:18px}.ordered-product{gap:10px;padding:10px}.ordered-product img{width:70px;height:70px}.ordered-product h3{font-size:14px}.ordered-product p{font-size:12px}}.order-investigation-page{box-sizing:border-box;direction:rtl;background:linear-gradient(#9b9b9b,#c9c9c9);justify-content:center;align-items:center;width:100%;min-height:calc(100vh - 220px);padding-top:20px;padding-bottom:30px;display:flex}.investigation-container{box-sizing:border-box;width:90%;max-width:700px;margin:0 auto}.investigation-container h1{text-align:center;color:#fff;text-shadow:0 5px 12px #0006;overflow-wrap:break-word;margin:0 0 60px;font-size:64px;font-weight:700;line-height:1.4}.investigation-box{box-sizing:border-box;background:#fff;border-radius:20px;align-items:stretch;gap:15px;width:100%;padding:30px;display:flex;box-shadow:0 15px 35px #0000001f}.investigation-box input{box-sizing:border-box;direction:rtl;border:1px solid #ddd;border-radius:12px;outline:none;flex:1;min-width:0;height:50px;padding:0 15px;font-family:inherit;font-size:16px}.investigation-box input:focus{border-color:#111;box-shadow:0 0 0 3px #11111114}.investigation-box button{color:#fff;cursor:pointer;background:#111;border:none;border-radius:12px;flex-shrink:0;width:150px;min-height:50px;font-family:inherit;font-size:16px;transition:all .25s}.investigation-box button:hover{background:#333}.investigation-box button:disabled{opacity:.6;cursor:not-allowed}.investigation-result{box-sizing:border-box;overflow-wrap:break-word;background:#fff;border-radius:20px;width:100%;margin-top:30px;padding:30px;box-shadow:0 15px 35px #0000001f}.investigation-result h2{text-align:center;margin-top:0;margin-bottom:25px;font-size:24px;line-height:1.5}.investigation-result p{overflow-wrap:break-word;margin:10px 0;font-size:17px;line-height:2}.investigation-error{color:#a00;text-align:center;box-sizing:border-box;overflow-wrap:break-word;background:#fdd;border-radius:15px;width:100%;margin-top:30px;padding:20px;font-weight:600;line-height:1.8}@media (width<=1000px){.order-investigation-page{min-height:calc(100vh - 200px);padding-top:15px;padding-bottom:25px}.investigation-container{width:92%;max-width:700px}.investigation-container h1{margin-bottom:55px;font-size:56px}}@media (width<=800px){.order-investigation-page{min-height:calc(100vh - 180px);padding-top:15px;padding-bottom:25px}.investigation-container{width:92%}.investigation-container h1{margin-bottom:50px;font-size:48px}.investigation-box{gap:12px;padding:25px}.investigation-box input{font-size:15px}.investigation-box button{width:135px;font-size:15px}.investigation-result{padding:25px}.investigation-result h2{font-size:22px}.investigation-result p{font-size:16px}}@media (width<=600px){.order-investigation-page{min-height:calc(100vh - 150px);padding:10px 12px 20px}.investigation-container{width:100%;max-width:100%}.investigation-container h1{margin-bottom:40px;font-size:40px;line-height:1.5}.investigation-box{border-radius:18px;flex-direction:column;gap:12px;width:100%;padding:20px}.investigation-box input{flex:none;width:100%;height:50px;font-size:15px}.investigation-box button{width:100%;height:50px;min-height:50px;font-size:15px}.investigation-result{border-radius:18px;margin-top:25px;padding:20px}.investigation-result h2{margin-bottom:20px;font-size:21px}.investigation-result p{font-size:15px;line-height:1.9}.investigation-error{border-radius:14px;margin-top:25px;padding:16px;font-size:14px;line-height:1.9}}@media (width<=480px){.order-investigation-page{min-height:calc(100vh - 130px);padding:8px 10px 18px}.investigation-container h1{margin-bottom:35px;font-size:34px}.investigation-box{border-radius:16px;padding:17px}.investigation-box input{height:48px;padding-left:12px;padding-right:12px;font-size:14px}.investigation-box button{border-radius:11px;height:48px;min-height:48px;font-size:14px}.investigation-result{border-radius:16px;padding:18px}.investigation-result h2{margin-bottom:18px;font-size:20px}.investigation-result p{font-size:14px;line-height:1.9}.investigation-error{padding:15px;font-size:13px}}@media (width<=360px){.order-investigation-page{min-height:calc(100vh - 110px);padding:5px 8px 15px}.investigation-container h1{margin-bottom:30px;font-size:30px;line-height:1.5}.investigation-box{border-radius:14px;gap:10px;padding:15px}.investigation-box input{height:46px;font-size:13px}.investigation-box button{height:46px;min-height:46px;font-size:13px}.investigation-result{border-radius:14px;padding:16px}.investigation-result h2{font-size:18px}.investigation-result p{font-size:13px;line-height:1.85}.investigation-error{padding:13px;font-size:12px;line-height:1.8}}.product-page{box-sizing:border-box;direction:rtl;background:linear-gradient(#9b9b9b,#c9c9c9);flex-direction:column;justify-content:flex-start;align-items:center;width:100%;min-height:calc(100vh - 100px);padding:150px 50px 80px;display:flex;overflow-x:hidden}.product-page,.product-page *,.product-page :before,.product-page :after{box-sizing:border-box}.product-page-container{background:#fff;border-radius:22px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);justify-content:center;place-items:center;gap:50px 70px;width:100%;max-width:1200px;margin:0 auto;padding:45px;display:grid;box-shadow:0 8px 20px #00000014}.product-page-image{justify-content:center;justify-self:center;align-items:center;width:100%;min-width:0;max-width:500px;margin:0 auto;display:flex}.product-page-details{flex-direction:column;justify-content:center;justify-self:center;width:100%;min-width:0;max-width:500px;margin:0 auto;display:flex}.product-page-details h1{color:#111;overflow-wrap:anywhere;word-break:break-word;width:100%;margin:0 0 20px;font-size:34px;font-weight:700;line-height:1.5}.product-page-price{color:#111;width:100%;margin:0 0 30px;font-size:24px;font-weight:700;line-height:1.6}.product-option{width:100%;min-width:0;margin-bottom:25px}.product-option h3{color:#222;width:100%;margin:0 0 12px;font-size:16px}.product-options{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px;width:100%;min-width:0;display:flex}.product-options button{cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #aaa;border-radius:20px;flex:none;padding:8px 18px;font-family:inherit;font-size:14px;transition:background .2s,color .2s,border-color .2s}.product-options button:hover{border-color:#111}.product-option-selected{color:#fff!important;background:#111!important;border-color:#111!important}.product-quantity{justify-content:flex-start;align-items:center;gap:0;width:fit-content;margin-bottom:20px;display:flex}.product-quantity button{cursor:pointer;background:#f5f5f5;border:1px solid #ddd;flex:0 0 40px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;transition:background .2s;display:flex}.product-quantity button:hover{background:#e8e8e8}.product-quantity button:first-child{border-radius:0 9px 9px 0}.product-quantity button:last-child{border-radius:9px 0 0 9px}.product-quantity span{background:#fff;border-top:1px solid #ddd;border-bottom:1px solid #ddd;flex:0 0 50px;justify-content:center;align-items:center;width:50px;height:40px;font-size:15px;display:flex}.product-add-cart{color:#fff;cursor:pointer;background:#111;border:none;border-radius:12px;width:100%;height:50px;font-family:inherit;font-size:16px;transition:background .25s,transform .25s}.product-add-cart:hover{background:#333;transform:scale(1.01)}.product-cart-message{text-align:center;border-radius:12px;justify-content:center;align-items:center;width:100%;min-height:50px;padding:8px 12px;font-size:15px;font-weight:600;display:flex}.product-cart-message.success{color:#0d4028;background:#a4f09f}.product-cart-message.warning{color:#9b111e;background:#ffd6d6}.product-information{border-top:1px solid #e5e5e5;width:100%;min-width:0;margin-top:25px;padding-top:20px}.product-information h3{color:#111;width:100%;margin:0 0 15px;font-size:18px}.product-information p{color:#555;overflow-wrap:anywhere;word-break:break-word;border-bottom:1px solid #eee;width:100%;margin:0;padding:12px 0;font-size:14px;line-height:1.8}.product-not-found{box-sizing:border-box;text-align:center;direction:rtl;width:100%;min-height:70vh;padding-top:180px}.product-not-found h2{color:#111;font-size:24px}@media (width>=1201px){.product-page{padding-left:50px;padding-right:50px}.product-page-container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto}}@media (width<=1000px){.product-page{width:100%;padding:135px 25px 60px}.product-page-container{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:35px;width:100%;max-width:100%;margin-left:auto;margin-right:auto;padding:30px}.product-page-image{justify-self:center;width:100%;max-width:450px;margin-left:auto;margin-right:auto}.product-page-image img{width:100%;max-width:450px;height:450px;margin-left:auto;margin-right:auto}.product-page-details{justify-self:center;width:100%;max-width:450px;margin-left:auto;margin-right:auto}.product-page-details h1{font-size:29px}.product-page-price{margin-bottom:25px;font-size:22px}}@media (width<=800px){.product-page{width:100%;padding:125px 18px 50px}.product-page-container{border-radius:18px;grid-template-columns:minmax(0,1fr);justify-content:center;justify-items:center;gap:30px 0;width:100%;max-width:100%;margin-left:auto;margin-right:auto;padding:25px}.product-page-image{justify-self:center;width:100%;max-width:450px;margin-left:auto;margin-right:auto}.product-page-image img{width:100%;max-width:450px;height:400px;margin-left:auto;margin-right:auto;padding:20px}.product-page-details{justify-self:center;width:100%;max-width:450px;margin-left:auto;margin-right:auto}.product-page-details h1{text-align:right;font-size:27px}.product-page-price{margin-bottom:25px;font-size:21px}.product-option{margin-bottom:22px}.product-options button{padding:8px 15px}.product-add-cart{height:50px}}@media (width<=500px){.product-page{padding:115px 10px 40px}.product-page-container{border-radius:16px;row-gap:25px;width:100%;max-width:100%;margin-left:auto;margin-right:auto;padding:18px}.product-page-image{justify-content:center;width:100%;max-width:100%;margin-left:auto;margin-right:auto}.product-page-image img{border-radius:14px;width:100%;max-width:100%;height:330px;margin-left:auto;margin-right:auto;padding:15px}.product-page-details{width:100%;max-width:100%;margin-left:auto;margin-right:auto}.product-page-details h1{font-size:23px;line-height:1.6}.product-page-price{margin-bottom:22px;font-size:19px}.product-option h3{font-size:15px}.product-options{gap:7px}.product-options button{padding:7px 13px;font-size:13px}.product-quantity{margin-bottom:18px}.product-quantity button{flex-basis:38px;width:38px;height:38px}.product-quantity span{flex-basis:48px;width:48px;height:38px}.product-add-cart{height:48px;font-size:15px}.product-cart-message{min-height:48px;font-size:14px}.product-information{margin-top:22px;padding-top:18px}.product-information h3{font-size:17px}.product-information p{font-size:13px;line-height:1.9}}@media (width<=360px){.product-page{padding-left:7px;padding-right:7px}.product-page-container{width:100%;padding:14px}.product-page-image img{height:280px}.product-page-details h1{font-size:21px}.product-page-price{font-size:18px}.product-options button{padding:6px 11px;font-size:12px}}.product-page-image{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;min-width:0;margin:0 auto;display:flex}.product-image-slider{cursor:grab;-webkit-user-select:none;user-select:none;touch-action:pan-y;background:#f7f7f7;border-radius:18px;justify-content:center;align-items:center;width:100%;max-width:500px;height:550px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000f}.product-image-slider.is-dragging{cursor:grabbing}.product-image-slider .product-main-image{box-sizing:border-box;object-fit:contain;pointer-events:none;background:0 0;border-radius:18px;width:100%;max-width:none;height:100%;margin:0;padding:25px;transition:transform .28s cubic-bezier(.22,1,.36,1);display:block}.product-image-slider.is-dragging .product-main-image{transition:none}.product-image-arrow{color:#111;cursor:pointer;z-index:5;background:#ffffffeb;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-family:Arial,sans-serif;font-size:32px;line-height:1;transition:transform .2s,background .2s,box-shadow .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 6px 18px #00000029}.product-image-arrow:hover{color:#fff;background:#111;box-shadow:0 8px 22px #00000040}.product-image-arrow-left{left:15px}.product-image-arrow-right{right:15px}.product-image-counter{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none;z-index:5;background:#00000094;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.product-image-thumbnails{box-sizing:border-box;scrollbar-width:thin;justify-content:center;align-items:center;gap:9px;width:100%;max-width:500px;margin-top:15px;padding:3px;display:flex;overflow-x:auto}.product-image-thumbnail{cursor:pointer;box-sizing:border-box;background:#f5f5f5;border:2px solid #0000;border-radius:12px;flex:0 0 68px;width:68px;height:68px;padding:3px;transition:transform .2s,border-color .2s,box-shadow .2s;overflow:hidden}.product-image-thumbnail:hover{transform:translateY(-2px)}.product-image-thumbnail.active{border-color:#111;box-shadow:0 5px 15px #00000024}.product-image-thumbnail img{object-fit:cover;pointer-events:none;border-radius:8px;width:100%;height:100%;display:block}@media (width<=1000px){.product-image-slider{height:450px}}@media (width<=800px){.product-image-slider{border-radius:16px;width:100%;max-width:450px;height:400px}.product-image-slider .product-main-image{padding:20px}.product-image-arrow{width:38px;height:38px;font-size:28px}.product-image-arrow-left{left:10px}.product-image-arrow-right{right:10px}.product-image-thumbnails{gap:8px;max-width:450px;margin-top:12px}.product-image-thumbnail{flex-basis:60px;width:60px;height:60px}}@media (width<=500px){.product-image-slider{border-radius:14px;height:330px}.product-image-slider .product-main-image{padding:15px}.product-image-arrow{width:34px;height:34px;font-size:25px}.product-image-arrow-left{left:8px}.product-image-arrow-right{right:8px}.product-image-counter{padding:5px 10px;font-size:11px;bottom:10px}.product-image-thumbnails{justify-content:flex-start;gap:7px;margin-top:10px}.product-image-thumbnail{border-radius:10px;flex-basis:55px;width:55px;height:55px}}@media (width<=360px){.product-image-slider{height:280px}.product-image-thumbnail{flex-basis:50px;width:50px;height:50px}}.product-stock{text-align:right;border-radius:10px;width:100%;margin-bottom:18px;padding:10px 14px;font-size:14px;font-weight:600}.product-stock.available{color:#176b2c;background:#e7f8e9;border:1px solid #b8e6bf}.product-stock.unavailable{color:#9b111e;background:#ffe1e1;border:1px solid #f2b7b7}.product-quantity button:disabled:hover{background:#f5f5f5}.product-add-cart:disabled{cursor:not-allowed;background:#999;transform:none}.product-image-slider{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.product-image-slider img{-webkit-user-drag:none}.product-image-slider .product-main-image{will-change:transform}@media (width<=500px){.product-stock{padding:9px 12px;font-size:13px}}.product-quantity button:disabled{opacity:.45;cursor:not-allowed}.product-add-cart:disabled{opacity:.55;cursor:not-allowed;transform:none}.product-add-cart:disabled:hover{background:#111;transform:none}.admin-sidebar{box-sizing:border-box;z-index:1000;direction:rtl;background:#fff;border-left:1px solid #e7e7e7;flex-direction:column;width:270px;height:100vh;transition:transform .3s,box-shadow .3s;display:flex;position:fixed;top:0;right:0;box-shadow:-4px 0 20px #0000000a}.admin-sidebar-header{border-bottom:1px solid #eee;flex-shrink:0;justify-content:space-between;align-items:center;height:82px;padding:0 20px;display:flex}.admin-sidebar-brand{align-items:center;gap:11px;min-width:0;display:flex}.admin-sidebar-logo{color:#fff;background:#111;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:19px;font-weight:700;display:flex}.admin-sidebar-brand-text{flex-direction:column;gap:3px;min-width:0;display:flex}.admin-sidebar-brand-text strong{color:#171717;font-size:15px;font-weight:700}.admin-sidebar-brand-text span{color:#8a8a8a;font-size:10px}.admin-sidebar-close{color:#555;cursor:pointer;background:0 0;border:none;border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,color .2s;display:none}.admin-sidebar-close:hover{color:#111;background:#f3f3f3}.admin-sidebar-user{background:#f7f7f7;border:1px solid #eee;border-radius:12px;align-items:center;gap:11px;margin:20px 16px 8px;padding:13px;display:flex}.admin-sidebar-avatar{color:#fff;background:#222;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:39px;height:39px;font-size:15px;font-weight:600;display:flex}.admin-sidebar-user-info{flex-direction:column;gap:4px;min-width:0;display:flex}.admin-sidebar-user-info strong{color:#222;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.admin-sidebar-user-info span{color:#888;font-size:10px}.admin-sidebar-nav{flex:1;padding:18px 12px;overflow-y:auto}.admin-sidebar-section-title{color:#999;letter-spacing:.2px;margin:0 10px 10px;font-size:10px;font-weight:600}.admin-sidebar-item{color:#666;text-align:right;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;width:100%;height:48px;margin-bottom:5px;padding:0 14px;font-family:inherit;font-size:13px;font-weight:500;transition:background .2s,color .2s,transform .2s;display:flex}.admin-sidebar-item svg{flex-shrink:0}.admin-sidebar-item:hover{color:#222;background:#f5f5f5}.admin-sidebar-item.active{color:#fff;background:#111;font-weight:600}.admin-sidebar-item.active:hover{color:#fff;background:#222}.admin-sidebar-bottom{border-top:1px solid #eee;flex-shrink:0;padding:14px 12px 18px}.admin-sidebar-logout{color:#777;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;width:100%;height:46px;padding:0 14px;font-family:inherit;font-size:13px;font-weight:500;transition:background .2s,color .2s;display:flex}.admin-sidebar-logout:hover{color:#c62828;background:#fff1f1}.admin-sidebar-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:999;background:#00000059;display:none;position:fixed;inset:0}.admin-sidebar-nav::-webkit-scrollbar{width:4px}.admin-sidebar-nav::-webkit-scrollbar-track{background:0 0}.admin-sidebar-nav::-webkit-scrollbar-thumb{background:#ddd;border-radius:10px}@media (width>=601px){.admin-sidebar{transform:translate(0)}.admin-sidebar-close,.admin-sidebar-overlay{display:none}}@media (width<=600px){.admin-sidebar{width:285px;transform:translate(100%);box-shadow:-10px 0 30px #0000001f}.admin-sidebar.admin-sidebar-open{transform:translate(0)}.admin-sidebar-close{display:flex}.admin-sidebar-overlay{opacity:0;pointer-events:none;transition:opacity .3s;display:block}.admin-sidebar-overlay:has(+.admin-sidebar.admin-sidebar-open){opacity:1;pointer-events:auto}}@media (width<=380px){.admin-sidebar{width:275px}}.admin-header{box-sizing:border-box;z-index:50;direction:rtl;background:#fff;border-bottom:1px solid #e8e8e8;justify-content:space-between;align-items:center;gap:20px;width:100%;min-height:86px;padding:18px 28px;display:flex;position:sticky;top:0}.admin-header-right{flex:1;align-items:center;gap:16px;min-width:0;display:flex}.admin-menu-button{color:#222;cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:10px;flex:0 0 44px;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,border-color .2s,transform .2s;display:flex}.admin-menu-button:hover{background:#f5f5f5;border-color:#d5d5d5;transform:translateY(-1px)}.admin-menu-button:active{transform:translateY(0)}.admin-header-title{flex-direction:column;gap:5px;min-width:0;display:flex;overflow:hidden}.admin-header-title h1{color:#171717;white-space:nowrap;text-overflow:ellipsis;min-width:0;margin:0;font-size:25px;font-weight:700;line-height:1.3;overflow:hidden}.admin-header-title p{color:#777;white-space:nowrap;text-overflow:ellipsis;min-width:0;margin:0;font-size:13px;line-height:1.4;overflow:hidden}.admin-header-left{flex:none;align-items:center;gap:14px;min-width:0;display:flex}.admin-header-user{border-left:1px solid #e5e5e5;flex-direction:column;justify-content:center;align-items:flex-end;gap:3px;min-width:0;padding-left:14px;display:flex}.admin-header-user-label{color:#888;font-size:11px}.admin-header-user strong{color:#222;white-space:nowrap;text-overflow:ellipsis;max-width:180px;font-size:14px;font-weight:600;overflow:hidden}.admin-refresh-button{color:#fff;cursor:pointer;background:#111;border:none;border-radius:10px;flex:none;justify-content:center;align-items:center;gap:8px;height:44px;padding:0 16px;font-family:inherit;font-size:13px;font-weight:600;transition:background .2s,transform .2s,opacity .2s;display:flex}.admin-refresh-button:hover{background:#292929;transform:translateY(-1px)}.admin-refresh-button:active{transform:translateY(0)}.admin-refresh-button:disabled{cursor:not-allowed;opacity:.65}.admin-refresh-button.refreshing svg{animation:.8s linear infinite admin-refresh-spin}@keyframes admin-refresh-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=900px){.admin-header{gap:14px;min-height:78px;padding:15px 18px}.admin-header-right{gap:12px}.admin-header-user{display:none}.admin-header-title h1{font-size:22px}.admin-header-title p{font-size:12px}}@media (width<=650px){.admin-header{gap:10px;min-height:72px;padding:12px 14px}.admin-header-right{gap:10px}.admin-menu-button{flex-basis:40px;width:40px;height:40px}.admin-header-title{gap:3px}.admin-header-title h1{font-size:19px}.admin-header-title p{font-size:11px}.admin-refresh-button{width:40px;height:40px;padding:0}.admin-refresh-button span{display:none}}@media (width<=480px){.admin-header{gap:8px;min-height:66px;padding:10px 12px}.admin-header-right{gap:8px}.admin-menu-button{border-radius:9px;flex-basis:38px;width:38px;height:38px}.admin-header-title{flex:1;min-width:0}.admin-header-title h1{font-size:17px;line-height:1.3}.admin-header-title p{display:none}.admin-refresh-button{border-radius:9px;width:38px;height:38px}}@media (width<=360px){.admin-header{padding:9px 10px}.admin-header-right{gap:7px}.admin-menu-button{flex-basis:36px;width:36px;height:36px}.admin-header-title h1{font-size:15px}.admin-refresh-button{width:36px;height:36px}}.admin-dashboard{box-sizing:border-box;width:100%}.dashboard-welcome{box-sizing:border-box;background:#fff;border:1px solid #e8e8e8;border-radius:18px;justify-content:space-between;align-items:center;width:100%;min-height:130px;margin-bottom:24px;padding:28px 32px;display:flex;box-shadow:0 4px 20px #0000000a}.dashboard-welcome-label{color:#999;margin-bottom:7px;font-size:12px;font-weight:500;display:block}.dashboard-welcome h2{color:#181818;overflow-wrap:anywhere;margin:0 0 8px;font-size:24px;font-weight:700;line-height:1.4}.dashboard-welcome p{color:#777;margin:0;font-size:13px;line-height:1.8}.dashboard-welcome-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.dashboard-update-button{box-sizing:border-box;color:#444;cursor:pointer;background:#f7f7f7;border:1px solid #e3e3e3;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-width:145px;height:43px;padding:0 16px;font-family:inherit;font-size:12px;font-weight:600;transition:background .2s,color .2s,border-color .2s,transform .2s;display:inline-flex}.dashboard-update-button:hover:not(:disabled){background:#eee;border-color:#d8d8d8;transform:translateY(-1px)}.dashboard-update-button:active:not(:disabled){transform:translateY(0)}.dashboard-update-button:disabled{cursor:default}.dashboard-update-button.updating{color:#378353;cursor:wait;background:#e8f7ed;border-color:#b8dfc5}.dashboard-update-button.updated{color:#2f8a4c;cursor:default;background:#e8f7ed;border-color:#9fd3ad}.dashboard-update-icon{justify-content:center;align-items:center;font-size:18px;line-height:1;display:inline-flex}.dashboard-update-check{justify-content:center;align-items:center;width:18px;height:18px;font-size:15px;font-weight:700;line-height:1;display:inline-flex}.dashboard-update-spinner{border:2px solid #37835340;border-top-color:#378353;border-radius:50%;width:15px;height:15px;animation:.7s linear infinite dashboardUpdateSpin}@keyframes dashboardUpdateSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboard-date{color:#666;white-space:nowrap;background:#f7f7f7;border:1px solid #ededed;border-radius:10px;padding:11px 16px;font-size:13px}.dashboard-statistics{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;width:100%;margin-bottom:24px;display:grid}.dashboard-stat-card{box-sizing:border-box;background:#fff;border:1px solid #e8e8e8;border-radius:16px;align-items:center;gap:15px;min-width:0;min-height:125px;padding:20px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 18px #00000009}.dashboard-stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000012}.dashboard-stat-icon{color:#333;background:#f2f2f2;border-radius:13px;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;font-size:20px;display:flex}.dashboard-stat-content{flex-direction:column;gap:5px;min-width:0;display:flex}.dashboard-stat-content span{color:#888;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.dashboard-stat-content strong{color:#181818;overflow-wrap:anywhere;font-size:23px;font-weight:700;line-height:1}.dashboard-stat-content small{color:#999;font-size:10px}.dashboard-grid{grid-template-columns:minmax(280px,.8fr) minmax(420px,1.2fr);gap:20px;width:100%;margin-bottom:24px;display:grid}.dashboard-box{background:#fff;border:1px solid #e8e8e8;border-radius:18px;min-width:0;overflow:hidden;box-shadow:0 4px 20px #00000009}.dashboard-box-header{box-sizing:border-box;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;min-height:76px;padding:20px 24px;display:flex}.dashboard-box-header h3{color:#1c1c1c;margin:0 0 6px;font-size:16px;font-weight:700}.dashboard-box-header span{color:#999;font-size:11px}.dashboard-status-list{padding:8px 24px 14px}.dashboard-status-row{border-bottom:1px solid #f1f1f1;justify-content:space-between;align-items:center;gap:12px;min-height:55px;display:flex}.dashboard-status-row:last-child{border-bottom:none}.dashboard-status-name{color:#555;align-items:center;gap:10px;min-width:0;font-size:13px;display:flex}.dashboard-status-row strong{color:#222;flex-shrink:0;font-size:14px}.status-dot{background:#999;border-radius:50%;flex-shrink:0;width:9px;height:9px;display:block}.status-dot.preparing{background:#e2a52b}.status-dot.processing{background:#7c8be8}.status-dot.shipped{background:#5796d4}.status-dot.delivered{background:#4eae72}.status-dot.cancelled{background:#d35d5d}.dashboard-recent-orders{width:100%}.dashboard-recent-order{box-sizing:border-box;border-bottom:1px solid #f1f1f1;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;align-items:center;gap:14px;min-width:0;min-height:70px;padding:12px 24px;transition:background .2s;display:grid}.dashboard-recent-order:hover{background:#fafafa}.dashboard-recent-order:last-child{border-bottom:none}.dashboard-order-number{flex-direction:column;gap:5px;min-width:0;display:flex}.dashboard-order-number strong{color:#222;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;overflow:hidden}.dashboard-order-number span{color:#999;font-size:10px}.dashboard-order-customer{flex-direction:column;gap:5px;min-width:0;display:flex}.dashboard-order-customer strong{color:#333;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;overflow:hidden}.dashboard-order-customer span{color:#888;font-size:10px}.dashboard-order-status{box-sizing:border-box;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;min-width:85px;padding:7px 9px;font-size:10px;display:inline-flex}.dashboard-status-preparing{color:#a87510;background:#fff5dc}.dashboard-status-processing{color:#6572c3;background:#eef0ff}.dashboard-status-shipped{color:#367db6;background:#e9f4ff}.dashboard-status-delivered{color:#378353;background:#e8f7ed}.dashboard-status-cancelled{color:#b34b4b;background:#ffeded}.dashboard-empty{color:#999;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:180px;display:flex}.dashboard-empty-icon{background:#f5f5f5;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;display:flex}.dashboard-empty p{text-align:center;margin:0;font-size:12px}.dashboard-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;width:100%;display:grid}.dashboard-summary-card{box-sizing:border-box;background:#fff;border:1px solid #e8e8e8;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;min-width:0;padding:20px 22px;display:flex;box-shadow:0 3px 15px #00000008}.dashboard-summary-card span{color:#888;min-width:0;font-size:12px}.dashboard-summary-card strong{color:#222;flex-shrink:0;font-size:19px}@media (width<=1200px){.dashboard-statistics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=950px){.dashboard-welcome{padding:24px}.dashboard-grid{grid-template-columns:1fr}.dashboard-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-recent-order{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto}}@media (width<=700px){.dashboard-welcome{flex-direction:column;align-items:stretch;gap:20px;padding:22px 18px}.dashboard-welcome h2{overflow-wrap:anywhere;font-size:21px}.dashboard-welcome p{line-height:1.8}.dashboard-welcome-actions{flex-direction:column;justify-content:stretch;align-items:stretch;gap:10px;width:100%;display:flex}.dashboard-update-button{width:100%;min-width:0}.dashboard-date{box-sizing:border-box;text-align:center;width:100%}.dashboard-statistics{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dashboard-stat-card{gap:11px;min-height:105px;padding:15px}.dashboard-stat-icon{border-radius:11px;width:42px;min-width:42px;height:42px;font-size:18px}.dashboard-stat-content span{white-space:normal;font-size:11px;line-height:1.5}.dashboard-stat-content strong{font-size:20px}.dashboard-box-header{padding:18px}.dashboard-box-header h3{font-size:15px}.dashboard-status-list{padding:8px 18px 14px}.dashboard-recent-order{grid-template-columns:1fr;gap:9px;padding:14px 18px}.dashboard-order-number,.dashboard-order-customer{width:100%;min-width:0}.dashboard-order-number strong,.dashboard-order-customer strong{overflow-wrap:anywhere;white-space:normal}.dashboard-order-status{width:fit-content;min-width:0}.dashboard-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dashboard-summary-card{gap:10px;padding:17px 16px}}@media (width<=480px){.dashboard-welcome{border-radius:14px;padding:20px 16px}.dashboard-welcome-label{font-size:11px}.dashboard-welcome h2{font-size:19px;line-height:1.5}.dashboard-welcome p{font-size:12px;line-height:1.8}.dashboard-statistics{grid-template-columns:1fr;gap:10px}.dashboard-stat-card{min-height:92px;padding:15px 16px}.dashboard-stat-icon{width:40px;min-width:40px;height:40px}.dashboard-stat-content strong{font-size:20px}.dashboard-box{border-radius:14px}.dashboard-box-header{min-height:68px;padding:17px 16px}.dashboard-status-list{padding:6px 16px 12px}.dashboard-status-row{gap:10px;min-height:52px}.dashboard-status-name{min-width:0;font-size:12px}.dashboard-status-row strong{font-size:13px}.dashboard-recent-order{padding:14px 16px}.dashboard-order-number strong,.dashboard-order-customer strong{font-size:12px}.dashboard-order-status{padding:6px 8px;font-size:10px}.dashboard-summary{grid-template-columns:1fr;gap:10px}.dashboard-summary-card{padding:17px 16px}.dashboard-summary-card strong{font-size:18px}}@media (width<=360px){.dashboard-welcome{padding:17px 14px}.dashboard-welcome h2{font-size:17px}.dashboard-stat-card{padding:13px 14px}.dashboard-stat-content strong{font-size:18px}.dashboard-box-header{padding:15px 14px}.dashboard-status-list{padding:5px 14px 10px}.dashboard-recent-order{padding:13px 14px}.dashboard-summary-card{padding:15px 14px}}.admin-orders-page{box-sizing:border-box;width:100%}.admin-orders-toolbar{box-sizing:border-box;background:#fff;border:1px solid #e8e8e8;border-radius:16px;align-items:flex-end;gap:14px;width:100%;margin-bottom:20px;padding:18px 20px;display:flex;box-shadow:0 4px 18px #00000009}.admin-orders-search,.admin-orders-filter,.admin-orders-sort{flex-direction:column;gap:7px;display:flex}.admin-orders-search{flex:1;min-width:0}.admin-orders-search span,.admin-orders-filter span,.admin-orders-sort span{color:#777;font-size:11px}.admin-orders-search input,.admin-orders-filter select,.admin-orders-sort select{box-sizing:border-box;color:#333;background:#fff;border:1px solid #dedede;border-radius:9px;outline:none;height:43px;padding:0 13px;font-family:inherit;font-size:12px;transition:border-color .2s,box-shadow .2s}.admin-orders-search input{width:100%}.admin-orders-filter select,.admin-orders-sort select{cursor:pointer;min-width:190px}.admin-orders-search input:focus,.admin-orders-filter select:focus,.admin-orders-sort select:focus{border-color:#999;box-shadow:0 0 0 3px #0000000d}.admin-orders-filter select option,.admin-orders-sort select option,.admin-order-status-select option{color:#333;background:#fff;padding:10px;font-family:inherit}.admin-orders-filter select option[value=preparing],.admin-order-status-select option[value=preparing]{color:#a57613;background:#fff4d8}.admin-orders-filter select option[value=processing],.admin-order-status-select option[value=processing]{color:#626fc2;background:#eef0ff}.admin-orders-filter select option[value=shipped],.admin-order-status-select option[value=shipped]{color:#347cb4;background:#e9f4ff}.admin-orders-filter select option[value=delivered],.admin-order-status-select option[value=delivered]{color:#378354;background:#e8f7ed}.admin-orders-filter select option[value=cancelled],.admin-order-status-select option[value=cancelled]{color:#b14d4d;background:#ffeded}.admin-orders-count{box-sizing:border-box;color:#666;white-space:nowrap;background:#f6f6f6;border:1px solid #e7e7e7;border-radius:9px;justify-content:center;align-items:center;height:43px;padding:0 15px;font-size:11px;display:flex}.admin-orders-empty{box-sizing:border-box;text-align:center;background:#fff;border:1px solid #e8e8e8;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;min-height:320px;padding:30px;display:flex;box-shadow:0 4px 18px #00000009}.admin-orders-empty-icon{background:#f4f4f4;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:15px;font-size:23px;display:flex}.admin-orders-empty h3{color:#222;margin:0 0 7px;font-size:16px}.admin-orders-empty p{color:#999;margin:0;font-size:12px}.admin-orders-list{flex-direction:column;gap:14px;width:100%;display:flex}.admin-order-card{box-sizing:border-box;background:#fff;border:1px solid #e7e7e7;border-radius:16px;width:100%;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 4px 18px #00000009}.admin-order-card:hover{transform:translateY(-1px);box-shadow:0 7px 25px #0000000f}.admin-order-card-header{box-sizing:border-box;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;gap:20px;min-height:78px;padding:18px 22px;display:flex}.admin-order-label{color:#999;margin-bottom:4px;font-size:10px;display:block}.admin-order-card-header h3{color:#202020;margin:0 0 4px;font-size:16px}.admin-order-date{color:#999;font-size:10px;display:block}.admin-order-header-right{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.admin-order-status{white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;padding:8px 13px;font-size:10px;display:inline-flex}.admin-order-status-preparing{color:#a57613;background:#fff4d8}.admin-order-status-processing{color:#626fc2;background:#eef0ff}.admin-order-status-shipped{color:#347cb4;background:#e9f4ff}.admin-order-status-delivered{color:#378354;background:#e8f7ed}.admin-order-status-cancelled{color:#b14d4d;background:#ffeded}.admin-order-manual-badge,.admin-modal-manual-badge{color:#856404;background:#fff3cd;border-radius:7px;justify-content:center;align-items:center;padding:5px 9px;font-size:11px;font-weight:700;display:inline-flex}.admin-modal-manual-badge{margin-top:10px}.admin-order-card-info{border-bottom:1px solid #eee;grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.admin-order-info-item{border-left:1px solid #eee;flex-direction:column;gap:7px;min-width:0;padding:17px 22px;display:flex}.admin-order-info-item:last-child{border-left:none}.admin-order-info-item span{color:#999;font-size:10px}.admin-order-info-item strong{color:#333;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;overflow:hidden}.admin-order-actions{align-items:center;gap:9px;padding:15px 22px;display:flex}.admin-order-actions button,.admin-order-actions select{box-sizing:border-box;border-radius:9px;outline:none;height:40px;font-family:inherit;font-size:11px;transition:background .2s,border-color .2s,box-shadow .2s,transform .15s,opacity .2s}.admin-order-actions button{cursor:pointer}.admin-order-view-btn{color:#fff;background:#222;border:1px solid #222;padding:0 15px}.admin-order-view-btn:hover{background:#000;transform:translateY(-1px)}.admin-order-status-select{color:#333;cursor:pointer;appearance:none;background-color:#f8f8f8;background-image:linear-gradient(45deg,#0000 50%,#777 50%),linear-gradient(135deg,#777 50%,#0000 50%);background-position:calc(100% - 17px) 17px,calc(100% - 12px) 17px;background-repeat:no-repeat;background-size:5px 5px,5px 5px;border:1px solid #dcdcdc;border-radius:9px;outline:none;min-width:185px;height:40px;padding:0 38px 0 13px;font-family:inherit;font-size:11px;font-weight:600;transition:background-color .2s,border-color .2s,box-shadow .2s,transform .15s;position:relative}.admin-order-status-select[value=preparing]{color:#9b7117;background-color:#fff8e7;border-color:#f0d98a}.admin-order-status-select[value=processing]{color:#5c67b5;background-color:#f2f3ff;border-color:#cdd1f5}.admin-order-status-select[value=shipped]{color:#3476a8;background-color:#eef8ff;border-color:#c8e4f7}.admin-order-status-select[value=delivered]{color:#367c50;background-color:#eefaf2;border-color:#c6e6d0}.admin-order-status-select[value=cancelled]{color:#ad4d4d;background-color:#fff2f2;border-color:#edcaca}.admin-order-status-select:hover{border-color:#aaa;transform:translateY(-1px)}.admin-order-status-select:focus{box-shadow:0 0 0 3px #0000000f}.admin-order-status-select option[value=preparing]{color:#9b7117;background:#fff4d8}.admin-order-status-select option[value=processing]{color:#5c67b5;background:#eef0ff}.admin-order-status-select option[value=shipped]{color:#3476a8;background:#e9f4ff}.admin-order-status-select option[value=delivered]{color:#367c50;background:#e8f7ed}.admin-order-status-select option[value=cancelled]{color:#ad4d4d;background:#ffeded}.admin-order-delete-btn{color:#b04e4e;background:#fff7f7;border:1px solid #e1baba;margin-right:auto;padding:0 14px}.admin-order-delete-btn:hover{background:#ffeded;border-color:#d99b9b}.admin-order-actions button:disabled,.admin-order-actions select:disabled{cursor:not-allowed;opacity:.5}.admin-order-modal-overlay,.admin-delete-modal-overlay{box-sizing:border-box;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000007a;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.admin-order-modal-overlay{z-index:9999;padding:25px}.admin-order-modal{background:#fff;border-radius:18px;flex-direction:column;width:min(900px,100%);max-height:90vh;animation:.22s adminModalIn;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 70px #0003}@keyframes adminModalIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.admin-order-modal-close{z-index:2;color:#555;cursor:pointer;background:#f3f3f3;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:22px;line-height:1;transition:background .2s,transform .2s;display:flex;position:absolute;top:15px;left:15px}.admin-order-modal-close:hover{background:#e7e7e7;transform:rotate(90deg)}.admin-order-modal-header{box-sizing:border-box;border-bottom:1px solid #eee;padding:28px 30px 22px}.admin-order-modal-header>span:first-child{color:#999;margin-bottom:6px;font-size:11px;display:block}.admin-order-modal-header h2{color:#1d1d1d;margin:0 0 5px;font-size:21px}.admin-order-modal-header p{color:#999;margin:0;font-size:11px}.admin-order-modal-body{box-sizing:border-box;min-height:0;padding:25px 30px 30px;overflow-y:auto}.admin-order-modal-body section{border-bottom:1px solid #eee;margin-bottom:28px;padding-bottom:25px}.admin-order-modal-body section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.admin-order-modal-body section>h3{color:#222;margin:0 0 17px;font-size:14px}.admin-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;display:grid}.admin-detail-grid>div{box-sizing:border-box;background:#fafafa;border:1px solid #eee;border-radius:9px;flex-direction:column;gap:6px;min-width:0;padding:13px 15px;display:flex}.admin-detail-grid>div span{color:#999;font-size:10px}.admin-detail-grid>div strong{color:#333;word-break:break-word;font-size:12px;line-height:1.7}.admin-detail-full{grid-column:1/-1}.admin-modal-status{border-radius:7px;width:fit-content;padding:5px 9px;display:inline-flex;font-size:10px!important}.admin-modal-status-preparing{background:#fff4d8;color:#a57613!important}.admin-modal-status-processing{background:#eef0ff;color:#626fc2!important}.admin-modal-status-shipped{background:#e9f4ff;color:#347cb4!important}.admin-modal-status-delivered{background:#e8f7ed;color:#378354!important}.admin-modal-status-cancelled{background:#ffeded;color:#b14d4d!important}.admin-order-products{flex-direction:column;gap:9px;display:flex}.admin-order-product{box-sizing:border-box;background:#fafafa;border:1px solid #eee;border-radius:10px;align-items:center;gap:13px;min-height:80px;padding:10px;display:flex}.admin-order-product-image{background:#eee;border-radius:8px;justify-content:center;align-items:center;width:62px;min-width:62px;height:62px;display:flex;overflow:hidden}.admin-order-product-image img{object-fit:cover;width:100%;height:100%;display:block}.admin-order-product-image span{color:#999;font-size:12px}.admin-order-product-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.admin-order-product-info strong{color:#222;margin-bottom:2px;font-size:12px}.admin-order-product-info span{color:#888;font-size:10px}.admin-order-product-price{white-space:nowrap;color:#333;font-size:11px}.admin-order-no-products{text-align:center;color:#999;background:#fafafa;border:1px solid #eee;border-radius:9px;padding:18px;font-size:12px}.admin-payment-summary{flex-direction:column;display:flex}.admin-payment-summary>div{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:11px 0;display:flex}.admin-payment-summary>div span{color:#888;font-size:11px}.admin-payment-summary>div strong{color:#333;font-size:11px}.admin-payment-summary .admin-payment-total{border-bottom:none;padding-top:16px}.admin-payment-total span{font-weight:700;color:#222!important;font-size:13px!important}.admin-payment-total strong{color:#111!important;font-size:15px!important}.admin-order-description{color:#555;white-space:pre-wrap;word-break:break-word;background:#fafafa;border:1px solid #eee;border-radius:9px;padding:15px;font-size:12px;line-height:2}.admin-delete-modal-overlay{z-index:10000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:20px}.admin-delete-modal{box-sizing:border-box;text-align:center;background:#fff;border-radius:18px;width:min(420px,100%);padding:30px;animation:.22s adminDeleteModalIn;box-shadow:0 20px 70px #0003}@keyframes adminDeleteModalIn{0%{opacity:0;transform:translateY(15px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.admin-delete-modal-icon{color:#c34d4d;background:#fff0f0;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 17px;font-size:24px;font-weight:700;display:flex}.admin-delete-modal h3{color:#222;margin:0 0 10px;font-size:18px}.admin-delete-modal p{color:#666;margin:0;font-size:13px;line-height:1.9}.admin-delete-modal p strong{color:#222}.admin-delete-warning{color:#b04e4e;margin-top:8px;font-size:11px;display:block}.admin-delete-modal-actions{gap:10px;margin-top:25px;display:flex}.admin-delete-modal-actions button{cursor:pointer;border-radius:9px;flex:1;height:42px;font-family:inherit;font-size:12px;transition:background .2s,transform .15s,opacity .2s}.admin-delete-cancel-btn{color:#555;background:#f7f7f7;border:1px solid #dedede}.admin-delete-cancel-btn:hover{background:#eee}.admin-delete-confirm-btn{color:#fff;background:#c95a5a;border:1px solid #c95a5a}.admin-delete-confirm-btn:hover{background:#b94949;transform:translateY(-1px)}.admin-delete-modal-actions button:disabled{opacity:.55;cursor:not-allowed}.admin-orders-toolbar-top{justify-content:flex-start;margin-bottom:18px;display:flex}.admin-create-manual-order-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:10px;padding:12px 22px;font-family:inherit;font-size:14px;font-weight:700;transition:transform .2s,opacity .2s}.admin-create-manual-order-btn:hover{opacity:.9;transform:translateY(-1px)}.admin-manual-order-overlay{z-index:10001;box-sizing:border-box;background:#0000008c;justify-content:center;align-items:center;padding:25px;display:flex;position:fixed;inset:0;overflow-y:auto}.admin-manual-order-modal{box-sizing:border-box;direction:rtl;background:#fff;border-radius:18px;width:min(980px,100%);max-height:92vh;padding:30px;position:relative;overflow-y:auto;box-shadow:0 25px 80px #0003}.admin-manual-order-close{cursor:pointer;background:#f3f3f3;border:none;border-radius:50%;width:36px;height:36px;font-size:25px;transition:background .2s,transform .2s;position:absolute;top:15px;left:15px}.admin-manual-order-close:hover{background:#e7e7e7;transform:rotate(90deg)}.admin-manual-order-header{margin-bottom:30px;padding-left:45px}.admin-manual-order-header span{color:#888;margin-bottom:8px;font-size:13px;display:block}.admin-manual-order-header h2{margin:0 0 8px;font-size:25px}.admin-manual-order-header p{color:#777;margin:0;font-size:13px}.admin-manual-section{border-top:1px solid #eee;margin-top:24px;padding-top:24px}.admin-manual-section h3{margin:0 0 18px;font-size:17px}.admin-manual-section-title-row{justify-content:space-between;align-items:center;gap:15px;display:flex}.admin-manual-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.admin-manual-grid label{flex-direction:column;gap:7px;display:flex}.admin-manual-grid label span{color:#555;font-size:13px;font-weight:600}.admin-manual-grid input,.admin-manual-grid select,.admin-manual-grid textarea,.admin-manual-description,.admin-manual-product-picker input,.admin-manual-item input,.admin-manual-item select{box-sizing:border-box;background:#fff;border:1px solid #ddd;border-radius:9px;outline:none;width:100%;padding:11px 13px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.admin-manual-grid input:focus,.admin-manual-grid select:focus,.admin-manual-grid textarea:focus,.admin-manual-description:focus,.admin-manual-product-picker input:focus,.admin-manual-item input:focus,.admin-manual-item select:focus{border-color:#111;box-shadow:0 0 0 3px #0000000d}.admin-manual-grid textarea{min-height:100px}.admin-manual-full{grid-column:1/-1}.admin-manual-address{overflow-y:auto;resize:none!important;height:105px!important;min-height:105px!important;max-height:105px!important}.admin-manual-description{resize:none;height:110px;min-height:110px;max-height:110px;overflow-y:auto}.admin-manual-persian-date{text-align:left;letter-spacing:.5px;direction:ltr}.admin-manual-add-item-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:8px;padding:9px 15px;font-family:inherit;transition:transform .15s,opacity .2s}.admin-manual-add-item-btn:hover{opacity:.9;transform:translateY(-1px)}.admin-manual-items{flex-direction:column;gap:12px;display:flex}.admin-manual-item{box-sizing:border-box;background:#fafafa;border:1px solid #eee;border-radius:12px;grid-template-columns:minmax(220px,1.4fr) minmax(180px,1fr) .7fr 1fr auto;align-items:end;gap:10px;padding:15px;display:grid;position:relative}.admin-manual-item>div:not(.admin-manual-selected-product){flex-direction:column;gap:6px;min-width:0;display:flex}.admin-manual-item span{color:#666;font-size:12px}.admin-manual-item input,.admin-manual-item select{height:42px;padding:10px}.admin-manual-item select{cursor:pointer}.admin-manual-remove-item{color:#c62828;cursor:pointer;background:#ffe9e9;border:none;border-radius:8px;height:42px;padding:10px 13px;font-family:inherit;transition:background .2s,opacity .2s}.admin-manual-remove-item:hover:not(:disabled){background:#ffdcdc}.admin-manual-remove-item:disabled{opacity:.4;cursor:not-allowed}.admin-manual-item-help{color:#888;margin:12px 0 0;font-size:12px;line-height:1.8}.admin-manual-product-picker{z-index:20;position:relative}.admin-manual-product-picker>span{color:#666;margin-bottom:0;font-size:12px;display:block}.admin-manual-product-picker input{height:42px}.admin-manual-product-results{z-index:100;background:#fff;border:1px solid #ddd;border-radius:10px;max-height:280px;padding:5px;position:absolute;top:calc(100% + 5px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 35px #0000001f}.admin-manual-product-result{text-align:right;cursor:pointer;background:#fff;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:9px;font-family:inherit;transition:background .15s;display:flex}.admin-manual-product-result:hover{background:#f5f5f5}.admin-manual-product-result-image{color:#999;background:#eee;border-radius:7px;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;display:flex;overflow:hidden}.admin-manual-product-result-image img{object-fit:cover;width:100%;height:100%}.admin-manual-product-result-info{flex-direction:column;align-items:flex-start;gap:4px;min-width:0;display:flex}.admin-manual-product-result-info strong{color:#222;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:12px;overflow:hidden}.admin-manual-product-result-info small{color:#888;font-size:10px}.admin-manual-product-no-results,.admin-manual-products-loading{text-align:center;color:#888;padding:14px;font-size:12px}.admin-manual-selected-product{border-top:1px solid #eee;grid-column:1/-1;align-items:center;gap:10px;margin-top:2px;padding:8px 10px;flex-direction:row!important;display:flex!important}.admin-manual-selected-product img{object-fit:cover;background:#eee;border-radius:7px;width:42px;height:42px}.admin-manual-selected-product div{flex-direction:column;gap:3px;display:flex}.admin-manual-selected-product strong{color:#222;font-size:11px}.admin-manual-selected-product span{color:#888;font-size:10px}.admin-manual-total{background:#f7f7f7;border-radius:12px;grid-template-columns:1fr auto;align-items:center;gap:12px 20px;margin-top:18px;padding:18px;display:grid}.admin-manual-total span{color:#666;font-size:14px}.admin-manual-total strong{font-size:15px}.admin-manual-actions{border-top:1px solid #eee;justify-content:flex-start;gap:12px;margin-top:30px;padding-top:20px;display:flex}.admin-manual-cancel,.admin-manual-submit{cursor:pointer;border:none;border-radius:9px;padding:12px 25px;font-family:inherit;font-size:14px;transition:background .2s,transform .15s,opacity .2s}.admin-manual-cancel{color:#333;background:#eee}.admin-manual-cancel:hover:not(:disabled){background:#e3e3e3}.admin-manual-submit{color:#fff;background:#111}.admin-manual-submit:hover:not(:disabled){background:#000;transform:translateY(-1px)}.admin-manual-cancel:disabled,.admin-manual-submit:disabled{opacity:.5;cursor:not-allowed}@media (width<=1100px){.admin-orders-toolbar{flex-wrap:wrap}.admin-orders-search{flex-basis:100%}}@media (width<=950px){.admin-order-card-info{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-order-info-item:nth-child(2){border-left:none}.admin-order-info-item:first-child,.admin-order-info-item:nth-child(2){border-bottom:1px solid #eee}.admin-orders-filter,.admin-orders-sort{flex:1;min-width:0}.admin-manual-item{grid-template-columns:1fr 1fr}.admin-manual-item .admin-manual-remove-item{width:100%}}@media (width<=750px){.admin-manual-order-overlay{padding:10px}.admin-manual-order-modal{border-radius:14px;max-height:95vh;padding:20px}.admin-manual-grid{grid-template-columns:1fr}.admin-manual-full{grid-column:auto}.admin-manual-item{grid-template-columns:1fr}.admin-manual-selected-product{grid-column:auto}.admin-manual-actions{flex-direction:column}.admin-manual-cancel,.admin-manual-submit,.admin-create-manual-order-btn{width:100%}}@media (width<=650px){.admin-order-card-header{flex-direction:column;align-items:flex-start}.admin-order-header-right{width:100%}.admin-order-actions{flex-wrap:wrap}.admin-order-status-select{flex:1;min-width:160px}.admin-order-delete-btn{margin-right:0}.admin-detail-grid{grid-template-columns:1fr}.admin-detail-full{grid-column:auto}.admin-order-modal-overlay{padding:10px}.admin-order-modal{max-height:94vh}.admin-order-modal-body{padding:20px}.admin-order-modal-header{padding:24px 20px 18px}.admin-delete-modal{padding:25px 20px}}@media (width<=480px){.admin-order-card-info{grid-template-columns:1fr}.admin-order-info-item{border-bottom:1px solid #eee;border-left:none!important}.admin-order-info-item:last-child{border-bottom:none}.admin-orders-toolbar{flex-direction:column;align-items:stretch;padding:15px}.admin-orders-filter,.admin-orders-sort{width:100%}.admin-orders-filter select,.admin-orders-sort select{width:100%;min-width:0}.admin-orders-count{width:100%}.admin-order-actions{flex-direction:column;align-items:stretch}.admin-order-actions button,.admin-order-actions select{width:100%}.admin-order-status-select{flex:none;min-width:0}.admin-order-product{align-items:flex-start}.admin-order-product-price{display:none}.admin-delete-modal-actions{flex-direction:column}.admin-manual-order-header{padding-left:35px}.admin-manual-order-header h2{font-size:21px}.admin-manual-section-title-row{flex-direction:column;align-items:stretch}.admin-manual-add-item-btn{width:100%}.admin-manual-total{grid-template-columns:1fr}}.admin-products{box-sizing:border-box;width:100%}.admin-products-top{justify-content:space-between;align-items:center;gap:20px;width:100%;margin-bottom:24px;display:flex}.admin-products-top h2{color:#151515;margin:0 0 7px;font-size:25px;font-weight:800}.admin-products-top p{color:#777;margin:0;font-size:14px;line-height:1.8}.admin-product-add-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:10px;flex-shrink:0;padding:12px 20px;font-family:inherit;font-size:14px;font-weight:700;transition:transform .2s,opacity .2s}.admin-product-add-btn:hover{opacity:.9;transform:translateY(-1px)}.admin-products-error{color:#b42318;background:#fff1f1;border:1px solid #f0b7b7;border-radius:10px;justify-content:space-between;align-items:center;gap:15px;margin-bottom:20px;padding:13px 16px;font-size:14px;display:flex}.admin-products-error button{width:30px;height:30px;color:inherit;cursor:pointer;background:0 0;border:none;flex-shrink:0;font-size:22px}.admin-products-loading{text-align:center;color:#777;padding:60px 20px;font-size:14px}.admin-products-empty{text-align:center;background:#fafafa;border:1px dashed #d5d5d5;border-radius:14px;padding:70px 20px}.admin-products-empty h3{color:#222;margin:0 0 8px;font-size:20px}.admin-products-empty p{color:#777;margin:0 0 20px;font-size:14px}.admin-products-empty button{color:#fff;cursor:pointer;background:#111;border:none;border-radius:9px;padding:11px 18px;font-family:inherit}.admin-products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.admin-product-card{background:#fff;border:1px solid #e7e7e7;border-radius:14px;flex-direction:column;min-width:0;display:flex;overflow:hidden;box-shadow:0 3px 15px #0000000a}.admin-product-images{background:#f5f5f5;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:5px;min-height:180px;display:grid;overflow:hidden}.admin-product-images img{object-fit:cover;width:100%;height:180px;display:block}.admin-product-no-image{color:#999;justify-content:center;align-items:center;min-height:180px;font-size:14px;display:flex}.admin-product-info{flex:1;padding:16px}.admin-product-info h3{color:#171717;margin:0 0 10px;font-size:17px;font-weight:800;line-height:1.6}.admin-product-price{color:#111;margin:0 0 8px;font-size:16px;font-weight:800}.admin-product-id,.admin-product-image-count,.admin-product-variant-count{color:#777;margin:5px 0;font-size:12px;line-height:1.7}.admin-product-stock-list{border-top:1px solid #eee;flex-direction:column;gap:6px;margin-top:13px;padding-top:12px;display:flex}.admin-product-stock-item{background:#f7f7f7;border-radius:7px;justify-content:space-between;align-items:center;gap:10px;padding:7px 9px;font-size:12px;display:flex}.admin-product-stock-item span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.admin-product-stock-item strong{flex-shrink:0;font-size:12px}.admin-product-actions{gap:8px;padding:0 16px 16px;display:flex}.admin-product-actions button{cursor:pointer;border-radius:8px;flex:1;min-height:40px;padding:10px;font-family:inherit;font-size:13px;font-weight:700;transition:background .2s,border-color .2s}.admin-product-edit-btn{color:#222;background:#fff;border:1px solid #ddd}.admin-product-edit-btn:hover{background:#f7f7f7}.admin-product-delete-btn{color:#c62828;background:#fff5f5;border:1px solid #f1c1c1}.admin-product-delete-btn:hover{background:#ffeaea}.admin-product-modal-overlay{z-index:1000;box-sizing:border-box;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000008c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.admin-product-modal{box-sizing:border-box;background:#fff;border-radius:16px;width:min(720px,100%);max-height:90vh;padding:28px;position:relative;overflow-y:auto;box-shadow:0 20px 60px #00000040}.admin-product-modal h2{color:#171717;margin:0 0 25px;padding-left:40px;font-size:22px;line-height:1.5}.admin-product-modal-close{color:#333;cursor:pointer;background:#f1f1f1;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:21px;transition:background .2s;display:flex;position:absolute;top:15px;left:15px}.admin-product-modal-close:hover{background:#e7e7e7}.admin-product-modal-close:disabled{opacity:.5;cursor:not-allowed}.admin-product-modal form{flex-direction:column;gap:9px;display:flex}.admin-product-modal label{color:#222;margin-top:7px;font-size:13px;font-weight:700}.admin-product-modal input{box-sizing:border-box;color:#222;background:#fff;border:1px solid #ddd;border-radius:8px;outline:none;width:100%;padding:11px 12px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.admin-product-modal input:focus{border-color:#888;box-shadow:0 0 0 3px #0000000a}.admin-product-modal input:disabled{cursor:not-allowed;background:#f5f5f5}.admin-product-file-input{cursor:pointer;background:#fafafa!important;padding:10px!important}.admin-product-image-help{color:#777;margin:3px 0 0;font-size:12px;line-height:1.8}.admin-product-existing-images>p,.admin-product-new-images>p{color:#555;margin:12px 0 0;font-size:12px;font-weight:700}.admin-product-selected-images{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:12px;margin-top:10px;display:grid}.admin-product-selected-image{background:#fafafa;border:1px solid #ddd;border-radius:10px;min-width:0;overflow:hidden}.admin-product-selected-image img{object-fit:cover;background:#f2f2f2;width:100%;height:120px;display:block}.admin-product-selected-image>div{justify-content:space-between;align-items:center;gap:5px;min-width:0;padding:7px;display:flex}.admin-product-selected-image span{white-space:nowrap;text-overflow:ellipsis;color:#555;min-width:0;font-size:11px;overflow:hidden}.admin-product-selected-image button{color:#c62828;cursor:pointer;background:#ffe7e7;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:25px;height:25px;font-size:17px;display:flex}.admin-product-selected-image button:hover{background:#ffd8d8}.admin-product-selected-image button:disabled{opacity:.5;cursor:not-allowed}.admin-product-variants-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;gap:15px;margin-top:20px;padding-bottom:10px;display:flex}.admin-product-variants-header label{margin:0;display:block}.admin-product-variants-header p{color:#888;margin:5px 0 0;font-size:12px;line-height:1.7}.admin-product-add-variant-btn{color:#fff;cursor:pointer;background:#111;border:1px solid #ddd;border-radius:8px;flex-shrink:0;padding:8px 12px;font-family:inherit;font-size:12px}.admin-product-add-variant-btn:hover{background:#222}.admin-product-add-variant-btn:disabled{opacity:.5;cursor:not-allowed}.admin-product-variants{flex-direction:column;gap:10px;margin-top:12px;display:flex}.admin-product-no-variants{text-align:center;color:#888;border:1px dashed #ddd;border-radius:9px;padding:15px;font-size:13px}.admin-product-variant-row{background:#fafafa;border:1px solid #e5e5e5;border-radius:10px;grid-template-columns:1fr 1fr 1fr 38px;align-items:end;gap:8px;padding:12px;display:grid}.admin-product-variant-row label{color:#666;margin:0 0 5px;font-size:11px;display:block}.admin-product-variant-row input{background:#fff}.admin-product-remove-variant-btn{color:#c62828;cursor:pointer;background:#fff2f2;border:1px solid #f0c0c0;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;font-family:inherit;font-size:20px;display:flex}.admin-product-remove-variant-btn:hover{background:#ffe5e5}.admin-product-remove-variant-btn:disabled{opacity:.5;cursor:not-allowed}.admin-product-form-actions{gap:10px;margin-top:22px;display:flex}.admin-product-form-actions button{cursor:pointer;border-radius:9px;flex:1;min-height:44px;padding:12px;font-family:inherit;font-size:14px;font-weight:700}.admin-product-cancel-btn{color:#222;background:#fff;border:1px solid #ddd}.admin-product-cancel-btn:hover{background:#f7f7f7}.admin-product-save-btn{color:#fff;background:#111;border:none}.admin-product-save-btn:hover{background:#222}.admin-product-save-btn:disabled{opacity:.6;cursor:not-allowed}.admin-product-modal::-webkit-scrollbar{width:5px}.admin-product-modal::-webkit-scrollbar-track{background:0 0}.admin-product-modal::-webkit-scrollbar-thumb{background:#d5d5d5;border-radius:10px}@media (width<=900px){.admin-products-top h2{font-size:23px}.admin-products-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}}@media (width<=650px){.admin-products-top{flex-direction:column;align-items:stretch;gap:14px}.admin-products-top h2{font-size:21px}.admin-products-top p{font-size:13px}.admin-product-add-btn{width:100%}.admin-products-grid{grid-template-columns:1fr;gap:15px}.admin-product-images{grid-template-columns:repeat(auto-fill,minmax(85px,1fr))}.admin-product-modal-overlay{align-items:flex-end;padding:0}.admin-product-modal{border-radius:18px 18px 0 0;width:100%;max-height:94vh;padding:22px 16px}.admin-product-modal h2{margin-bottom:20px;font-size:20px}.admin-product-variant-row{grid-template-columns:1fr 1fr}.admin-product-remove-variant-btn{width:100%}.admin-product-form-actions{background:#fff;margin-left:-16px;margin-right:-16px;padding:12px 16px 4px;position:sticky;bottom:0}}@media (width<=420px){.admin-product-selected-images{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-product-variant-row{grid-template-columns:1fr}.admin-product-form-actions{flex-direction:column-reverse}}.admin-users{box-sizing:border-box;direction:rtl;width:100%}.admin-users-top{justify-content:space-between;align-items:center;gap:20px;width:100%;margin-bottom:20px;display:flex}.admin-users-top h2{margin:0 0 7px;font-size:24px;font-weight:700}.admin-users-top p{color:#777;margin:0;font-size:14px}.admin-users-header-actions{align-items:center;gap:12px;display:flex}.admin-users-count{text-align:center;box-sizing:border-box;background:#fff;border:1px solid #e5e5e5;border-radius:8px;min-width:100px;padding:10px 16px;font-size:14px;font-weight:600}.admin-users-refresh-btn{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;height:42px;padding:0 16px;font-family:inherit;font-size:13px;transition:background .2s,border-color .2s}.admin-users-refresh-btn:hover{background:#f7f7f7;border-color:#bbb}.admin-users-refresh-btn:disabled{opacity:.6;cursor:default}.admin-users-error{box-sizing:border-box;color:#b42318;background:#fff5f5;border:1px solid #f0b7b7;border-radius:8px;justify-content:space-between;align-items:center;gap:15px;width:100%;margin-bottom:18px;padding:12px 15px;font-size:14px;display:flex}.admin-users-error span{overflow-wrap:anywhere;min-width:0}.admin-users-error button{color:#b42318;cursor:pointer;background:0 0;border:none;flex-shrink:0;width:28px;height:28px;padding:0;font-size:22px;line-height:1}.admin-users-search{width:100%;margin-bottom:10px;position:relative}.admin-users-search input{box-sizing:border-box;color:#222;background:#fff;border:1px solid #ddd;border-radius:8px;outline:none;width:100%;height:46px;padding:0 18px 0 50px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.admin-users-search input:focus{border-color:#aaa;box-shadow:0 0 0 3px #0000000a}.admin-users-search input::placeholder{color:#999}.admin-users-search span{color:#777;pointer-events:none;font-size:16px;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.admin-users-result-count{color:#777;margin-bottom:12px;font-size:13px}.admin-users-table-wrapper{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #e5e5e5;border-radius:10px;width:100%;overflow:auto hidden}.admin-users-table{border-collapse:collapse;width:100%;min-width:950px}.admin-users-table thead{background:#f8f8f8}.admin-users-table th{color:#555;text-align:right;white-space:nowrap;border-bottom:1px solid #e5e5e5;padding:14px 12px;font-size:13px;font-weight:700}.admin-users-table td{color:#333;text-align:right;vertical-align:middle;border-bottom:1px solid #eee;padding:14px 12px;font-size:13px}.admin-users-table tbody tr{transition:background .15s}.admin-users-table tbody tr:hover{background:#fafafa}.admin-users-table tbody tr:last-child td{border-bottom:none}.admin-users-table strong{font-weight:600}.admin-user-order-count{box-sizing:border-box;color:#333;background:#f3f3f3;border-radius:6px;justify-content:center;align-items:center;min-width:30px;height:28px;padding:0 8px;font-size:12px;font-weight:600;display:inline-flex}.admin-user-role{border-radius:20px;justify-content:center;align-items:center;min-width:65px;padding:5px 10px;font-size:12px;font-weight:600;display:inline-flex}.customer-role{color:#555;background:#f1f1f1}.admin-role{color:#222;background:#eee}.admin-user-actions{align-items:center;gap:7px;display:flex}.admin-user-actions button{cursor:pointer;border-radius:6px;height:32px;padding:0 11px;font-family:inherit;font-size:12px;transition:background .2s,border-color .2s}.admin-user-view-btn{color:#333;background:#fff;border:1px solid #d7d7d7}.admin-user-view-btn:hover{background:#f5f5f5;border-color:#bbb}.admin-user-delete-btn{color:#a22;background:#fff;border:1px solid #e1b8b8}.admin-user-delete-btn:hover{background:#fff5f5;border-color:#c98f8f}.admin-users-empty{box-sizing:border-box;color:#777;text-align:center;background:#fff;border:1px solid #e5e5e5;border-radius:10px;width:100%;padding:50px 20px;font-size:14px}.admin-users-loading{box-sizing:border-box;color:#777;text-align:center;width:100%;padding:60px 20px;font-size:14px}.admin-user-modal-overlay{z-index:9999;box-sizing:border-box;background:#00000073;justify-content:center;align-items:center;padding:25px;display:flex;position:fixed;inset:0}.admin-user-modal{box-sizing:border-box;background:#fff;border-radius:12px;width:100%;max-width:650px;max-height:90vh;padding:28px;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000002e}.admin-user-modal h2{margin:0 0 24px;font-size:21px;font-weight:700}.admin-user-modal-close{color:#555;cursor:pointer;background:#f3f3f3;border:none;border-radius:50%;width:34px;height:34px;padding:0;font-size:22px;line-height:1;transition:background .2s;position:absolute;top:14px;left:14px}.admin-user-modal-close:hover{background:#e8e8e8}.admin-user-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.admin-user-details>div{box-sizing:border-box;background:#fafafa;border:1px solid #eee;border-radius:8px;min-width:0;padding:13px 14px}.admin-user-details>div span{color:#888;margin-bottom:6px;font-size:12px;display:block}.admin-user-details>div strong{color:#222;overflow-wrap:anywhere;font-size:13px;font-weight:600;display:block}.admin-user-details .admin-user-address{grid-column:1/-1}.admin-user-orders{border-top:1px solid #eee;margin-top:25px;padding-top:20px}.admin-user-orders h3{margin:0 0 14px;font-size:16px;font-weight:700}.admin-user-orders-list{flex-direction:column;gap:8px;display:flex}.admin-user-order{color:#444;background:#fafafa;border:1px solid #eee;border-radius:7px;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:10px;padding:11px 13px;font-size:12px;display:grid}.admin-user-order span{overflow-wrap:anywhere;min-width:0}.admin-user-modal::-webkit-scrollbar{width:6px}.admin-user-modal::-webkit-scrollbar-track{background:0 0}.admin-user-modal::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}@media (width<=900px){.admin-users-top{flex-direction:column;align-items:flex-start;gap:15px}.admin-users-header-actions{justify-content:space-between;width:100%}.admin-users-count{flex:1}.admin-users-refresh-btn{flex-shrink:0}.admin-users-table{min-width:900px}}@media (width<=650px){.admin-users-top{margin-bottom:16px}.admin-users-top h2{font-size:20px}.admin-users-top p{font-size:13px;line-height:1.8}.admin-users-header-actions{flex-direction:column;align-items:stretch;gap:8px}.admin-users-count,.admin-users-refresh-btn{width:100%}.admin-users-error{align-items:flex-start;padding:11px 12px;font-size:13px}.admin-users-search input{height:44px;padding-left:44px;padding-right:14px;font-size:13px}.admin-users-search span{font-size:15px;left:14px}.admin-users-result-count{font-size:12px}.admin-users-table{min-width:900px}.admin-users-table th,.admin-users-table td{padding:12px 10px;font-size:12px}.admin-user-modal-overlay{padding:10px}.admin-user-modal{border-radius:10px;max-height:94vh;padding:22px 16px}.admin-user-modal h2{margin-bottom:18px;padding-left:35px;font-size:19px}.admin-user-modal-close{width:32px;height:32px;font-size:20px;top:10px;left:10px}.admin-user-details{grid-template-columns:1fr;gap:9px}.admin-user-details>div{padding:11px 12px}.admin-user-details .admin-user-address{grid-column:auto}.admin-user-order{grid-template-columns:1fr 1fr;gap:8px;padding:10px;font-size:11px}}@media (width<=450px){.admin-users-top h2{font-size:18px}.admin-users-top p,.admin-users-search input{font-size:12px}.admin-users-table{min-width:850px}.admin-user-actions{flex-direction:column;align-items:stretch;gap:5px}.admin-user-actions button{width:100%;height:30px;padding:0 9px;font-size:11px}.admin-user-order{grid-template-columns:1fr;font-size:11px}.admin-user-modal{padding:20px 13px}.admin-user-modal h2{font-size:18px}}@media (width<=360px){.admin-users-top h2{font-size:17px}.admin-users-top p{font-size:11px}.admin-users-count,.admin-users-refresh-btn,.admin-users-error{font-size:12px}.admin-user-modal-overlay{padding:6px}.admin-user-modal{max-height:96vh;padding:18px 11px}}.admin-newsletter{box-sizing:border-box;direction:rtl;width:100%}.admin-newsletter-top{box-sizing:border-box;justify-content:space-between;align-items:center;gap:20px;width:100%;margin-bottom:24px;display:flex}.admin-newsletter-top>div:first-child{min-width:0}.admin-newsletter-top h2{color:#222;margin:0 0 7px;font-size:22px;font-weight:700}.admin-newsletter-top p{color:#777;margin:0;font-size:14px;line-height:1.8}.admin-newsletter-count{box-sizing:border-box;color:#333;white-space:nowrap;background:#f5f5f5;border-radius:10px;flex-shrink:0;padding:10px 16px;font-size:14px;font-weight:600}.admin-newsletter-search{box-sizing:border-box;width:100%;margin-bottom:20px;position:relative}.admin-newsletter-search input{box-sizing:border-box;color:#333;background:#fff;border:1px solid #e3e3e3;border-radius:10px;outline:none;width:100%;height:46px;padding:0 18px 0 48px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.admin-newsletter-search input::placeholder{color:#aaa}.admin-newsletter-search input:focus{border-color:#aaa;box-shadow:0 0 0 3px #0000000a}.admin-newsletter-search span{pointer-events:none;opacity:.55;font-size:17px;position:absolute;top:50%;left:17px;transform:translateY(-50%)}.admin-newsletter-table-wrapper{box-sizing:border-box;-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #e8e8e8;border-radius:12px;width:100%;overflow-x:auto;box-shadow:0 4px 18px #00000006}.admin-newsletter-table{border-collapse:collapse;width:100%;min-width:600px}.admin-newsletter-table th{color:#555;text-align:right;white-space:nowrap;background:#fafafa;border-bottom:1px solid #e8e8e8;padding:15px 18px;font-size:13px;font-weight:700}.admin-newsletter-table th:first-child{border-top-right-radius:12px}.admin-newsletter-table th:last-child{border-top-left-radius:12px}.admin-newsletter-table td{color:#333;text-align:right;vertical-align:middle;border-bottom:1px solid #eee;padding:16px 18px;font-size:14px}.admin-newsletter-table tbody tr:last-child td{border-bottom:none}.admin-newsletter-table tbody tr{transition:background .18s}.admin-newsletter-table tbody tr:hover{background:#fafafa}.admin-newsletter-table td strong{color:#222;max-width:100%;font-weight:600;display:inline-block}.admin-newsletter-type{color:#555;background:#f1f1f1;border-radius:7px;align-items:center;padding:5px 10px;font-size:12px;font-weight:600;display:inline-flex}.admin-newsletter-delete-btn{box-sizing:border-box;color:#b04e4e;cursor:pointer;background:#fff7f7;border:1px solid #e1baba;border-radius:8px;min-width:70px;height:36px;padding:0 13px;font-family:inherit;font-size:12px;font-weight:600;transition:background .2s,border-color .2s,transform .15s,opacity .2s}.admin-newsletter-delete-btn:hover{background:#ffeded;border-color:#d99b9b;transform:translateY(-1px)}.admin-newsletter-delete-btn:active{transform:translateY(0)}.admin-newsletter-delete-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.admin-newsletter-empty{box-sizing:border-box;text-align:center;color:#888;background:#fff;border:1px solid #e8e8e8;border-radius:12px;justify-content:center;align-items:center;width:100%;min-height:220px;padding:60px 20px;font-size:14px;display:flex}.admin-newsletter-error{box-sizing:border-box;color:#c62828;background:#fff1f1;border-radius:10px;justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px;padding:13px 16px;font-size:13px;line-height:1.8;display:flex}.admin-newsletter-error span{word-break:break-word;min-width:0}.admin-newsletter-error button{width:30px;height:30px;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:20px;line-height:1;transition:background .2s;display:flex}.admin-newsletter-error button:hover{background:#c6282814}.admin-newsletter-loading{box-sizing:border-box;text-align:center;color:#777;justify-content:center;align-items:center;width:100%;min-height:220px;padding:60px 20px;font-size:14px;display:flex}@media (width<=900px){.admin-newsletter-top{gap:15px}.admin-newsletter-top h2{font-size:20px}.admin-newsletter-top p{font-size:13px}.admin-newsletter-count{padding:9px 14px;font-size:13px}.admin-newsletter-table th,.admin-newsletter-table td{padding:13px 14px}.admin-newsletter-table{min-width:560px}}@media (width<=700px){.admin-newsletter-top{flex-direction:column;align-items:stretch;gap:13px;margin-bottom:18px}.admin-newsletter-top h2{font-size:19px}.admin-newsletter-top p{font-size:12px}.admin-newsletter-count{text-align:center;justify-content:center;align-items:center;width:100%;padding:10px 14px;display:flex}.admin-newsletter-search{margin-bottom:15px}.admin-newsletter-search input{height:44px;padding-left:45px;padding-right:14px;font-size:13px}.admin-newsletter-search span{font-size:16px;left:15px}.admin-newsletter-error{align-items:flex-start;padding:11px 13px;font-size:12px}.admin-newsletter-table-wrapper{border-radius:10px}.admin-newsletter-table{min-width:520px}.admin-newsletter-table th{padding:12px 13px;font-size:12px}.admin-newsletter-table td{padding:13px;font-size:12px}.admin-newsletter-delete-btn{min-width:64px;height:34px;padding:0 11px;font-size:11px}}@media (width<=480px){.admin-newsletter-top h2{font-size:18px}.admin-newsletter-top p{font-size:11px;line-height:1.9}.admin-newsletter-count{border-radius:9px;font-size:12px}.admin-newsletter-search input{height:43px;font-size:12px}.admin-newsletter-table-wrapper{box-shadow:none;background:0 0;border:none;overflow-x:visible}.admin-newsletter-table{width:100%;min-width:0;display:block}.admin-newsletter-table thead{display:none}.admin-newsletter-table tbody{flex-direction:column;gap:12px;width:100%;display:flex}.admin-newsletter-table tbody tr{box-sizing:border-box;background:#fff;border:1px solid #e8e8e8;border-radius:12px;grid-template-columns:1fr 1fr;gap:0;width:100%;display:grid;overflow:hidden;box-shadow:0 3px 14px #00000006}.admin-newsletter-table tbody tr:hover{background:#fff}.admin-newsletter-table td{box-sizing:border-box;text-align:right;border-bottom:1px solid #eee;align-items:center;width:auto;min-width:0;padding:12px 13px;font-size:12px;display:flex;overflow:hidden}.admin-newsletter-table td:first-child{grid-area:1/1}.admin-newsletter-table td:nth-child(4){color:#888;grid-area:1/2;justify-content:flex-end;font-size:10px}.admin-newsletter-table td:nth-child(2){word-break:break-all;grid-area:2/1/auto/-1;min-height:48px}.admin-newsletter-table td:nth-child(3){border-bottom:none;grid-area:3/1}.admin-newsletter-table td:nth-child(5){border-bottom:none;grid-area:3/2;justify-content:flex-end}.admin-newsletter-table td:first-child:before{content:"شناسه: ";color:#999;margin-left:5px;font-size:10px}.admin-newsletter-table td:nth-child(4):before{content:"عضویت: ";color:#aaa;margin-left:4px}.admin-newsletter-table td:nth-child(3):before{content:"موبایل: ";color:#999;flex-shrink:0;margin-left:5px;font-size:10px}.admin-newsletter-table td:nth-child(5):before{content:"عملیات: ";color:#999;margin-left:6px;font-size:10px}.admin-newsletter-table td strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.admin-newsletter-delete-btn{min-width:62px;height:32px;padding:0 10px;font-size:10px}.admin-newsletter-empty{border-radius:10px;min-height:180px;padding:40px 15px;font-size:12px}.admin-newsletter-loading{min-height:180px;padding:40px 15px;font-size:12px}}@media (width<=360px){.admin-newsletter-top h2{font-size:17px}.admin-newsletter-top p{font-size:10px}.admin-newsletter-table tbody tr{grid-template-columns:1fr}.admin-newsletter-table td:first-child{border-bottom:1px solid #eee;grid-area:1/1}.admin-newsletter-table td:nth-child(4){border-bottom:1px solid #eee;grid-area:2/1;justify-content:flex-start}.admin-newsletter-table td:nth-child(2){border-bottom:1px solid #eee;grid-area:3/1}.admin-newsletter-table td:nth-child(3){border-bottom:1px solid #eee;grid-area:4/1}.admin-newsletter-table td:nth-child(5){border-bottom:none;grid-area:5/1;justify-content:space-between}.admin-newsletter-delete-btn{flex-shrink:0}}.admin-feedbacks{box-sizing:border-box;width:100%}.admin-feedbacks-top{box-sizing:border-box;justify-content:space-between;align-items:center;gap:20px;width:100%;margin-bottom:24px;display:flex}.admin-feedbacks-top>div:first-child{min-width:0}.admin-feedbacks-top h2{color:#222;margin:0 0 7px;font-size:22px;font-weight:700;line-height:1.4}.admin-feedbacks-top p{color:#777;margin:0;font-size:14px;line-height:1.7}.admin-feedbacks-count{color:#333;white-space:nowrap;background:#f5f5f5;border-radius:10px;flex:none;padding:10px 16px;font-size:14px;font-weight:600}.admin-feedbacks-list{flex-direction:column;gap:12px;width:100%;display:flex}.admin-feedback-card{box-sizing:border-box;background:#fff;border:1px solid #e8e8e8;border-radius:12px;width:100%;padding:20px;transition:box-shadow .2s,transform .2s;position:relative}.admin-feedback-card:hover{transform:translateY(-1px);box-shadow:0 5px 18px #0000000d}.admin-feedback-number{color:#999;margin-bottom:10px;font-size:12px;font-weight:600;line-height:1.5}.admin-feedback-message{color:#333;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;min-width:0;margin:0;padding-left:42px;font-size:15px;line-height:1.9}.admin-feedback-delete{color:#d32f2f;cursor:pointer;background:#fff1f1;border:none;border-radius:7px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-family:inherit;font-size:19px;line-height:1;transition:background .2s,color .2s,transform .15s;display:flex;position:absolute;top:17px;left:17px}.admin-feedback-delete:hover{color:#fff;background:#d32f2f;transform:scale(1.05)}.admin-feedback-delete:active{transform:scale(.95)}.admin-feedback-delete:focus-visible{outline-offset:2px;outline:2px solid #d32f2f}.admin-feedbacks-empty{box-sizing:border-box;color:#888;text-align:center;background:#fff;border:1px solid #e8e8e8;border-radius:12px;width:100%;padding:60px 20px;font-size:14px;line-height:1.8}.admin-feedbacks-error{box-sizing:border-box;color:#c62828;background:#fff1f1;border-radius:10px;justify-content:space-between;align-items:center;gap:15px;width:100%;margin-bottom:18px;padding:13px 16px;font-size:13px;line-height:1.7;display:flex}.admin-feedbacks-error span{overflow-wrap:anywhere;flex:1;min-width:0}.admin-feedbacks-error button{width:28px;height:28px;color:inherit;cursor:pointer;background:0 0;border:none;flex:0 0 28px;justify-content:center;align-items:center;padding:0;font-family:inherit;font-size:20px;display:flex}.admin-feedbacks-loading{box-sizing:border-box;color:#777;text-align:center;width:100%;padding:60px 20px;font-size:14px;line-height:1.8}@media (width<=900px){.admin-feedbacks-top{gap:15px}.admin-feedbacks-top h2{font-size:21px}.admin-feedbacks-top p{font-size:13px}}@media (width<=700px){.admin-feedbacks-top{flex-direction:column;align-items:stretch;gap:14px;margin-bottom:20px}.admin-feedbacks-top h2{font-size:20px}.admin-feedbacks-top p{font-size:13px;line-height:1.8}.admin-feedbacks-count{box-sizing:border-box;text-align:center;width:100%;padding:10px 14px}.admin-feedback-card{border-radius:11px;padding:17px}.admin-feedback-message{padding-left:38px;font-size:14px;line-height:1.9}.admin-feedback-delete{width:31px;height:31px;top:14px;left:14px}}@media (width<=480px){.admin-feedbacks-top{margin-bottom:17px}.admin-feedbacks-top h2{font-size:18px}.admin-feedbacks-top p{font-size:12px}.admin-feedbacks-count{font-size:13px}.admin-feedbacks-list{gap:10px}.admin-feedback-card{border-radius:10px;padding:15px}.admin-feedback-number{margin-bottom:9px;padding-left:40px;font-size:11px}.admin-feedback-message{padding-left:0;padding-right:0;font-size:13px;line-height:2}.admin-feedback-delete{width:29px;height:29px;font-size:18px;top:12px;left:12px}.admin-feedbacks-empty{padding:45px 15px;font-size:13px}.admin-feedbacks-error{align-items:flex-start;padding:11px 13px;font-size:12px}}@media (width<=360px){.admin-feedbacks-top h2{font-size:17px}.admin-feedbacks-top p{font-size:11px}.admin-feedbacks-card{padding:13px}.admin-feedback-message{font-size:12px;line-height:2}.admin-feedback-delete{width:28px;height:28px;top:10px;left:10px}}.admin-layout{color:#171717;direction:rtl;background:#f6f6f6;width:100%;min-height:100vh;font-family:Tahoma,Arial,sans-serif;display:flex;position:relative;overflow-x:hidden}.admin-main{box-sizing:border-box;width:calc(100% - 270px);min-height:100vh;margin-right:270px;padding:32px;transition:width .3s,margin-right .3s;position:relative}.admin-content{box-sizing:border-box;width:100%;max-width:1500px;margin:0 auto;padding-top:24px}.admin-error{box-sizing:border-box;color:#b42318;background:#fff1f1;border:1px solid #f0bcbc;border-radius:12px;justify-content:space-between;align-items:center;gap:15px;width:100%;margin-top:20px;padding:14px 18px;font-size:14px;line-height:1.8;display:flex;box-shadow:0 4px 15px #0000000a}.admin-error button{color:#fff;cursor:pointer;background:#b42318;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;transition:background .2s,transform .2s;display:flex}.admin-error button:hover{background:#8f1912;transform:scale(1.05)}.admin-loading-page{direction:rtl;background:#f6f6f6;justify-content:center;align-items:center;width:100%;min-height:100vh;font-family:Tahoma,Arial,sans-serif;display:flex}.admin-loading{text-align:center;color:#444;background:#fff;border:1px solid #e5e5e5;border-radius:16px;min-width:280px;padding:25px 35px;font-size:15px;box-shadow:0 10px 35px #00000014}.admin-coming-soon{text-align:center;box-sizing:border-box;background:#fff;border:1px solid #e5e5e5;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:320px;padding:40px;display:flex;box-shadow:0 8px 30px #0000000a}.admin-coming-soon h2{color:#171717;margin:0 0 12px;font-size:25px;font-weight:700}.admin-coming-soon p{color:#777;margin:0;font-size:14px;line-height:2}.admin-layout button{font-family:Tahoma,Arial,sans-serif}.admin-layout::-webkit-scrollbar{width:8px}.admin-layout::-webkit-scrollbar-track{background:#f4f4f4}.admin-layout::-webkit-scrollbar-thumb{background:#c9c9c9;border-radius:10px}.admin-layout::-webkit-scrollbar-thumb:hover{background:#999}@media (width>=1600px){.admin-main{padding:40px 45px}.admin-content{max-width:1600px}}@media (width<=1100px) and (width>=901px){.admin-main{width:calc(100% - 270px);margin-right:270px;padding:25px}.admin-content{padding-top:20px}}@media (width<=900px){.admin-main{width:100%;margin-right:0;padding:80px 15px 20px}.admin-content{padding-top:15px}.admin-error{padding:12px 14px;font-size:13px}.admin-coming-soon{min-height:250px;padding:25px 18px}.admin-coming-soon h2{font-size:21px}}@media (width<=500px){.admin-main{padding-top:70px;padding-left:12px;padding-right:12px}.admin-loading{box-sizing:border-box;width:calc(100% - 40px);min-width:auto;padding:22px 18px;font-size:14px}.admin-error{align-items:flex-start}.admin-coming-soon{border-radius:14px}}@media (width<=900px){.admin-layout.sidebar-open .admin-main{width:100%;margin-right:0}}.admin-layout,.admin-main,.admin-content{max-width:100%}.login-required-overlay{z-index:10000;box-sizing:border-box;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0;overflow-y:auto}.login-required-modal{box-sizing:border-box;text-align:center;direction:rtl;background:#fff;border-radius:18px;width:100%;max-width:420px;max-height:calc(100vh - 40px);padding:35px 30px;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0003}.login-required-icon{background:#f2f2f2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;margin:0 auto 18px;font-size:25px;display:flex}.login-required-modal h2{color:#181818;word-break:break-word;margin:0 0 12px;font-size:20px;font-weight:700;line-height:1.5}.login-required-modal p{color:#777;word-break:break-word;margin:0 0 25px;font-size:14px;line-height:1.8}.login-required-buttons{box-sizing:border-box;gap:10px;width:100%;display:flex}.login-required-buttons button{cursor:pointer;white-space:nowrap;border:none;border-radius:10px;flex:1;min-width:0;height:46px;padding:0 14px;font-family:inherit;font-size:13px;font-weight:600;transition:transform .2s,opacity .2s,background .2s}.login-required-buttons button:hover{transform:translateY(-1px)}.login-required-buttons button:active{transform:translateY(0)}.login-required-login{color:#fff;background:#111}.login-required-login:hover{background:#222}.login-required-signup{color:#222;background:#eee}.login-required-signup:hover{background:#e5e5e5}@media (width<=768px){.login-required-overlay{padding:18px}.login-required-modal{border-radius:17px;max-width:400px;padding:32px 26px}.login-required-icon{width:55px;height:55px;margin-bottom:16px;font-size:24px}.login-required-modal h2{font-size:19px}.login-required-modal p{margin-bottom:22px;font-size:13.5px}.login-required-buttons button{height:45px}}@media (width<=480px){.login-required-overlay{padding:15px}.login-required-modal{border-radius:16px;width:100%;max-width:100%;max-height:calc(100vh - 30px);padding:28px 20px}.login-required-icon{width:52px;height:52px;margin-bottom:15px;font-size:22px}.login-required-modal h2{margin-bottom:10px;font-size:18px;line-height:1.5}.login-required-modal p{margin-bottom:21px;font-size:13px;line-height:1.8}.login-required-buttons{gap:9px}.login-required-buttons button{height:44px;padding:0 10px;font-size:12.5px}}@media (width<=360px){.login-required-overlay{padding:10px}.login-required-modal{border-radius:14px;padding:24px 16px}.login-required-icon{width:48px;height:48px;margin-bottom:13px;font-size:20px}.login-required-modal h2{font-size:17px}.login-required-modal p{margin-bottom:18px;font-size:12px}.login-required-buttons{gap:8px}.login-required-buttons button{height:42px;padding:0 8px;font-size:12px}}@media (width<=300px){.login-required-overlay{padding:8px}.login-required-modal{padding:22px 13px}.login-required-buttons{flex-direction:column}.login-required-buttons button{flex:none;width:100%}}@media (height<=600px){.login-required-overlay{align-items:flex-start;padding-top:15px;padding-bottom:15px}.login-required-modal{padding-top:22px;padding-bottom:22px}.login-required-icon{margin-bottom:10px}.login-required-modal h2{margin-bottom:8px}.login-required-modal p{margin-bottom:16px}}.forgot-password-page{box-sizing:border-box;direction:rtl;background:linear-gradient(#9b9b9b,#c9c9c9);justify-content:center;align-items:flex-start;width:100%;min-height:auto;padding:150px 20px 30px;display:flex;overflow-x:hidden}.forgot-password-card{box-sizing:border-box;background:#fff;border-radius:22px;flex-shrink:0;width:min(100%,700px);max-width:700px;padding:42px 45px;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000029}.forgot-back-btn{color:#555;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:7px;max-width:100%;padding:5px;font-family:inherit;font-size:14px;line-height:1.6;transition:color .2s,transform .2s;display:inline-flex}.forgot-back-btn:hover{color:#000;transform:translate(3px)}.forgot-back-btn:active{transform:translate(1px)}.forgot-password-icon{color:#fff;background:#111;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:82px;height:82px;margin:25px auto 20px;display:flex;box-shadow:0 10px 25px #0000002e}.forgot-password-card h1{text-align:center;color:#111;overflow-wrap:anywhere;word-break:normal;margin:0;font-size:29px;line-height:1.5}.forgot-description{color:#666;text-align:center;overflow-wrap:anywhere;margin:12px 0 30px;font-size:15px;line-height:2}.forgot-password-card form{box-sizing:border-box;width:100%}.forgot-input-group{box-sizing:border-box;width:100%;margin-bottom:18px}.forgot-input-group label{color:#222;margin-bottom:8px;font-size:14px;font-weight:700;line-height:1.7;display:block}.forgot-input-wrapper{box-sizing:border-box;background:#fafafa;border:1.5px solid #d8d8d8;border-radius:12px;align-items:center;gap:10px;width:100%;height:52px;padding:0 15px;transition:border-color .25s,background .25s,box-shadow .25s;display:flex}.forgot-input-wrapper svg{color:#777;flex-shrink:0}.forgot-input-wrapper:focus-within{background:#fff;border-color:#111;box-shadow:0 0 0 4px #11111112}.forgot-input-wrapper input{color:#111;box-sizing:border-box;direction:rtl;background:0 0;border:none;outline:none;width:100%;min-width:0;height:100%;font-family:inherit;font-size:15px}.forgot-input-wrapper input::placeholder{color:#aaa}.forgot-input-wrapper input:disabled{cursor:not-allowed;opacity:.6}.forgot-error{color:#c62828;text-align:center;box-sizing:border-box;overflow-wrap:anywhere;background:#fff0f0;border:1px solid #ffb5b5;border-radius:10px;width:100%;margin-bottom:18px;padding:12px 15px;font-size:14px;line-height:1.8}.forgot-submit{color:#fff;box-sizing:border-box;cursor:pointer;background:#111;border:none;border-radius:12px;width:100%;min-height:52px;padding:0 15px;font-family:inherit;font-size:16px;font-weight:700;transition:background .25s,transform .2s,box-shadow .25s}.forgot-submit:hover{background:#000;transform:translateY(-2px);box-shadow:0 8px 20px #0000002e}.forgot-submit:active{transform:translateY(0)}.forgot-submit:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.forgot-help{box-sizing:border-box;border-top:1px solid #e5e5e5;flex-direction:column;gap:12px;width:100%;margin-top:25px;padding-top:20px;display:flex}.forgot-help div{color:#777;overflow-wrap:anywhere;align-items:flex-start;gap:9px;font-size:13px;line-height:1.8;display:flex}.forgot-help svg{color:#444;flex-shrink:0;margin-top:2px}.forgot-success{text-align:center;box-sizing:border-box;width:100%;padding-top:5px}.forgot-success-icon{color:#0b7a2a;background:#d8ffe1;border:1px solid #63d882;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:65px;height:65px;margin:0 auto 15px;font-size:30px;font-weight:700;display:flex}.forgot-success h3{color:#111;overflow-wrap:anywhere;margin:0 0 10px;font-size:21px;line-height:1.6}.forgot-success p{color:#666;overflow-wrap:anywhere;margin:0 auto 25px;font-size:14px;line-height:2}.forgot-success-button{color:#fff;box-sizing:border-box;cursor:pointer;background:#111;border:none;border-radius:11px;width:100%;min-height:48px;padding:0 15px;font-family:inherit;font-size:14px;font-weight:700;transition:background .2s,transform .2s}.forgot-success-button:hover{background:#000;transform:translateY(-2px)}.forgot-success-button:active{transform:translateY(0)}@media (width>=1200px){.forgot-password-page{padding:165px 40px 30px}.forgot-password-card{width:760px;max-width:760px;padding:48px 55px}.forgot-password-icon{width:88px;height:88px}.forgot-password-card h1{font-size:31px}.forgot-description{font-size:16px}}@media (width<=900px){.forgot-password-page{padding:135px 20px 30px}.forgot-password-card{width:100%;max-width:620px;padding:38px 35px}.forgot-password-card h1{font-size:28px}}@media (width<=700px){.forgot-password-page{padding:120px 16px 25px}.forgot-password-card{border-radius:19px;width:100%;max-width:560px;padding:32px 28px}.forgot-password-icon{width:76px;height:76px;margin-top:20px}.forgot-password-card h1{font-size:26px}.forgot-description{margin-bottom:26px;font-size:14px}}@media (width<=600px){.forgot-password-page{width:100%;min-height:auto;padding:105px 12px 20px}.forgot-password-card{border-radius:17px;width:100%;max-width:none;padding:28px 20px;box-shadow:0 15px 35px #00000024}.forgot-password-icon{width:72px;height:72px;margin:20px auto 18px}.forgot-password-card h1{font-size:24px;line-height:1.5}.forgot-description{margin:10px 0 24px;font-size:14px;line-height:1.9}.forgot-input-wrapper{height:50px;padding:0 13px}.forgot-input-wrapper input{font-size:14px}.forgot-submit{min-height:49px;font-size:15px}.forgot-help{margin-top:22px;padding-top:17px}}@media (width<=400px){.forgot-password-page{padding:95px 8px 15px}.forgot-password-card{border-radius:15px;padding:24px 15px}.forgot-back-btn{gap:5px;font-size:13px}.forgot-password-icon{width:65px;height:65px;margin-top:18px}.forgot-password-card h1{font-size:22px}.forgot-description{font-size:13px;line-height:1.9}.forgot-input-group label{font-size:13px}.forgot-input-wrapper{gap:8px;height:48px;padding:0 11px}.forgot-input-wrapper input{font-size:13px}.forgot-error{padding:10px 11px;font-size:12.5px}.forgot-submit{min-height:47px;font-size:14px}.forgot-help div{font-size:12px}.forgot-success h3{font-size:19px}.forgot-success p{font-size:13px}}@media (width<=340px){.forgot-password-page{padding:90px 5px 12px}.forgot-password-card{border-radius:14px;padding:21px 12px}.forgot-password-card h1{font-size:20px}.forgot-description{font-size:12px;line-height:1.85}.forgot-input-wrapper{gap:7px}.forgot-input-wrapper svg{width:17px;height:17px}.forgot-input-wrapper input{font-size:12px}.forgot-help div{font-size:11.5px}.forgot-submit{font-size:13px}}@media (height<=700px){.forgot-password-page{padding-top:95px}.forgot-password-icon{margin-top:15px}}@media (height<=550px){.forgot-password-page{padding-top:80px;padding-bottom:15px}.forgot-password-icon{width:60px;height:60px;margin:10px auto 12px}.forgot-password-card{padding-top:20px;padding-bottom:20px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;min-height:100%;overflow-x:hidden}html{scrollbar-width:none}body::-webkit-scrollbar{display:none}body{overflow-y:auto}
