*{box-sizing:border-box;margin:0;padding:0}html{overflow-x:hidden;width:100%;height:100%;position:fixed}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;overflow-x:hidden;width:100%;height:100%;position:fixed;overscroll-behavior:none;-webkit-overflow-scrolling:touch}#root{width:100%;height:100%;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}input:focus,textarea:focus,select:focus{outline:none}button{font-family:inherit;-webkit-tap-highlight-color:transparent}button:hover{opacity:.9}button:active{transform:scale(.98)}.home-header{background:#fff;padding:20px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0000000d}.logo{font-size:24px;font-weight:600;letter-spacing:-.5px}.logo-mart{color:#4ab7b6}.header-actions{display:flex;gap:12px;align-items:center}.lang-btn{background:#fff;border:1px solid #E0E0E0;padding:6px 12px;border-radius:6px;font-size:14px;cursor:pointer;color:#333}.chevron{font-size:10px;margin-left:4px}.notification-btn{background:#fff5f5;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.notification-badge{position:absolute;top:8px;right:8px;width:8px;height:8px;background:#ea7173;border-radius:50%;border:2px solid #fff}.location-section{background:#fff;padding:16px 20px;display:flex;align-items:center;gap:12px;margin-bottom:16px;cursor:pointer}.location-icon{width:48px;height:48px;background:#4ab7b6;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.location-text{flex:1}.location-city{font-size:16px;font-weight:600;color:#333;margin-bottom:2px}.location-address{font-size:14px;color:#666}.search-section{padding:0 20px 20px;background:transparent}.search-bar{background:#f5f5f5;border-radius:12px;padding:14px 16px;display:flex;align-items:center;gap:12px}.search-bar input{flex:1;background:transparent;border:none;font-size:15px;color:#333}.search-bar input::placeholder{color:#999}.promo-banner{margin:20px;background:linear-gradient(135deg,#e8f5f4,#f0f9f8);border-radius:16px;padding:24px;display:flex;justify-content:space-between;align-items:center;position:relative;overflow:hidden;box-shadow:0 4px 12px #4ab7b61a}.promo-content{flex:1}.promo-dots{display:flex;gap:6px;margin-bottom:12px}.promo-dots span{width:6px;height:6px;background:#4ab7b6;border-radius:50%}.promo-dots span:first-child{width:20px;border-radius:3px}.promo-text h3{margin:0;font-size:16px;color:#666;font-weight:500}.promo-text h2{margin:4px 0;font-size:32px;color:#333;font-weight:700}.promo-text p{margin:4px 0 0;font-size:14px;color:#666}.promo-image{position:relative;width:180px;height:140px;display:flex;align-items:center;justify-content:center}.grocery-bag{font-size:80px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.products-section{padding:20px;background:#fafafa;overflow-x:hidden}.products-scroll{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;direction:rtl}@media(min-width:768px){.products-scroll{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.products-scroll{grid-template-columns:repeat(4,1fr)}}.product-card{background:#fff;border-radius:16px;padding:12px;width:100%;position:relative;box-shadow:0 2px 8px #0000000f;transition:transform .2s,box-shadow .2s;cursor:pointer}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.favorite-btn{position:absolute;top:12px;left:12px;background:#fff;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 4px #0000001a;z-index:10;transition:transform .2s}.favorite-btn:active{transform:scale(.9)}.discount-badge{position:absolute;top:12px;right:12px;background:#ea7173;color:#fff;padding:4px 8px;border-radius:8px;font-size:11px;font-weight:600;z-index:10}.product-image{width:100%;height:120px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;border-radius:12px;overflow:hidden;background:#f5f5f5}.product-image img{width:100%;height:100%;object-fit:cover}.placeholder-image{font-size:48px}.product-info{display:flex;flex-direction:column;gap:8px}.product-name{font-size:14px;font-weight:500;color:#333;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-footer{display:flex;flex-direction:column;gap:8px}.product-price-rating{display:flex;justify-content:space-between;align-items:center}.product-price{font-size:16px;font-weight:600;color:#333}.product-rating{display:flex;align-items:center;gap:4px;font-size:12px;color:#666}.quantity-controls{display:flex;align-items:center;justify-content:space-between;background:#f5f5f5;border-radius:8px;padding:4px;gap:8px}.qty-btn{width:28px;height:28px;border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.qty-btn.minus{background:#ea7173;color:#fff}.qty-btn.plus{background:#4ab7b6;color:#fff}.qty-btn:active{transform:scale(.9)}.quantity{font-size:14px;font-weight:600;color:#333;min-width:20px;text-align:center}.add-to-cart-btn{width:100%;background:#fff;border:1.5px solid #4AB7B6;color:#4ab7b6;padding:8px 16px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.add-to-cart-btn:hover{background:#4ab7b6;color:#fff}.add-to-cart-btn:active{transform:scale(.98)}.categories-section{padding:20px;overflow-x:hidden}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-header h2{margin:0;font-size:20px;color:#333;font-weight:600}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch;touch-action:pan-x}.category-card{border-radius:16px;padding:20px 12px;display:flex;flex-direction:column;align-items:center;gap:12px;cursor:pointer;transition:transform .2s;min-width:90px}.category-card:active{transform:scale(.95)}.category-icon{width:48px;height:48px;background:#fff3;border-radius:12px;display:flex;align-items:center;justify-content:center}.category-name{color:#fff;font-size:13px;font-weight:500;text-align:center}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);max-width:480px;width:100%;background:#fff;display:flex;justify-content:space-evenly;align-items:center;padding:16px 20px;box-shadow:0 -2px 10px #00000014;z-index:1000;border-top:1px solid #F0F0F0}.nav-item{background:transparent;border:none;color:#bdbdbd;cursor:pointer;padding:10px 20px;transition:color .2s;display:flex;align-items:center;justify-content:center;flex:1}.nav-item.active{color:#4ab7b6}@media(max-width:480px){.bottom-nav{max-width:100%}}.home-page{max-width:480px;margin:0 auto;background:#fff;min-height:100%;padding-bottom:100px;position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;direction:rtl;overflow-x:hidden;width:100%}@media(max-width:480px){.home-page{max-width:100%}}.categories-page{max-width:480px;margin:0 auto;background:#fff;min-height:100%;padding-bottom:100px;position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;direction:rtl;overflow-x:hidden;width:100%}.category-header{position:relative;height:200px;background:linear-gradient(135deg,#4ab7b6,#5dade2);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;overflow:hidden}.category-header:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.1) 0%,transparent 50%);pointer-events:none}.category-header-overlay{position:absolute;inset:0;background:#0000001a;pointer-events:none}.back-btn{position:absolute;top:20px;right:20px;background:#fff3;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .2s;z-index:10}.back-btn:hover{background:#ffffff4d;transform:scale(1.05)}.back-btn:active{transform:scale(.95)}.category-title{margin:0;font-size:32px;font-weight:700;color:#fff;text-align:center;z-index:1;text-shadow:0 2px 8px rgba(0,0,0,.2)}.empty-state{padding:60px 20px;text-align:center}.empty-state p{margin:0;color:#999;font-size:16px}@media(max-width:480px){.categories-page{max-width:100%}.category-title{font-size:28px}}.products-list-page{max-width:480px;margin:0 auto;background:#f5f5f5;min-height:100%;padding-bottom:100px;position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;direction:rtl;overflow-x:hidden;width:100%}.products-header{position:relative;height:160px;background:linear-gradient(135deg,#c77eb5,#9b7ede);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;overflow:hidden}.products-header:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 30% 40%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 70% 70%,rgba(255,255,255,.1) 0%,transparent 50%);pointer-events:none}.products-header-overlay{position:absolute;inset:0;background:#0000001a;pointer-events:none}.products-title{margin:0 0 8px;font-size:28px;font-weight:700;color:#fff;text-align:center;z-index:1;text-shadow:0 2px 8px rgba(0,0,0,.2)}.products-count{margin:0;font-size:14px;color:#ffffffe6;z-index:1}.products-grid-container{padding:20px}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.product-grid-card{background:#fff;border-radius:16px;padding:12px;position:relative;box-shadow:0 2px 8px #0000000f;transition:transform .2s,box-shadow .2s}.product-grid-card:active{transform:scale(.98)}.product-discount-badge{position:absolute;top:12px;right:12px;background:#ea7173;color:#fff;padding:4px 8px;border-radius:8px;font-size:11px;font-weight:600;z-index:10}.product-grid-image{width:100%;height:140px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;border-radius:12px;overflow:hidden;background:#f5f5f5}.product-grid-image img{width:100%;height:100%;object-fit:cover}.product-placeholder{font-size:48px}.product-grid-info{display:flex;flex-direction:column;gap:8px}.product-grid-name{font-size:14px;font-weight:500;color:#333;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:40px}.product-grid-price{font-size:18px;font-weight:700;color:#4ab7b6;margin:4px 0}.product-add-btn{width:100%;background:#4ab7b6;border:none;color:#fff;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.product-add-btn:hover{background:#3a9a99}.product-add-btn:active{transform:scale(.98)}.empty-products{padding:60px 20px;text-align:center}.empty-products p{margin:0;color:#999;font-size:16px}.loading{padding:40px 20px;text-align:center;color:#666;font-size:16px}.error{padding:40px 20px;text-align:center;color:#ea7173;font-size:16px}@media(max-width:480px){.products-list-page{max-width:100%}.products-title{font-size:24px}}@media(max-width:360px){.products-grid{grid-template-columns:1fr}}.product-details-page{max-width:480px;margin:0 auto;background:#f5f5f5;min-height:100vh;padding-bottom:60px;position:relative;direction:rtl;overflow-x:hidden}.product-header{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;background:#fff;border-bottom:1px solid #E0E0E0;position:sticky;top:0;z-index:100}.back-btn,.share-btn{background:none;border:none;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center}.product-image-section{position:relative;background:#fff;padding:20px;margin-bottom:10px}.product-image{width:100%;height:300px;object-fit:contain;border-radius:8px}.placeholder-image{width:100%;height:300px;display:flex;align-items:center;justify-content:center;font-size:80px;background:#f5f5f5;border-radius:8px}.favorite-icon{position:absolute;top:30px;left:30px;background:#fff;border:none;border-radius:50%;width:45px;height:45px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #0000001a}.product-content{background:#fff;padding:20px;border-radius:0}.category-badge{display:inline-block;background:#4ab7b6;color:#fff;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:500;margin-bottom:12px}.product-name{font-size:22px;font-weight:600;color:#333;margin:0 0 12px;line-height:1.4}.product-rating{display:flex;align-items:center;gap:6px;margin-bottom:16px}.rating-value{font-size:14px;font-weight:600;color:#333}.rating-count{font-size:13px;color:#999}.price-section{display:flex;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.current-price{font-size:26px;font-weight:700;color:#4ab7b6}.original-price{font-size:18px;color:#999;text-decoration:line-through}.discount-badge{background:#ea7173;color:#fff;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600}.stock-info{margin-bottom:20px}.in-stock{color:#4caf50;font-size:14px;font-weight:500}.out-of-stock{color:#ea7173;font-size:14px;font-weight:500}.seller-info{background:#f5f5f5;padding:12px 16px;border-radius:8px;margin-bottom:20px}.seller-label{font-size:12px;color:#999;margin-bottom:4px}.seller-name{font-size:16px;font-weight:600;color:#333}.description-section{margin-bottom:24px}.section-title{font-size:18px;font-weight:600;color:#333;margin:0 0 12px}.description-text{font-size:14px;line-height:1.8;color:#666;margin:0;white-space:pre-wrap}.attributes-section{margin-bottom:24px}.attributes-list{border:1px solid #E0E0E0;border-radius:8px;overflow:hidden}.attribute-item{display:flex;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #E0E0E0}.attribute-item:last-child{border-bottom:none}.attribute-item:nth-child(2n){background:#f9f9f9}.attribute-key{font-size:14px;color:#666;font-weight:500}.attribute-value{font-size:14px;color:#333;font-weight:600}.bottom-actions{position:fixed;bottom:60px;left:0;right:0;max-width:480px;margin:0 auto;background:#fff;padding:16px 20px;border-top:1px solid #E0E0E0;z-index:99}.quantity-section{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.quantity-label{font-size:14px;font-weight:500;color:#333}.quantity-controls{display:flex;align-items:center;gap:12px;background:#f5f5f5;padding:6px 12px;border-radius:25px}.qty-btn{background:#fff;border:1px solid #E0E0E0;width:32px;height:32px;border-radius:50%;font-size:18px;font-weight:600;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.qty-btn:hover:not(:disabled){background:#4ab7b6;color:#fff;border-color:#4ab7b6}.qty-btn:disabled{opacity:.3;cursor:not-allowed}.quantity-value{font-size:16px;font-weight:600;color:#333;min-width:30px;text-align:center}.add-to-cart-btn{width:100%;background:#4ab7b6;color:#fff;border:none;border-radius:8px;padding:14px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.add-to-cart-btn:hover:not(:disabled){background:#3a9695}.add-to-cart-btn:disabled{background:#ccc;cursor:not-allowed}.loading,.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:40px;text-align:center}.error-state h2{font-size:20px;color:#333;margin-bottom:20px}.back-home-btn{background:#4ab7b6;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:600;cursor:pointer}@media(max-width:480px){.product-details-page,.bottom-actions{max-width:100%}}.add-product-mobile-page{max-width:480px;margin:0 auto;background:#f5f5f5;min-height:100vh;padding-bottom:60px;position:relative;direction:rtl;overflow-x:hidden}.add-product-header{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;background:#fff;border-bottom:1px solid #E0E0E0;position:sticky;top:0;z-index:100}.header-title{font-size:18px;font-weight:600;color:#333;margin:0}.back-btn{background:none;border:none;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center}.progress-section{background:#fff;padding:20px;border-bottom:1px solid #E0E0E0}.steps-indicator{display:flex;justify-content:space-between;margin-bottom:15px}.step-item{display:flex;flex-direction:column;align-items:center;flex:1}.step-circle{width:36px;height:36px;border-radius:50%;background:#e0e0e0;color:#999;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;margin-bottom:8px;transition:all .3s}.step-circle.active{background:#4ab7b6;color:#fff}.step-circle.completed{background:#4caf50;color:#fff}.step-label{font-size:11px;color:#999;text-align:center}.step-label.active{color:#333;font-weight:600}.progress-bar{width:100%;height:4px;background:#e0e0e0;border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:#4ab7b6;transition:width .3s ease}.message{margin:15px 20px;padding:12px 16px;border-radius:8px;font-size:14px;font-weight:500}.message.error{background:#ffebee;color:#c62828}.message.success{background:#e8f5e9;color:#2e7d32}.form-content{padding:0 20px 20px}.step-container{margin-top:20px}.step-title{font-size:20px;font-weight:600;color:#333;margin:0 0 20px}.info-badge{background:#f5f5f5;padding:10px 15px;border-radius:8px;font-size:14px;color:#666;margin-bottom:20px;font-weight:500}.breadcrumb{background:#f5f5f5;padding:12px 15px;border-radius:8px;margin-bottom:20px}.breadcrumb-path{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px}.breadcrumb-item{color:#4ab7b6;cursor:pointer;font-size:14px;text-decoration:underline}.breadcrumb-item.current{color:#333;cursor:default;text-decoration:none;font-weight:600}.breadcrumb-item-wrapper{display:flex;align-items:center;gap:8px}.separator{color:#999}.use-category-btn{width:100%;padding:10px;background:#fff;border:1px solid #4AB7B6;color:#4ab7b6;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.use-category-btn:hover{background:#4ab7b6;color:#fff}.selected-category{background:#e8f5e9;border:2px solid #4CAF50;border-radius:8px;padding:15px;margin-bottom:20px}.selected-content{display:flex;justify-content:space-between;align-items:center}.selected-label{font-size:12px;color:#2e7d32;margin-bottom:5px}.selected-name{font-size:16px;font-weight:600;color:#1b5e20}.change-btn{padding:8px 16px;background:#fff;border:1px solid #EA7173;color:#ea7173;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer}.category-selection{margin-bottom:20px}.selection-label{display:block;font-size:14px;font-weight:600;color:#333;margin-bottom:12px}.categories-grid{display:grid;gap:10px}.category-option{background:#fff;padding:15px;border:1px solid #E0E0E0;border-radius:8px;cursor:pointer;transition:all .2s}.category-option:active{background:#f5f5f5;border-color:#4ab7b6}.category-option-name{font-size:15px;font-weight:600;color:#333;display:flex;justify-content:space-between;align-items:center}.arrow{color:#4ab7b6;font-size:16px}.category-hint{font-size:12px;color:#999;margin-top:8px}.empty-categories{background:#f5f5f5;padding:40px 20px;text-align:center;color:#999;border-radius:8px}.form-group{margin-bottom:20px}.form-label{display:block;font-size:14px;font-weight:600;color:#333;margin-bottom:8px}.form-input,.form-select,.form-textarea{width:100%;padding:12px;font-size:16px;border:1px solid #E0E0E0;border-radius:8px;background:#fff;color:#333;font-family:inherit;transition:border-color .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#4ab7b6}.form-textarea{resize:vertical;min-height:100px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:20px}.attributes-hint{font-size:14px;color:#666;margin-bottom:20px;line-height:1.6}.empty-attributes{background:#f5f5f5;padding:40px 20px;text-align:center;border-radius:8px}.empty-attributes p{color:#666;margin:0 0 10px}.empty-attributes .hint{font-size:14px;color:#999}.review-section{background:#fff;padding:20px;border-radius:8px;border:1px solid #E0E0E0}.review-subtitle{font-size:16px;font-weight:600;color:#333;margin:0 0 15px}.review-item{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #F5F5F5}.review-item:last-child{border-bottom:none}.review-item.column{flex-direction:column;gap:8px}.review-label{font-size:14px;color:#666;font-weight:500}.review-value{font-size:14px;color:#333;font-weight:600;text-align:left}.review-item.column .review-value{text-align:right;font-weight:400;line-height:1.6}.attributes-review{margin-top:20px;padding-top:15px;border-top:2px solid #F5F5F5}.attributes-title{font-size:15px;font-weight:600;color:#333;margin:0 0 10px}.form-actions{position:fixed;bottom:60px;left:0;right:0;max-width:480px;margin:0 auto;background:#fff;padding:15px 20px;border-top:1px solid #E0E0E0;z-index:99}.action-buttons{display:flex;gap:10px}.btn-secondary,.btn-primary,.btn-submit{flex:1;padding:14px;font-size:16px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s}.btn-secondary{background:#fff;color:#4ab7b6;border:1px solid #4AB7B6}.btn-secondary:active{background:#f5f5f5}.btn-primary{background:#4ab7b6;color:#fff}.btn-primary:active{background:#3a9695}.btn-submit{background:#4caf50;color:#fff}.btn-submit:active:not(:disabled){background:#388e3c}.btn-submit:disabled{background:#ccc;cursor:not-allowed}@media(max-width:480px){.add-product-mobile-page,.form-actions{max-width:100%}}
