*{margin:0;padding:0;box-sizing:border-box}html,body{position:relative;overflow-x:hidden}:root{--primary-color: #25D366;--primary-dark: #128C7E;--secondary-color: #34B7F1;--text-color: #333;--text-light: #666;--bg-color: #f5f5f5;--white: #ffffff;--border-color: #e0e0e0;--shadow: 0 2px 8px rgba(0, 0, 0, .1);--shadow-hover: 0 4px 16px rgba(0, 0, 0, .15)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:var(--bg-color);color:var(--text-color);line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 3px}@media (min-width: 769px){.container{padding:0 1.5rem}}.header{background:var(--white);box-shadow:var(--shadow);position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 0;transition:transform .3s ease-in-out;transform:translateY(0)}.header.header-visible{transform:translateY(0)}.header.header-hidden{transform:translateY(-100%)}.header .container{display:flex;flex-direction:column;align-items:stretch;gap:1rem}.header .container>div:last-child{display:flex;align-items:center;gap:1rem;width:100%}.logo{font-size:1.5rem;color:#fff;background-color:#036e63;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;flex-shrink:0;white-space:nowrap}.logo-icon{width:2rem;height:2rem;object-fit:contain}.header-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.search-container{display:flex;gap:.5rem}.search-input{padding:.75rem 1rem;border:2px solid var(--border-color);border-radius:8px;font-size:1rem;min-width:250px;transition:border-color .3s}.search-input:focus{outline:none;border-color:var(--primary-color)}.search-btn{padding:.75rem 1.5rem;background:var(--primary-color);color:var(--white);border:none;border-radius:8px;cursor:pointer;font-size:1rem;transition:background .3s}.search-btn:hover{background:var(--primary-dark)}.search-wrapper{position:relative;flex:1;min-width:0}.search-dropdown{position:absolute;top:100%;left:0;right:0;background:var(--white);border:2px solid var(--border-color);border-radius:8px;box-shadow:0 4px 12px #00000026;max-height:400px;overflow-y:auto;z-index:1000;margin-top:.5rem}.search-dropdown-item{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;cursor:pointer;border-bottom:1px solid var(--border-color);transition:background .2s}.search-dropdown-item:last-child{border-bottom:none}.search-dropdown-item:hover{background:var(--bg-color)}.search-dropdown-image{width:50px;height:50px;flex-shrink:0;border-radius:6px;overflow:hidden;background:var(--bg-color);display:flex;align-items:center;justify-content:center}.search-dropdown-image img{width:100%;height:100%;object-fit:cover}.search-dropdown-emoji{font-size:1.5rem}.search-dropdown-details{flex:1;min-width:0}.search-dropdown-name{font-weight:600;font-size:.9rem;color:var(--text-color);line-height:1.4;word-wrap:break-word;overflow-wrap:break-word}.search-dropdown-price{flex-shrink:0;text-align:right;font-weight:600;color:var(--primary-color);font-size:.9rem}.search-dropdown-old-price{font-size:.75rem;color:var(--text-light);text-decoration:line-through;margin-top:.25rem}.search-dropdown-footer{padding:.75rem 1rem;text-align:center;font-size:.85rem;color:var(--text-light);background:var(--bg-color);border-top:1px solid var(--border-color)}.cart-btn{padding:.75rem 1.5rem;background:#fff5f5;color:#f44;border:2px solid #ff4444;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:background .3s,transform .3s,border-color .3s;flex:1;min-width:0;height:45px;display:flex;align-items:center;justify-content:center;overflow:hidden;white-space:nowrap}.cart-btn-text{display:inline-block;transition:opacity .3s ease}.cart-btn:hover{background:#ffebeb;border-color:#c00}.cart-btn-animate{animation:cartBounce .6s ease}.inventory-search-container{display:flex;align-items:center;background:var(--white);border:2px solid var(--border-color);border-radius:8px;padding:.5rem;cursor:pointer;transition:all .3s ease;width:45px;overflow:hidden;position:relative;flex-shrink:0}.inventory-search-container.expanded{flex:1;min-width:0;max-width:none;border-color:var(--primary-color)}.inventory-search-icon{font-size:1.2rem;flex-shrink:0;margin-right:.5rem;opacity:.7}.inventory-search-input{border:none;outline:none;background:transparent;font-size:1rem;width:100%;padding:.25rem 0;color:var(--text-color)}.inventory-search-input::placeholder{color:var(--text-light)}.inventory-search-clear{background:none;border:none;color:var(--text-light);font-size:1.5rem;cursor:pointer;padding:0;margin-left:.5rem;width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:color .2s,transform .2s;line-height:1}.inventory-search-clear:hover{color:var(--text-color);transform:scale(1.1)}.inventory-scan-btn{padding:.5rem .75rem;background:var(--primary-color);color:var(--white);border:none;border-radius:8px;cursor:pointer;font-size:1.2rem;transition:background .3s,transform .2s;flex-shrink:0;display:flex;align-items:center;justify-content:center;min-width:45px;height:45px}.inventory-scan-btn:hover{background:var(--primary-dark);transform:scale(1.05)}.inventory-scan-btn:active{transform:scale(.95)}@keyframes cartBounce{0%,to{transform:scale(1)}25%{transform:scale(1.15)}50%{transform:scale(.95)}75%{transform:scale(1.05)}}.fly-to-cart{position:fixed;font-size:2rem;pointer-events:none;z-index:9999;transform:translate(-50%,-50%) scale(1);transition:left .6s cubic-bezier(.25,.46,.45,.94),top .6s cubic-bezier(.25,.46,.45,.94),transform .6s cubic-bezier(.25,.46,.45,.94)}.main{padding:2rem 0;margin-top:80px}.main .container{display:grid;grid-template-columns:250px 1fr;gap:2rem}.sidebar{background:var(--white);padding:1.5rem;border-radius:12px;box-shadow:var(--shadow);height:fit-content;position:sticky;top:calc(80px + 1rem);align-self:start;max-height:calc(100vh - 100px);overflow-y:auto}.sidebar h2{margin-bottom:.1rem;color:var(--text-color);font-size:1.25rem}.filter-section{margin-bottom:.75rem}.filter-section h3{font-size:1rem;margin-bottom:.1rem;color:var(--text-light)}.filter-options{display:grid;grid-template-columns:1fr 1fr;gap:.15rem}.filter-option{display:flex;align-items:center;gap:.25rem;cursor:pointer;padding:.25rem;border-radius:6px;transition:background .2s}.filter-option:hover{background:var(--bg-color)}.filter-option input[type=checkbox]{width:18px;height:18px;cursor:pointer}.clear-filters-btn{width:100%;padding:.75rem;background:var(--bg-color);border:1px solid var(--border-color);border-radius:8px;cursor:pointer;font-size:.9rem;transition:background .3s}.clear-filters-btn:hover{background:var(--border-color)}.sidebar-message{margin-top:1.5rem;padding:1.5rem 1rem 1rem;text-align:center;border-top:1px solid var(--border-color)}.sidebar-message p{color:#f44;font-size:.85rem;line-height:1.6;margin:.5rem 0}.sidebar-message p:first-child{margin-top:0}.sidebar-message p:last-child{margin-bottom:0;direction:rtl}.sidebar-message-arabic{font-weight:700;font-size:1rem}.sidebar-message-phone{direction:ltr!important;text-align:center;unicode-bidi:bidi-override}.sidebar-message-phone a,.sidebar-message-phone span{direction:ltr!important;unicode-bidi:bidi-override}.products-section{background:var(--white);padding:1rem .2rem;border-radius:1px;box-shadow:var(--shadow);width:100%;display:block;box-sizing:border-box;overflow-x:hidden}.products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.products-header h2{font-size:1.5rem}.sort-container{display:flex;align-items:center;gap:.5rem}.sort-select{padding:.5rem;border:2px solid var(--border-color);border-radius:6px;font-size:.9rem;cursor:pointer}.products-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))!important;gap:.3rem;width:100%;box-sizing:border-box;padding:0;margin:0}.product-card{background:var(--white);border:1px solid var(--border-color);border-radius:12px;padding:1rem .4rem;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;outline:none;-webkit-tap-highlight-color:transparent;min-width:0;box-sizing:border-box;overflow:hidden}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.product-card:focus,.product-card:focus-visible,.product-card:active{outline:none;transform:none;box-shadow:var(--shadow)}.product-image-container{position:relative;width:100%;margin-bottom:.5rem;aspect-ratio:1 / 1}.product-image{width:100%;aspect-ratio:1 / 1;border-radius:8px;background:var(--bg-color);display:flex;align-items:center;justify-content:center;font-size:3rem;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:8px;display:block}.product-price-overlay{position:absolute;bottom:8px;right:8px;background:#f44;color:var(--white);padding:.05rem .3rem;border-radius:6px;font-size:1.35rem;font-weight:700}.product-name-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem;gap:.5rem}.product-name{font-size:1.1rem;font-weight:600;color:var(--text-color);flex:1;min-width:0}.product-cart-badge{background:#f44;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}.product-category-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.product-category{font-size:.85rem;color:var(--text-light)}.quantity-controls-small{display:flex;align-items:center;gap:.15rem;border:1px solid var(--border-color);border-radius:4px;padding:.1rem;background:var(--bg-color)}.quantity-btn-small{background:var(--white);border:none;font-size:.75rem;cursor:pointer;padding:.2rem .35rem;color:var(--text-color);transition:background .2s;border-radius:3px;min-width:24px;display:flex;align-items:center;justify-content:center;pointer-events:auto}.quantity-btn-small:hover{background:var(--border-color)}.quantity-input-small{width:28px;text-align:center;border:none;font-size:.75rem;padding:.2rem .1rem;background:transparent;cursor:text;pointer-events:auto}.product-price-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.product-price-promotional{font-size:1.1rem;font-weight:700;color:var(--primary-color)}.product-price-regular{font-size:.9rem;font-weight:500;color:var(--text-light);text-decoration:line-through}.product-actions{display:flex;gap:.5rem;margin-top:auto}.quantity-controls{display:flex;align-items:center;gap:.25rem;border:1px solid var(--border-color);border-radius:6px;padding:.15rem;background:var(--bg-color)}.quantity-btn{background:var(--white);border:none;font-size:.85rem;cursor:pointer;padding:.15rem .35rem;color:var(--text-color);transition:background .2s;border-radius:4px;min-width:28px;display:flex;align-items:center;justify-content:center;line-height:1}.quantity-btn:hover{background:var(--border-color)}.quantity-input{width:35px;text-align:center;border:none;font-size:.85rem;padding:.15rem .1rem;background:transparent;line-height:1}.add-to-cart-btn{flex:1;padding:.75rem;background:var(--primary-color);color:var(--white);border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:all .15s ease;pointer-events:auto;transform:scale(1);outline:none;-webkit-tap-highlight-color:transparent}.add-to-cart-btn:hover{background:var(--primary-dark)}.add-to-cart-btn:active{transform:scale(.92);background:#0d7a6d;box-shadow:inset 0 2px 4px #0003}.no-products{text-align:center;padding:3rem;color:var(--text-light)}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1000;align-items:center;justify-content:center}.modal.active{display:flex}.modal-content{background:var(--white);border-radius:12px;width:90%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 4px 24px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem;border-bottom:1px solid var(--border-color);gap:1rem}.modal-header h2{font-size:1.5rem;margin:0;flex:1}.modal-header-total{background:var(--primary-color);color:var(--white);padding:.5rem 1rem;border-radius:6px;font-size:1rem;font-weight:600}.close-btn{background:none;border:none;font-size:2rem;cursor:pointer;color:var(--text-light);transition:color .2s}.close-btn:hover{color:var(--text-color)}.modal-body{padding:.75rem .5rem;overflow-y:auto;flex:1}.cart-items{display:flex;flex-direction:column;gap:.5rem}.cart-item{display:flex;gap:.25rem;padding:.125rem .75rem;border:1px solid var(--border-color);border-radius:8px;align-items:center;min-height:auto;position:relative}.cart-item-image{width:40px;height:40px;border-radius:6px;background:var(--bg-color);display:flex;align-items:center;justify-content:center;font-size:1.2rem;overflow:hidden;flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1;line-height:1.2}.cart-item>div:first-of-type{display:flex;align-items:center;gap:.25rem}.cart-item-name{font-weight:600;margin-bottom:.0625rem;line-height:1.2}.cart-item-price{color:var(--text-light);font-size:.9rem;line-height:1.2}.cart-item-controls-row{display:flex;align-items:center;gap:.5rem;width:100%}.cart-item-quantity{display:flex;align-items:center;gap:.125rem;padding:0;height:fit-content;flex:1;max-width:70%}.cart-item>div:nth-of-type(3){padding:0;margin:-.125rem 0 0;line-height:1;font-size:.85rem}.cart-item-remove{background:#f44;color:var(--white);border:none;border-radius:6px;padding:.25rem .5rem;cursor:pointer;font-size:.85rem;font-weight:600;transition:background .3s;flex:0 0 30%;min-width:0}.cart-item-remove:hover{background:#c00}.cart-empty{text-align:center;padding:3rem;color:var(--text-light)}.cart-summary{margin-top:.75rem;padding-top:.75rem;border-top:2px solid var(--border-color)}.cart-total{font-size:1.5rem;text-align:right;color:var(--text-color)}.modal-footer{padding:.75rem 1rem;border-top:1px solid var(--border-color)}.checkout-btn{width:100%;padding:1rem;background:var(--primary-color);color:var(--white);border:2px solid transparent;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .3s,border-color .3s}.checkout-btn:hover{background:var(--primary-dark)}.checkout-btn-complete{background:var(--white);color:#f44;border:2px solid #ff4444}.checkout-btn-complete:hover{background:#fff5f5;border-color:#c00}@media (max-width: 768px){.main .container{grid-template-columns:1fr;padding:0 .2rem}.sidebar{position:static;padding-top:1rem}.main{margin-top:140px}.products-section{padding:0}.products-section{padding:1rem .1rem!important}.products-grid{grid-template-columns:repeat(2,1fr)!important;gap:.4rem!important;width:100%!important}.product-card{padding:.75rem .25rem;min-width:0}.product-image-container{min-width:0}.header{padding:.75rem 0}.header .container{flex-direction:column;align-items:stretch;gap:.75rem}.header .container>div:last-child{display:flex;align-items:center;gap:.5rem;width:100%}.logo{font-size:1.25rem;text-align:center;justify-content:center}.logo-icon{width:1.5rem;height:1.5rem}.header-actions{flex-direction:column;width:100%;gap:.75rem}.search-container{width:100%;display:flex;gap:.5rem}.search-input{flex:1;min-width:0;width:100%;padding:.75rem;font-size:.95rem}.search-btn{flex-shrink:0;padding:.75rem 1rem;font-size:.95rem}.search-dropdown{max-height:300px}.search-dropdown-item{padding:.6rem .75rem;gap:.75rem}.search-dropdown-image{width:40px;height:40px}.search-dropdown-name{font-size:.8rem}.search-dropdown-price{font-size:.85rem}.cart-btn{flex:1;min-width:0;height:45px;padding:.5rem 1rem;font-size:.9rem}.inventory-search-container{width:45px!important}.inventory-search-container.expanded{flex:1!important;min-width:0}.inventory-scan-btn{min-width:45px;height:45px;padding:.5rem}.modal{padding:0;align-items:flex-end}.modal-content{width:100%;max-width:100%;max-height:95vh;margin:0;border-radius:12px 12px 0 0;box-sizing:border-box}.modal-header{padding:1rem;position:sticky;top:0;background:var(--white);z-index:10;box-sizing:border-box;width:100%}.modal-header h2{font-size:1.25rem}.close-btn{font-size:1.5rem;padding:.25rem .5rem;box-sizing:border-box}.modal-body{padding:1rem;overflow-y:auto;-webkit-overflow-scrolling:touch;box-sizing:border-box;width:100%}.modal-footer{padding:1rem;position:sticky;bottom:0;background:var(--white);border-top:2px solid var(--border-color);box-sizing:border-box;width:100%}.cart-item{flex-direction:column;align-items:stretch;gap:1rem;padding:1rem;box-sizing:border-box;width:100%}.cart-item>div:first-of-type{display:flex;align-items:center;gap:1rem;width:100%;box-sizing:border-box}.cart-item-image{width:60px;height:60px;font-size:1.5rem;flex-shrink:0}.cart-item-details{flex:1;min-width:0}.cart-item-name{font-size:1rem;margin-bottom:.25rem;word-wrap:break-word;overflow-wrap:break-word}.cart-item-price{font-size:.85rem}.cart-item-quantity{width:100%;justify-content:center;padding:.4rem;border:1px solid var(--border-color);border-radius:8px;background:var(--bg-color);box-sizing:border-box;gap:.25rem}.quantity-btn{min-width:36px;min-height:36px;font-size:1.1rem;padding:.4rem .5rem;display:flex;align-items:center;justify-content:center;background:var(--white)}.quantity-input{width:50px;font-size:1rem;padding:.4rem .2rem;text-align:center}.cart-item>div:nth-of-type(3){width:100%;text-align:center;font-size:1.1rem;padding:.5rem 0;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);margin:.5rem 0;box-sizing:border-box}.cart-item-remove{width:100%;padding:.75rem;font-size:1rem;min-height:44px;box-sizing:border-box}.cart-total{font-size:1.25rem;text-align:center;padding:.5rem 0}.checkout-btn{padding:1rem;font-size:1rem;min-height:48px}}.floating-cart-btn{position:fixed;top:1rem;right:1rem;width:56px;height:56px;border-radius:50%;background:#fff5f5;border:2px solid #ff4444;color:#f44;font-size:1.5rem;cursor:pointer;z-index:99;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;transition:all .3s ease;animation:slideInFromRight .3s ease}.floating-cart-btn:hover{background:#ffebeb;border-color:#c00;transform:scale(1.05)}.floating-cart-icon{display:flex;align-items:center;justify-content:center}.floating-cart-badge{position:absolute;top:-4px;right:-4px;background:#f44;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;border:2px solid white}@keyframes slideInFromRight{0%{transform:translate(100px);opacity:0}to{transform:translate(0);opacity:1}}@media (min-width: 769px){.container{padding:0 1.5rem}.inventory-form-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))!important;gap:1.5rem!important}.main .container{padding-top:1rem;padding-bottom:2rem}.products-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))!important;gap:1.5rem!important;width:100%!important}}.purchase-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.purchase-content{margin-bottom:1.5rem}.purchase-barcode-row{font-size:1rem;color:var(--text-light);margin-bottom:.5rem}.purchase-add-form{background:var(--white);padding:1.5rem;border-radius:8px;border:2px solid var(--primary-color);margin-bottom:1.5rem}.purchase-form-title{margin:0 0 1rem}.purchase-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1rem}.purchase-field label{display:block;margin-bottom:.5rem;font-weight:600}.purchase-entries-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.purchase-entries-list{display:flex;flex-direction:column;gap:1rem}.purchase-entry-card{background:var(--white);border:2px solid var(--border-color);border-radius:8px;padding:1rem 1.25rem;box-shadow:var(--shadow)}.purchase-entry-card.is-offer{background:#fef9c3;border-color:#eab308}.purchase-entry-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;align-items:center}.purchase-add-location-row{display:flex;gap:.5rem;margin-top:.5rem}@media (max-width: 768px){.purchase-main{padding:.75rem 0!important;margin-top:100px!important}.purchase-page{padding:0 .5rem!important}.purchase-header-row{margin-bottom:.75rem;gap:.5rem}.purchase-header-row h2{font-size:1.1rem}.purchase-header-row .checkout-btn{padding:.5rem 1rem;font-size:.9rem}.purchase-content{margin-bottom:.75rem}.purchase-barcode-row{font-size:.9rem;margin-bottom:.35rem}.purchase-add-form{padding:.75rem 1rem;margin-bottom:.75rem;border-width:1px}.purchase-form-title{margin-bottom:.5rem;font-size:1rem}.purchase-form-grid{grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:.5rem}.purchase-field label{margin-bottom:.25rem;font-size:.85rem}.purchase-field input,.purchase-field select{padding:.4rem .5rem!important;font-size:.9rem}.purchase-add-form .checkout-btn{padding:.5rem 1rem;font-size:.9rem}.purchase-add-form .purchase-field button[type=button]{padding:.4rem .75rem!important;font-size:.85rem}.purchase-add-form .purchase-field>div{padding:.4rem .5rem!important}.purchase-page .products-section{padding:.25rem 0!important}.purchase-page .products-section p{margin:.5rem 0;font-size:.9rem}.purchase-add-location-row{margin-top:.35rem;gap:.35rem}.purchase-add-location-row input{padding:.35rem .5rem!important}.purchase-add-location-row button{padding:.35rem .6rem!important;font-size:.85rem}.purchase-entries-header{margin-bottom:.5rem}.purchase-entries-header h4{font-size:.95rem}.purchase-entries-header .checkout-btn{padding:.4rem .75rem;font-size:.85rem}.purchase-entries-list{gap:.5rem}.purchase-entry-card{padding:.6rem .75rem;border-width:1px}.purchase-entry-grid{grid-template-columns:repeat(2,1fr);gap:.4rem;font-size:.85rem}.purchase-entry-grid span{font-size:.75rem}.purchase-entry-grid .purchase-entry-delete{grid-column:1 / -1;justify-self:start}}
