:root{
  --nt-dark:#12455f;
  --nt-blue:#2b87c4;
  --nt-light:#eaf3f9;
  --nt-ink:#0e2a33;
  --nt-grad:linear-gradient(135deg,#12455f 0%,#3a9ad4 100%);
}
*{font-family:'Tajawal',system-ui,sans-serif}
body{background:#f6f9fb;color:#123241}
a{text-decoration:none}
.navbar-nt{background:#fff;box-shadow:0 2px 18px rgba(18,69,95,.08);z-index:1030}
.navbar-nt .nav-link{font-weight:600;color:#12455f;padding:.55rem .75rem}
.navbar-nt .nav-link:hover,.navbar-nt .nav-link.active{color:#2b87c4}

/* Simple category dropdown — aligned under parent */
.nt-dd{position:relative}
.nt-dd-toggle{
  display:inline-flex;align-items:center;gap:.35rem;
}
.nt-dd-toggle i{
  font-size:.65rem;opacity:.7;transition:transform .15s ease;
}
.nt-dd.open > .nt-dd-toggle i,
.nt-dd:hover > .nt-dd-toggle i{transform:rotate(180deg)}
.nt-dd-menu{
  display:none;list-style:none;margin:0;padding:.4rem 0;
  background:#fff;border:1px solid #dde8ef;border-radius:8px;
  box-shadow:0 8px 24px rgba(18,69,95,.12);min-width:180px;z-index:1040;
}
.nt-dd-menu a{
  display:block;padding:.55rem 1rem;font-weight:600;font-size:.9rem;color:#12455f;
}
.nt-dd-menu a:hover,
.nt-dd-menu a.is-current{background:#eaf3f9;color:#2b87c4}
.nt-dd-all{border-top:1px solid #e8f0f5;margin-top:.25rem;padding-top:.15rem}
.nt-dd-all a{font-weight:700;color:#2b87c4}

@media (min-width:992px){
  .nt-dd-menu{
    position:absolute;top:100%;inset-inline-start:0;margin-top:2px;
  }
  .nt-dd:hover > .nt-dd-menu,
  .nt-dd.open > .nt-dd-menu{display:block}
}

@media (max-width:991.98px){
  .nt-dd{width:100%}
  .nt-dd-toggle{
    width:100%;justify-content:space-between;
    padding:.7rem 0 !important;border-bottom:1px solid #eef3f6;
  }
  .nt-dd.open > .nt-dd-menu{
    display:block;position:static;margin:.25rem 0 .6rem;
    box-shadow:none;border-radius:8px;
  }
}
.logo-img{height:48px}
.btn-nt{background:var(--nt-grad);color:#fff;border:none;font-weight:700}
.btn-nt:hover{filter:brightness(1.08);color:#fff}
.btn-out-nt{border:2px solid #2b87c4;color:#12455f;font-weight:700;background:transparent}
.btn-out-nt:hover{background:#2b87c4;color:#fff}
.hero{background:var(--nt-grad);color:#fff;border-radius:0 0 40px 40px;overflow:hidden;position:relative}
.hero::after{content:"";position:absolute;inset:auto -10% -60% -10%;height:220px;background:rgba(255,255,255,.08);border-radius:50%}
.hero h1{font-weight:800;line-height:1.4}
.badge-nt{background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.35)}
.feature-card{background:#fff;border-radius:18px;padding:24px;height:100%;box-shadow:0 6px 24px rgba(18,69,95,.06);transition:.25s}
.feature-card:hover{transform:translateY(-6px)}
.feature-card i{font-size:28px;color:#2b87c4}
.cat-card{border-radius:20px;overflow:hidden;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--nt-grad);color:#fff;padding:34px 20px;text-align:center;font-weight:700;transition:.25s;min-height:180px}
.cat-card:hover{transform:translateY(-6px);color:#fff}
.cat-card i{font-size:34px;display:block;margin-bottom:10px}
.cat-card--photo{padding:0;justify-content:flex-end}
.cat-card-media{display:block;width:100%;height:130px;overflow:hidden}
.cat-card-media img{width:100%;height:100%;object-fit:cover;display:block}
.cat-card-label{display:block;padding:16px 14px;width:100%;background:linear-gradient(180deg,rgba(18,69,95,.15),rgba(18,69,95,.55));font-size:1.05rem}
.cat-card--photo .cat-card-label{background:var(--nt-grad);padding:14px}
.product-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 6px 24px rgba(18,69,95,.07);transition:.25s;height:100%;display:flex;flex-direction:column}
.product-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(18,69,95,.14)}
.product-thumb{
  position:relative;width:100%;aspect-ratio:1/1;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(180deg,#f8fbfd 0%,#eaf3f9 100%);
  overflow:hidden;flex-shrink:0;
}
.product-thumb img{width:100%;height:100%;object-fit:cover;object-position:center;padding:0;transition:transform .35s ease}
.product-card:hover .product-thumb img{transform:scale(1.06)}
.product-body{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}
.product-body h6{
  font-size:.95rem;line-height:1.45;margin:0;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.7em;
}
.product-card .btn{min-height:42px;font-size:.9rem}
.price{color:#12455f;font-weight:800;font-size:1.15rem}
.old-price{color:#94a7b1;text-decoration:line-through;font-size:.9rem;margin-inline-start:6px}
.tag{background:var(--nt-light);color:#12455f;border-radius:30px;padding:2px 10px;font-size:.75rem;font-weight:700}
.discount{position:absolute;top:12px;inset-inline-start:12px;z-index:2;background:#e63946;color:#fff;border-radius:30px;padding:3px 10px;font-size:.75rem;font-weight:700}

/* Unified product grid — same card size on home, shop, product, wishlist */
.nt-product-grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1rem;
  margin:0 !important;
  --bs-gutter-x:0;
  --bs-gutter-y:0;
}
.nt-product-grid > .nt-card-wrap{
  width:100%;max-width:none;padding:0;flex:none;
  height:100%;display:flex;
}
.nt-product-grid > .nt-card-wrap > .product-card{width:100%;flex:1}
@media (min-width:768px){
  .nt-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem}
}
@media (min-width:992px){
  .nt-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}
}
/* Shop has a sidebar: 3 cards/row keeps card size close to homepage */
.shop-products .nt-product-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
@media (min-width:768px){
  .shop-products .nt-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (min-width:992px){
  .shop-products .nt-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
.section-title{font-weight:800;color:#12455f;position:relative;padding-bottom:10px}
.section-title::after{content:"";position:absolute;bottom:0;inset-inline-start:0;width:60px;height:4px;border-radius:4px;background:var(--nt-grad)}
.filter-box{background:#fff;border-radius:18px;padding:20px;box-shadow:0 6px 24px rgba(18,69,95,.06)}
footer{background:#0f3a50;color:#cfe1ec}
footer a{color:#cfe1ec}
footer a:hover{color:#fff}
.nt-footer-bottom{margin-top:1rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}
.nt-footer-copy{font-size:.82rem;color:#9eb8c8}
.nt-footer-dev{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.4rem;font-size:.78rem;color:#7a9aad}
.nt-footer-dev-link{display:inline-flex;align-items:center;gap:.35rem;color:#b8d4e8;font-weight:600;letter-spacing:.01em;transition:color .2s ease}
.nt-footer-dev-link:hover{color:#fff}
.nt-footer-dev-link i{font-size:.9rem;opacity:.9}
.cart-badge {
  position: absolute; top: -6px; inset-inline-end: -8px;
  background: #e63946; color: #fff; font-size: .7rem; border-radius: 50%;
  padding: 1px 6px; min-width: 18px; text-align: center;
}
.cart-badge:empty,
.cart-count:empty { display: none; }
.rating{color:#f4a72c;font-size:.85rem}
.whats-float{position:fixed;bottom:22px;inset-inline-start:22px;background:#25d366;color:#fff;width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:26px;z-index:99;box-shadow:0 8px 20px rgba(0,0,0,.2)}
.whats-float:hover{color:#fff;filter:brightness(1.05)}
