:root{--jeeb-primary:#25D366;--jeeb-primary-hover:#20bd5a;--jeeb-primary-light:rgba(37,211,102,0.08);--jeeb-dark:#1a1a2e;--jeeb-text:#374151;--jeeb-text-light:#6b7280;--jeeb-bg:#f8f9fb;--jeeb-card-bg:#ffffff;--jeeb-border:#e5e7eb;--jeeb-radius:16px;--jeeb-shadow:0 2px 16px rgba(0,0,0,0.06);--jeeb-shadow-hover:0 8px 30px rgba(0,0,0,0.12)}.jeeb-products-container{direction:rtl;max-width:1200px;margin:0 auto;padding:20px 0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Noto Sans Arabic',sans-serif;scroll-behavior:smooth}.jeeb-categories-filter{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px;padding:6px;background:var(--jeeb-card-bg);border-radius:14px;box-shadow:var(--jeeb-shadow);border:1px solid var(--jeeb-border);justify-content:center}.jeeb-cat-btn{padding:10px 22px;border:2px solid #fff0;border-radius:10px;background:#fff0;color:var(--jeeb-text-light);font-size:14px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:inherit;white-space:nowrap}.jeeb-cat-btn:hover{color:var(--jeeb-text);background:var(--jeeb-primary-light)}.jeeb-cat-btn.active{background:var(--jeeb-primary);color:#fff;border-color:var(--jeeb-primary);box-shadow:0 3px 12px rgb(37 211 102 / .3)}.jeeb-products-grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.jeeb-products-container[data-columns="2"] .jeeb-products-grid{grid-template-columns:repeat(2,1fr)}.jeeb-products-container[data-columns="4"] .jeeb-products-grid{grid-template-columns:repeat(4,1fr)}@media(max-width:960px){.jeeb-products-grid{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:600px){.jeeb-products-grid{grid-template-columns:1fr!important;gap:16px}}.jeeb-product-card{background:var(--jeeb-card-bg);border-radius:var(--jeeb-radius);overflow:hidden;box-shadow:var(--jeeb-shadow);border:1px solid var(--jeeb-border);transition:all .35s cubic-bezier(.4,0,.2,1);position:relative;animation:jeebCardIn .4s ease both}.jeeb-product-card:hover{transform:translateY(-6px);box-shadow:var(--jeeb-shadow-hover);border-color:var(--jeeb-primary)}@keyframes jeebCardIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.jeeb-product-card:nth-child(1){animation-delay:0s}.jeeb-product-card:nth-child(2){animation-delay:.05s}.jeeb-product-card:nth-child(3){animation-delay:.1s}.jeeb-product-card:nth-child(4){animation-delay:.15s}.jeeb-product-card:nth-child(5){animation-delay:.2s}.jeeb-product-card:nth-child(6){animation-delay:.25s}.jeeb-card-image-wrap{position:relative;width:100%;height:220px;overflow:hidden;background:#f3f4f6;cursor:pointer}.jeeb-card-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.jeeb-product-card:hover .jeeb-card-image-wrap img{transform:scale(1.08)}.jeeb-card-no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:50px;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.jeeb-product-badge{position:absolute;top:12px;right:12px;padding:5px 12px;border-radius:8px;font-size:12px;font-weight:700;backdrop-filter:blur(10px);z-index:2;letter-spacing:.3px}.jeeb-badge-featured{background:rgb(251 191 36 / .9);color:#78350f}.jeeb-badge-limited{background:rgb(239 68 68 / .9);color:#fff}.jeeb-badge-seasonal{background:rgb(16 185 129 / .9);color:#fff}.jeeb-badge-special{background:rgb(139 92 246 / .9);color:#fff}.jeeb-card-content{padding:18px 20px 20px}.jeeb-card-title{font-size:17px;font-weight:700;color:var(--jeeb-dark);margin:0 0 8px;line-height:1.4}.jeeb-card-desc{font-size:13.5px;color:var(--jeeb-text-light);line-height:1.7;margin:0 0 16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.jeeb-card-actions{display:flex;gap:10px;align-items:center}.jeeb-more-btn{flex:1;padding:10px 16px;background:#f3f4f6;color:var(--jeeb-text);border:none;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;transition:all .25s;font-family:inherit}.jeeb-more-btn:hover{background:#e5e7eb;color:var(--jeeb-dark)}.jeeb-whatsapp-btn-sm{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;background:var(--jeeb-primary);color:#fff!important;border:none;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;transition:all .25s;font-family:inherit;white-space:nowrap;text-decoration:none}.jeeb-whatsapp-btn-sm:hover{background:var(--jeeb-primary-hover);transform:translateY(-1px);box-shadow:0 4px 14px rgb(37 211 102 / .35)}.jeeb-whatsapp-btn-sm svg{flex-shrink:0}.jeeb-modal-overlay{position:fixed;inset:0;background:rgb(0 0 0 / .6);backdrop-filter:blur(6px);z-index:999999;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;transition:opacity .3s ease}.jeeb-modal-overlay.jeeb-modal-visible{opacity:1}.jeeb-modal{background:#fff;border-radius:20px;max-width:780px;width:100%;max-height:90vh;overflow:hidden;position:relative;box-shadow:0 25px 60px rgb(0 0 0 / .2);transform:scale(.92) translateY(20px);transition:transform .35s cubic-bezier(.4,0,.2,1);direction:rtl}.jeeb-modal-overlay.jeeb-modal-visible .jeeb-modal{transform:scale(1) translateY(0)}.jeeb-modal-close{position:absolute;top:14px;left:14px;width:40px;height:40px;border:none;background:rgb(255 255 255 / .9);backdrop-filter:blur(10px);border-radius:12px;font-size:22px;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;color:#374151;transition:all .2s;box-shadow:0 2px 8px rgb(0 0 0 / .1)}.jeeb-modal-close:hover{background:#f3f4f6;transform:rotate(90deg)}.jeeb-modal-body{display:flex;overflow-y:auto;max-height:90vh}@media(max-width:700px){.jeeb-modal-body{flex-direction:column}.jeeb-modal-image-wrap{max-height:250px!important;min-width:100%!important}}.jeeb-modal-image-wrap{min-width:340px;max-width:340px;background:#f3f4f6;position:relative;overflow:hidden}.jeeb-modal-image-wrap img{width:100%;height:100%;object-fit:cover;min-height:400px}@media(max-width:700px){.jeeb-modal-image-wrap img{min-height:200px}}.jeeb-modal-content{flex:1;padding:30px;overflow-y:auto}.jeeb-modal-content h2{font-size:22px;font-weight:800;color:var(--jeeb-dark);margin:0 0 14px;line-height:1.4}.jeeb-modal-desc{font-size:14.5px;color:var(--jeeb-text);line-height:1.8;margin-bottom:20px}.jeeb-modal-desc p{margin:0 0 10px}.jeeb-modal-features-wrap h3{font-size:16px;font-weight:700;color:var(--jeeb-dark);margin:0 0 12px}.jeeb-features-list{list-style:none;padding:0;margin:0 0 24px}.jeeb-features-list li{display:flex;align-items:center;gap:10px;padding:10px 14px;margin-bottom:6px;background:var(--jeeb-primary-light);border-radius:10px;font-size:14px;color:var(--jeeb-text);font-weight:500;transition:all .2s}.jeeb-features-list li:hover{background:rgb(37 211 102 / .12);transform:translateX(-4px)}.jeeb-features-list li::before{content:"\2713";display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--jeeb-primary);color:#fff;border-radius:50%;font-size:12px;font-weight:700;flex-shrink:0}.jeeb-whatsapp-btn-lg{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;background:var(--jeeb-primary);color:#fff!important;border:none;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:inherit;width:100%;justify-content:center;box-shadow:0 4px 16px rgb(37 211 102 / .3);text-decoration:none}.jeeb-whatsapp-btn-lg:hover{background:var(--jeeb-primary-hover);transform:translateY(-2px);box-shadow:0 6px 24px rgb(37 211 102 / .45)}.jeeb-whatsapp-btn-lg svg{flex-shrink:0}.jeeb-no-products{grid-column:1/-1;text-align:center;padding:60px 20px;color:var(--jeeb-text-light)}.jeeb-no-products p{font-size:16px}.jeeb-products-grid.jeeb-filtering{opacity:.3;pointer-events:none;transition:opacity .2s}@media print{.jeeb-modal-overlay,.jeeb-whatsapp-btn-sm,.jeeb-whatsapp-btn-lg,.jeeb-more-btn,.jeeb-categories-filter{display:none!important}}