.Navbar-module__cJzEcG__inner{justify-content:space-between;align-items:center;gap:1rem;height:64px;display:flex}.Navbar-module__cJzEcG__brand{flex-shrink:0;align-items:center;gap:.625rem;text-decoration:none;display:flex}.Navbar-module__cJzEcG__brandIcon{font-size:1.75rem;line-height:1}.Navbar-module__cJzEcG__brandName{color:var(--color-primary);font-size:1.1rem;font-weight:800;line-height:1.1;display:block}.Navbar-module__cJzEcG__brandTagline{color:var(--color-text-muted);white-space:nowrap;font-size:.65rem;font-weight:500;display:block}.Navbar-module__cJzEcG__links{flex:1;justify-content:center;align-items:center;gap:.25rem;display:flex}@media (max-width:640px){.Navbar-module__cJzEcG__links{display:none}}.Navbar-module__cJzEcG__navLink{border-radius:var(--radius-full);color:var(--color-text-secondary);transition:all var(--transition-fast);white-space:nowrap;padding:.5rem .875rem;font-size:.9rem;font-weight:600}.Navbar-module__cJzEcG__navLink:hover{background:var(--color-primary-light);color:var(--color-primary)}.Navbar-module__cJzEcG__navLinkPhoto{background:var(--color-primary-light);color:var(--color-primary);font-weight:700;}.Navbar-module__cJzEcG__navLinkPhoto:hover{background:var(--color-primary);color:#fff}.Navbar-module__cJzEcG__cartBtn{background:var(--color-primary);color:#fff;border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-base);font-size:.9rem;font-weight:700;font-family:var(--font-arabic);border:none;flex-shrink:0;align-items:center;gap:.375rem;padding:.5rem 1rem;display:flex;position:relative;box-shadow:0 2px 8px #16a34a4d}.Navbar-module__cJzEcG__cartBtn:hover{background:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 4px 14px #16a34a66}.Navbar-module__cJzEcG__cartIcon{font-size:1.1rem}.Navbar-module__cJzEcG__cartLabel{font-size:.9rem}.Navbar-module__cJzEcG__cartBadge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:800;animation:.3s Navbar-module__cJzEcG__bounce;display:flex;position:absolute;top:-6px;left:-6px}@keyframes Navbar-module__cJzEcG__bounce{0%{transform:scale(.5)}70%{transform:scale(1.2)}to{transform:scale(1)}}
.CartDrawer-module__wN0dRW__header{border-bottom:1px solid var(--color-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 1.25rem 1rem;display:flex}.CartDrawer-module__wN0dRW__title{align-items:center;gap:.5rem;font-size:1.2rem;font-weight:800;display:flex}.CartDrawer-module__wN0dRW__count{background:var(--color-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;display:flex}.CartDrawer-module__wN0dRW__closeBtn{border-radius:var(--radius-md);background:var(--green-50);cursor:pointer;width:36px;height:36px;transition:background var(--transition-fast);border:none;justify-content:center;align-items:center;font-size:1rem;display:flex}.CartDrawer-module__wN0dRW__closeBtn:hover{background:var(--green-100)}.CartDrawer-module__wN0dRW__savingsBanner{background:linear-gradient(135deg, var(--green-600), var(--green-800));color:#fff;flex-shrink:0;align-items:center;gap:.75rem;padding:.875rem 1.25rem;display:flex}.CartDrawer-module__wN0dRW__savingsIcon{flex-shrink:0;font-size:1.5rem}.CartDrawer-module__wN0dRW__savingsMain{font-size:.95rem;font-weight:700}.CartDrawer-module__wN0dRW__savingsSub{opacity:.85;margin-top:.125rem;font-size:.75rem}.CartDrawer-module__wN0dRW__items{flex-direction:column;flex:1;gap:.75rem;padding:.75rem;display:flex;overflow-y:auto}.CartDrawer-module__wN0dRW__empty{height:100%;color:var(--color-text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 1rem;display:flex}.CartDrawer-module__wN0dRW__emptyIcon{font-size:3rem}.CartDrawer-module__wN0dRW__item{background:var(--green-50);border-radius:var(--radius-md);border:1px solid var(--color-border);align-items:center;gap:.75rem;padding:.75rem;display:flex}.CartDrawer-module__wN0dRW__itemImage{border-radius:var(--radius-sm);background:#fff;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex;position:relative;overflow:hidden}.CartDrawer-module__wN0dRW__img{object-fit:cover}.CartDrawer-module__wN0dRW__imgPlaceholder{font-size:1.75rem}.CartDrawer-module__wN0dRW__itemInfo{flex:1;min-width:0}.CartDrawer-module__wN0dRW__itemName{color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:600;overflow:hidden}.CartDrawer-module__wN0dRW__itemPrice{color:var(--color-primary);margin-top:.2rem;font-size:.9rem;font-weight:700}.CartDrawer-module__wN0dRW__itemSaving{color:var(--color-savings);font-size:.7rem;font-weight:600}.CartDrawer-module__wN0dRW__qtyControls{flex-shrink:0;align-items:center;gap:.375rem;display:flex}.CartDrawer-module__wN0dRW__qtyBtn{border-radius:var(--radius-sm);border:1px solid var(--color-border-strong);cursor:pointer;width:28px;height:28px;transition:all var(--transition-fast);background:#fff;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.CartDrawer-module__wN0dRW__qtyBtn:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.CartDrawer-module__wN0dRW__qty{text-align:center;min-width:20px;font-size:.95rem;font-weight:700}.CartDrawer-module__wN0dRW__removeBtn{cursor:pointer;border-radius:var(--radius-sm);transition:background var(--transition-fast);background:0 0;border:none;flex-shrink:0;padding:.25rem;font-size:1rem}.CartDrawer-module__wN0dRW__removeBtn:hover{background:#fee2e2}.CartDrawer-module__wN0dRW__upsell{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);flex-shrink:0;padding:.875rem 1.25rem}.CartDrawer-module__wN0dRW__upsellText{color:var(--color-text-secondary);text-align:center;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.CartDrawer-module__wN0dRW__progressBar{background:var(--green-100);border-radius:var(--radius-full);height:8px;overflow:hidden}.CartDrawer-module__wN0dRW__progressFill{background:linear-gradient(90deg, var(--green-400), var(--green-600));border-radius:var(--radius-full);height:100%;transition:width .5s}.CartDrawer-module__wN0dRW__footer{border-top:1px solid var(--color-border);background:#fff;flex-direction:column;flex-shrink:0;gap:.75rem;padding:1rem 1.25rem;display:flex}.CartDrawer-module__wN0dRW__totals{flex-direction:column;gap:.25rem;display:flex}.CartDrawer-module__wN0dRW__totalRow{justify-content:space-between;align-items:center;font-size:1.05rem;font-weight:600;display:flex}.CartDrawer-module__wN0dRW__totalAmount{color:var(--color-primary);font-size:1.2rem;font-weight:800}.CartDrawer-module__wN0dRW__shippingRow{font-size:.8rem}.CartDrawer-module__wN0dRW__freeShipping{color:var(--color-savings);font-weight:700}.CartDrawer-module__wN0dRW__shippingNote{color:var(--color-text-muted)}.CartDrawer-module__wN0dRW__continueBtn{color:var(--color-text-muted)!important;padding:.5rem!important;font-size:.875rem!important}
.ProductCard-module__t53O_a__card{flex-direction:column;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex}.ProductCard-module__t53O_a__card:hover{border-color:var(--green-300);transform:translateY(-4px);box-shadow:0 12px 32px #16a34a2e}.ProductCard-module__t53O_a__imageWrap{aspect-ratio:1;background:var(--green-50);display:block;position:relative;overflow:hidden}.ProductCard-module__t53O_a__image{object-fit:cover;transition:transform .35s}.ProductCard-module__t53O_a__card:hover .ProductCard-module__t53O_a__image{transform:scale(1.05)}.ProductCard-module__t53O_a__imagePlaceholder{background:var(--green-50);justify-content:center;align-items:center;width:100%;height:100%;font-size:3rem;display:flex}.ProductCard-module__t53O_a__savingsBadge{background:var(--color-primary);color:#fff;border-radius:var(--radius-full);padding:.25rem .5rem;font-size:.7rem;font-weight:800;animation:3s infinite ProductCard-module__t53O_a__pulse;position:absolute;top:.5rem;right:.5rem;box-shadow:0 2px 8px #16a34a66}@keyframes ProductCard-module__t53O_a__pulse{0%,to{box-shadow:0 2px 8px #16a34a66}50%{box-shadow:0 2px 16px #16a34ab3}}.ProductCard-module__t53O_a__body{flex-direction:column;flex:1;gap:.5rem;padding:.875rem;display:flex}.ProductCard-module__t53O_a__name{color:var(--color-text-primary);-webkit-line-clamp:2;transition:color var(--transition-fast);-webkit-box-orient:vertical;font-size:.95rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.ProductCard-module__t53O_a__name:hover{color:var(--color-primary)}.ProductCard-module__t53O_a__priceBlock{flex-direction:column;gap:.25rem;display:flex}.ProductCard-module__t53O_a__competitorRow{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.ProductCard-module__t53O_a__savingsText{color:var(--color-savings);background:var(--green-100);border-radius:var(--radius-full);padding:.1rem .4rem;font-size:.78rem;font-weight:700}.ProductCard-module__t53O_a__addBtn{margin-top:auto;transition:all var(--transition-base)!important;padding:.625rem 1rem!important;font-size:.9rem!important}.ProductCard-module__t53O_a__adding{background:var(--green-700)!important}
