/* ========= Pagination (x-pager) ========= */
.x-pager.is-ltr{ direction:ltr; }
.x-pager{
  margin:22px 0 0;
  display:flex;
  justify-content:center;
}
.x-pager__list{
  --primary:#e41d1d;      /* نفس الأحمر اللي بتستخدمه */
  --text:#0f172a;
  --muted:#6b7280;
  --ring:rgba(228,29,29,.18);
  --border:#e5e7eb;
  display:flex; gap:8px;
  align-items:center; justify-content:center;
  list-style:none; padding:0; margin:0;
  flex-wrap:wrap;
}
.x-pager__item{ list-style:none; }

.x-pager__item a,
.x-pager__item span{
  min-width:40px; height:40px; line-height:40px;
  padding:0 12px;
  display:inline-flex; align-items:center; justify-content:center;
  font-size:14px; font-weight:700;
  color:var(--text); text-decoration:none;
  background:#fff; border:1px solid var(--border);
  border-radius:10px;
  box-shadow:0 2px 10px rgba(0,0,0,.04);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease, background .18s ease;
}

/* الحالة الحالية */
.x-pager__item.is-active span,
.x-pager__item.is-active a{
  background:var(--primary);
  border-color:var(--primary);
  color:#fff;
  box-shadow:0 6px 18px var(--ring);
  cursor:default;
}

/* السابق/التالي */
.x-pager__item.is-prev a,
.x-pager__item.is-next a{
  font-weight:800;
}

/* تفاعل الهوفر والضغط */
.x-pager__item a:hover{
  transform:translateY(-2px);
  border-color:#d1d5db;
  box-shadow:0 10px 22px rgba(0,0,0,.08);
}
.x-pager__item a:active{
  transform:translateY(0);
}

/* أيقونة داخل السابق/التالي */
.x-pager__icon{
  font-size:16px; line-height:1; display:inline-block;
}

/* تحسين اللمس على الموبايل */
@media (max-width:480px){
  .x-pager__list{ gap:6px; }
  .x-pager__item a, .x-pager__item span{
    min-width:36px; height:36px; line-height:36px; border-radius:9px; font-size:13px;
  }
}

/* احترام تقليل الحركة */
@media (prefers-reduced-motion:reduce){
  .x-pager__item a{ transition:none; }
}









.tnp-subscription input.tnp-submit, .tnp-profile input.tnp-submit, .tnp-unsubscribe button.tnp-submit, .tnp-reactivate button.tnp-submit {
  background-color: #f00;
 
}





.woocommerce .woocommerce-result-count {
 
  display: none;
}



.woocommerce .woocommerce-ordering {
  display: none;
}


#sidebar {
  display: none !important;
}
.woocommerce .woocommerce-breadcrumb {

  display: none;
}














 header.site-header {
            width: 100%;
        }

        .header-inner {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }








/* ====== top bar ====== */

.topbar {
    background: #f5f5f5;
    overflow: hidden;
    font-size: 13px;
}

.topbar-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
}

.topbar-left {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}

.topbar-item {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.topbar-item img {
    width: 16px;
    height: 16px;
}

.topbar-right {
    display: flex;
    align-items: center;
    gap: 18px;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-icons a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.social-icons a.wa { background: #25D366; }
.social-icons a.fb { background: #3b5998; }
.social-icons a.in { background: #0077b5; }
.social-icons a.yt { background: #ff0000; }

.social-icons i {
    font-size: 16px;
    color: #ffffff;
}

/* الهاتف + ايميل فقط على الموبايل */
@media(max-width: 768px) {
    .topbar-item-email {
        display: none;
    }

    .topbar-row {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .topbar-left {
        flex: 1;
        justify-content: flex-start;
    }

    .topbar-right {
        flex: 1;
        justify-content: flex-end;
    }
}


