.header-title{font-size:14px;font-weight:700;margin-bottom:2px;color:#fff}.table-display{font-size:1.2em;font-weight:600;font-family:Barlow condensed;text-align:left;color:#fff}.category-btn.active{background:#363636;color:#fff;border-color:#fff}.product-card{border:2px solid #000;border-radius:10px;overflow:hidden;padding:15px;text-align:center;transition:all .3s ease;cursor:pointer;background:#000;color:#d59f06;display:flex;flex-direction:column;position:relative}.product-card:hover{border-color:#d59f06;transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.product-card:active{transform:scale(.98)}.product-image-container{width:100%;height:240px;margin-bottom:12px;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;background:#000}.product-image{width:100%;height:100%;object-fit:contain;border-radius:6px}.product-info{flex-grow:1;display:flex;flex-direction:column;justify-content:absolute;height:100%;min-height:60px}.product-name-en{font-weight:600;font-size:26px;font-family:Barlow condensed;line-height:1.2;margin-bottom:4px;color:#d59f06;overflow:hidden;flex-shrink:0}.product-name-ar{font-weight:600;font-size:24px;line-height:1.2;margin-bottom:4px;direction:rtl;font-family:"Noto Naskh Arabic",sans-serif;color:#d59f06;overflow:hidden;flex-shrink:0}.product-description-en{font-size:16px;font-family:Barlow condensed;line-height:1.05;margin-bottom:4px;color:#fff;overflow:hidden;flex-shrink:0;padding-bottom:4px}.product-description-ar{font-size:16px;line-height:1.05;margin-bottom:4px;direction:rtl;font-family:"Noto Naskh Arabic",sans-serif;color:#fff;overflow:hidden;flex-shrink:0;padding-bottom:4px}.product-price{color:#ffb600;font-weight:700;font-size:22px;flex-shrink:0}.product-allergens{display:flex;flex-wrap:wrap;gap:5px;margin-top:2px;justify-content:center}.allergen-icon{position:relative;display:inline-block;font-size:20px;cursor:help;transition:transform .2s ease;line-height:1}.allergen-icon:hover{transform:scale(1.2)}.allergen-icon::after{content:attr(title);position:absolute;bottom:100%;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.9);color:white;padding:6px 4px;border-radius:4px;font-size:12px;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .3s;z-index:1000;pointer-events:none}.allergen-icon::before{content:"";position:absolute;bottom:100%;left:50%;transform:translateX(-50%);border:5px solid transparent;border-top-color:rgba(0,0,0,.9);opacity:0;visibility:hidden;transition:opacity .3s;z-index:1000}.allergen-icon:hover::after,.allergen-icon:hover::before,.allergen-icon.active::after,.allergen-icon.active::before{opacity:1;visibility:visible;width:max-content}@media (max-width:768px){.product-allergens{gap:4px}.allergen-icon{font-size:14px}.allergen-icon::after{font-size:11px;white-space:normal;white-space:normal;width:120px;word-wrap:break-word}}.product-card[data-has-allergens=true]{border-color:#f59e0b;position:relative}.product-card[data-has-allergens=true]::before{content:"⚠️";position:absolute;top:8px;left:8px;font-size:16px;z-index:1}.add-indicator{position:absolute;top:10px;right:10px;width:30px;height:30px;background:#000;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2em;font-weight:700;opacity:0;transition:opacity .3s ease}.product-card:hover .add-indicator{opacity:1}.cart-item{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #e0e0e0}.cart-item:last-child{border-bottom:none}.cart-item-info{flex:1;min-width:0}.cart-item-name{font-weight:500;font-size:.9em;margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#000}.cart-item-price{color:#ffb600;font-size:.8em}.cart-item-controls{display:flex;align-items:center;gap:8px}.qty-btn{width:28px;height:28px;border:1px solid #ddd;background:#fff;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:1em;cursor:pointer;font-weight:700}.cart-item-qty{min-width:25px;text-align:center;font-weight:700;font-size:.9em}.cart-item-total{font-weight:700;color:#ffb600;min-width:50px;text-align:right;font-size:.9em}.success-modal.active{display:flex}.product-card.has-allergens{border:2px solid #f59e0b;position:relative}.allergen-badge{position:absolute;top:8px;left:8px;background:#f59e0b;color:white;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;z-index:2;box-shadow:0 2px 4px rgba(0,0,0,.2)}.card-allergen-section{margin-top:1px;padding:8px;background:rgba(245,158,11,.08);border-radius:6px;border:1px solid rgba(245,158,11,.2);flex-shrink:0}.allergen-label{font-size:10px;color:#92400e;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;display:flex;align-items:center;gap:4px}.allergen-label::before{content:"⚠️";font-size:10px}.allergen-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(24px,1fr));gap:6px;justify-items:center}.allergen-item{width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:16px;cursor:help;border-radius:4px;background:rgba(255,255,255,.9);border:1px solid rgba(0,0,0,.1);transition:all .2s ease;position:relative}.allergen-item:hover{transform:scale(1.2);box-shadow:0 3px 8px rgba(0,0,0,.15);z-index:10}.allergen-item::after{content:attr(data-allergen-name);position:absolute;bottom:100%;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.9);color:white;padding:6px 10px;border-radius:4px;font-size:11px;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .3s;z-index:1000;pointer-events:none;min-width:120px;text-align:center}.allergen-item::before{content:"";position:absolute;bottom:100%;left:50%;transform:translateX(-50%);border:4px solid transparent;border-top-color:rgba(0,0,0,.9);opacity:0;visibility:hidden;transition:opacity .3s;z-index:1001;margin-bottom:-8px}.allergen-item:hover::after,.allergen-item:hover::before{opacity:1;visibility:visible}@media (max-width:768px){.card-allergen-section{padding:6px}.allergen-grid{grid-template-columns:repeat(auto-fill,minmax(22px,1fr));gap:5px}.allergen-item{width:22px;height:22px;font-size:14px}.allergen-item::after{font-size:10px;min-width:100px;white-space:normal;word-break:break-word}}.product-card.has-customer-allergen-match{border:3px solid #dc2626!important;background:linear-gradient(to bottom,#fef2f2 0%,#000 40%)!important;position:relative}.product-card.has-customer-allergen-match::before{content:"⚠️ CUSTOMER ALLERGY";position:absolute;top:-12px;right:10px;background:#dc2626;color:white;padding:2px 8px;border-radius:10px;font-size:9px;font-weight:700;z-index:3;white-space:nowrap}#order-wrapper.rtl-mode .cart-item-controls{direction:ltr}