/* ===================================================================
   آسان نصب پردیس — صفحات سیستمی (سبد، جستجو، دسته، مقایسه، تماس، خطا)
=================================================================== */

/* دکمه‌های عمومی */
.theme-pardis .pardis-btn,
.theme-pardis .btn-primary {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 24px; border-radius: 8px; border: none;
  background: var(--pardis-red, #D62828); color: #fff;
  font-weight: 700; font-size: .92rem; cursor: pointer;
  transition: background .2s, transform .2s;
}
.theme-pardis .pardis-btn:hover,
.theme-pardis .btn-primary:hover { background: var(--pardis-red-dark, #B91C1C); transform: translateY(-1px); }
.theme-pardis .btn-outline {
  display: inline-flex; padding: 12px 24px; border-radius: 8px;
  border: 1.5px solid var(--pardis-red); color: var(--pardis-red);
  font-weight: 700; background: transparent;
}
.theme-pardis .cta-btn.cta-primary,
.theme-pardis .cta-btn.cta-secondary {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 22px; border-radius: 8px; font-weight: 700; font-size: .9rem;
}
.theme-pardis .cta-btn.cta-primary { background: var(--pardis-red); color: #fff; }
.theme-pardis .cta-btn.cta-secondary { background: var(--bg-soft); color: var(--ink); border: 1px solid var(--border); }

.theme-pardis .form-msg.error,
.theme-pardis .form-message.error {
  background: #FEE2E2; color: #B91C1C; border: 1px solid #FECACA;
  padding: 12px 16px; border-radius: 8px; font-size: .88rem;
}
.theme-pardis .form-msg.success,
.theme-pardis .form-message.success {
  background: #DCFCE7; color: #166534; border: 1px solid #BBF7D0;
  padding: 12px 16px; border-radius: 8px;
}

/* ===================== خطا ===================== */
.theme-pardis .error-page {
  text-align: center; padding: 72px 20px 96px;
  max-width: 560px; margin: 0 auto;
}
.theme-pardis .error-page__code {
  font-size: clamp(4rem, 12vw, 6rem); font-weight: 900;
  color: var(--pardis-red); margin: 0 0 12px; line-height: 1;
}
.theme-pardis .error-page h2 { margin-bottom: 10px; }
.theme-pardis .error-page p { color: var(--ink-soft); margin-bottom: 24px; }

/* ===================== لیست محصولات / دسته ===================== */
.theme-pardis .children-section {
  margin: 32px 0 0; padding: 36px 0 48px;
  background: var(--bg-soft, #F8FAFC);
  width: 100vw; max-width: 100vw;
  margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw);
}
.theme-pardis .children-section--top { margin-top: 16px; padding: 24px 0 32px; }
.theme-pardis .children-section__wrap {
  max-width: var(--container, 1240px); margin: 0 auto; padding: 0 20px;
}
.theme-pardis .shop-layout {
  display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 24px; align-items: start;
}
.theme-pardis .products-catalog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 248px;
  grid-template-areas: "main sidebar";
  gap: 32px;
  align-items: start;
  direction: ltr;
}
.theme-pardis .products-catalog-main {
  grid-area: main;
  min-width: 0;
  direction: rtl;
}
.theme-pardis .products-catalog-sidebar {
  grid-area: sidebar;
  position: sticky;
  top: calc(var(--pardis-header-h, 154px) + 16px);
  width: 248px;
  max-width: 248px;
  min-width: 0;
  direction: rtl;
}
.theme-pardis .products-catalog-sidebar__panel {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(15, 23, 42, .06);
}
.theme-pardis .products-catalog-sidebar__title {
  font-size: .86rem;
  font-weight: 800;
  margin: 0;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--bg-soft, #F8FAFC);
  border-bottom: 1px solid var(--border);
  color: var(--ink);
}
.theme-pardis .products-catalog-sidebar__title i {
  color: var(--pardis-red);
  font-size: .9rem;
}
.theme-pardis .products-catalog-sidebar__nav,
.theme-pardis .products-catalog-sidebar__list {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  max-height: min(70vh, 600px);
  overflow-y: auto;
  overflow-x: hidden;
}
.theme-pardis .products-catalog-sidebar__list li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #EEF2F7;
}
.theme-pardis .products-catalog-sidebar__list li:last-child {
  border-bottom: none;
}
.theme-pardis .products-catalog-sidebar a.products-catalog-sidebar__link,
.theme-pardis .products-catalog-sidebar__link {
  display: block;
  padding: 12px 16px;
  font-size: .83rem;
  font-weight: 600;
  line-height: 1.65;
  color: var(--ink);
  text-decoration: none;
  transition: background .15s, color .15s;
  white-space: normal;
  word-break: break-word;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  margin: 0;
  min-height: 0;
}
.theme-pardis .products-catalog-sidebar a.products-catalog-sidebar__link:hover {
  background: var(--bg-soft, #F8FAFC);
  color: var(--pardis-red);
}
.theme-pardis .products-catalog-sidebar a.products-catalog-sidebar__link.is-active {
  background: var(--pardis-red-soft);
  color: var(--pardis-red);
  font-weight: 700;
  box-shadow: inset 3px 0 0 var(--pardis-red);
}
.theme-pardis .catalog-mobile-cats {
  display: none;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
  margin-bottom: 16px;
  scrollbar-width: none;
}
.theme-pardis .catalog-mobile-cats::-webkit-scrollbar { display: none; }
.theme-pardis .catalog-cat-pill {
  flex: 0 0 auto;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  font-size: .8rem;
  font-weight: 600;
  white-space: nowrap;
  color: var(--ink);
}
.theme-pardis .catalog-cat-pill.is-active,
.theme-pardis .catalog-cat-pill:hover {
  background: var(--pardis-red);
  border-color: var(--pardis-red);
  color: #fff;
}
.theme-pardis .catalog-sidebar-overlay {
  position: fixed;
  inset: 0;
  z-index: calc(var(--z-header, 500) + 50);
}
.theme-pardis .catalog-mobile-bar { display: none; }
.theme-pardis .shop-sidebar { position: sticky; top: 160px; }
.theme-pardis .shop-mobile-bar { display: none; }
.theme-pardis .shop-mobile-filter-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 16px; border-radius: 8px;
  border: 1px solid var(--border); background: #fff;
  font-family: inherit; font-size: .88rem; font-weight: 600; cursor: pointer;
  box-shadow: var(--shadow-sm);
}
.theme-pardis .shop-mobile-filter-btn__badge {
  min-width: 18px; height: 18px; padding: 0 5px; border-radius: 999px;
  background: var(--pardis-red); color: #fff; font-size: .68rem; font-weight: 800;
  display: inline-flex; align-items: center; justify-content: center;
}
.theme-pardis .shop-mobile-results { font-size: .82rem; color: var(--ink-soft); }
.theme-pardis .shop-empty-msg { text-align: center; color: var(--ink-soft); padding: 24px; }

.theme-pardis .children-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr));
  gap: clamp(14px, 1.8vw, 20px);
  align-items: stretch;
  width: 100%;
}
.theme-pardis .children-grid--catalog,
.theme-pardis .children-grid--shop {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 210px), 1fr));
}
.theme-pardis .child-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg, 14px);
  overflow: hidden; display: flex; flex-direction: column;
  height: 100%;
  width: 100%;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.theme-pardis .child-card:hover {
  border-color: var(--pardis-red-soft, #FEE2E2);
  box-shadow: var(--shadow-md); transform: translateY(-3px);
}
.theme-pardis .child-card-media {
  position: relative; height: 176px; background: var(--bg-muted, #F1F5F9);
  display: flex; align-items: center; justify-content: center; padding: 12px;
  border-bottom: 1px solid var(--border);
  flex-shrink: 0;
}
.theme-pardis .child-card-media img { max-width: 100%; max-height: 100%; object-fit: contain; }
.theme-pardis .child-card-body {
  padding: 12px 14px 14px;
  flex: 1 1 auto;
  display: flex; flex-direction: column; gap: 6px;
  min-height: 0;
}
.theme-pardis .child-card-title {
  font-size: .88rem; font-weight: 700; line-height: 1.45; margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: calc(0.88rem * 1.45 * 3);
}
.theme-pardis .child-card-title a {
  display: block;
}
.theme-pardis .child-card-title a:hover { color: var(--pardis-red); }
.theme-pardis .child-card-meta {
  flex-shrink: 0;
  margin-top: auto;
  padding-top: 4px;
}
.theme-pardis .child-card-price { font-size: .92rem; font-weight: 800; color: var(--pardis-red); text-align: center; margin: 0; }
.theme-pardis .child-card-actions {
  display: flex; flex-direction: column; gap: 8px;
  margin-top: auto;
  padding-top: 8px;
}
.theme-pardis .child-card-btn {
  width: 100%; min-width: 0;
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 9px 12px; border-radius: 8px; font-size: .82rem; font-weight: 600; border: 1px solid var(--border);
  background: #fff; transition: background .15s, color .15s, border-color .15s;
  flex: none;
}
.theme-pardis .child-card-btn--buy { background: var(--pardis-red); color: #fff; border-color: var(--pardis-red); }
.theme-pardis .child-card-btn--buy:hover { background: var(--pardis-red-dark); color: #fff; }
.theme-pardis .child-card-btn--info:hover { border-color: var(--pardis-red); color: var(--pardis-red); }
.theme-pardis .child-card-btn--compare.is-active { background: var(--pardis-red-soft); border-color: var(--pardis-red); color: var(--pardis-red); }
.theme-pardis .child-card-excerpt { font-size: .82rem; color: var(--ink-soft); line-height: 1.6; margin: 0; }

.theme-pardis .stock-badge {
  position: absolute; top: 10px; right: 10px; z-index: 2;
  display: inline-flex; align-items: center; gap: 4px;
  font-size: .68rem; font-weight: 700; padding: 4px 9px; border-radius: 999px;
}
.theme-pardis .stock-badge--in { background: #DCFCE7; color: #166534; border: 1px solid #BBF7D0; }
.theme-pardis .stock-badge--out { background: #FEE2E2; color: #B91C1C; border: 1px solid #FECACA; }

/* فیلتر فروشگاه */
.theme-pardis .plist-filters--sidebar {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg, 14px);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.theme-pardis .plist-filters__sidebar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
  background: var(--bg-soft, #F8FAFC);
}

.theme-pardis .plist-filters__sidebar-title {
  margin: 0;
  font-size: .95rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
}

.theme-pardis .plist-filters__sidebar-title i {
  color: var(--pardis-red);
  font-size: .9rem;
}

.theme-pardis .plist-filters__close {
  width: 36px;
  height: 36px;
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  color: var(--ink-soft);
  flex-shrink: 0;
}

.theme-pardis .plist-filters__head--mobile {
  display: none;
}

.theme-pardis .plist-filters__panel {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.theme-pardis .plist-filters__panel[hidden] {
  display: none !important;
}

.theme-pardis .plist-filters__group {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.theme-pardis .plist-filters__group + .plist-filters__group {
  margin-top: 0;
  padding-top: 18px;
  border-top: 1px solid var(--border);
}

.theme-pardis .plist-filters__label {
  font-size: .8rem;
  font-weight: 700;
  color: var(--ink-soft);
  margin: 0 0 10px;
  padding: 0;
  display: block;
  width: 100%;
}

.theme-pardis .plist-filters__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.theme-pardis .plist-filters__pill {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--bg-soft, #F8FAFC);
  font-family: inherit;
  font-size: .8rem;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  transition: background .15s, border-color .15s, color .15s;
}

.theme-pardis .plist-filters__pill:hover {
  border-color: var(--pardis-red-soft);
  color: var(--pardis-red);
}

.theme-pardis .plist-filters__pill.is-active {
  background: var(--pardis-red);
  color: #fff;
  border-color: var(--pardis-red);
}

.theme-pardis .plist-filters__select {
  width: 100%;
  max-width: 100%;
  padding: 10px 36px 10px 12px;
  border: 1px solid var(--border);
  border-radius: 10px;
  font-family: inherit;
  font-size: .84rem;
  font-weight: 500;
  color: var(--ink);
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2364748B' d='M6 8 0 0h12z'/%3E%3C/svg%3E") no-repeat left 12px center;
  appearance: none;
  cursor: pointer;
}

.theme-pardis .plist-filters__select:focus {
  outline: none;
  border-color: var(--pardis-blue, #3B82C4);
  box-shadow: 0 0 0 3px rgba(59, 130, 196, .15);
}

.theme-pardis .plist-filters__sidebar-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 16px;
  margin-top: 4px;
  border-top: 1px solid var(--border);
}

.theme-pardis .plist-filters__reset,
.theme-pardis .plist-filters__apply {
  padding: 10px 14px;
  border-radius: 10px;
  font-family: inherit;
  font-size: .84rem;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--ink);
  transition: background .15s, border-color .15s, color .15s;
}

.theme-pardis .plist-filters__reset:hover {
  border-color: var(--pardis-red-soft);
  color: var(--pardis-red);
}

.theme-pardis .plist-filters__reset--block {
  width: 100%;
  text-align: center;
  background: var(--bg-soft, #F8FAFC);
}

.theme-pardis .plist-filters__apply {
  display: none;
  width: 100%;
  justify-content: center;
  background: var(--pardis-red);
  color: #fff;
  border-color: var(--pardis-red);
}

.theme-pardis .plist-filters__apply:hover {
  background: var(--pardis-red-dark, #B91C1C);
  border-color: var(--pardis-red-dark, #B91C1C);
}

.theme-pardis .child-card.is-filter-hidden {
  display: none !important;
}

/* ===================== جستجو ===================== */
.theme-pardis .search-page { padding: 32px 0 56px; }
.theme-pardis .search-page .page-h1 { margin-bottom: 20px; }
.theme-pardis .search-hero { margin-bottom: 28px; }
.theme-pardis .search-page .search-input-wrapper {
  display: flex; align-items: center; border: 2px solid var(--border); border-radius: 10px; overflow: hidden;
  max-width: 640px; box-shadow: var(--shadow-sm);
}
.theme-pardis .search-input-wrapper__icon { color: var(--ink-soft); padding: 0 12px; flex-shrink: 0; }
.theme-pardis .search-page .search-input-wrapper:focus-within {
  border-color: var(--pardis-blue); box-shadow: 0 0 0 3px rgba(59,130,196,.12);
}
.theme-pardis .search-page .search-input-wrapper input {
  flex: 1; border: none; padding: 14px 16px; font-family: inherit; font-size: .92rem; outline: none;
}
.theme-pardis .search-page .search-input-wrapper button {
  background: var(--pardis-blue); color: #fff; border: none; padding: 14px 20px; cursor: pointer;
}
.theme-pardis .search-results-header { margin-bottom: 24px; font-size: .88rem; color: var(--ink-soft); }
.theme-pardis .search-did-you-mean a { color: var(--pardis-red); font-weight: 700; }
.theme-pardis .search-results-section__title {
  font-size: 1.05rem; font-weight: 800; margin-bottom: 18px;
  padding-bottom: 10px; border-bottom: 2px solid var(--pardis-red);
}
.theme-pardis .search-result-item {
  display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--border);
}
.theme-pardis .search-result-title { font-size: 1rem; font-weight: 700; margin-bottom: 6px; }
.theme-pardis .search-result-title a:hover { color: var(--pardis-red); }
.theme-pardis .search-result-excerpt { font-size: .84rem; color: var(--ink-soft); line-height: 1.65; }
.theme-pardis .search-result-img img { width: 110px; height: 74px; object-fit: cover; border-radius: 8px; border: 1px solid var(--border); }
.theme-pardis .search-result-item mark { background: #FEF08A; padding: 0 2px; border-radius: 2px; }

/* ===================== سبد خرید / سفارش ===================== */
.theme-pardis .cart-page { padding: 24px 0 56px; }
.theme-pardis .cart-page--empty { padding: 32px 0 72px; }
.theme-pardis .cart-page--empty .container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
}
.theme-pardis .cart-empty-card {
  width: 100%;
  max-width: 440px;
  text-align: center;
  padding: 48px 28px 40px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.theme-pardis .cart-empty-card__icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: var(--bg-muted);
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
}
.theme-pardis .cart-empty-card__title {
  margin: 0 0 10px;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--ink);
}
.theme-pardis .cart-empty-card__text {
  margin: 0 0 24px;
  font-size: .9rem;
  line-height: 1.75;
  color: var(--ink-soft);
}
.theme-pardis .cart-empty-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 220px;
  margin-top: 0;
}
.theme-pardis .cart-empty-card__btn--secondary {
  margin-top: 10px;
  min-width: 200px;
  font-size: .88rem;
}
.theme-pardis .cart-page--empty .breadcrumb--compact {
  margin-bottom: 8px;
}
.theme-pardis .cart-page--empty .breadcrumb--compact ol {
  justify-content: center;
}
.theme-pardis .cart-empty-card__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.theme-pardis .cart-page__title { margin: 0 0 24px; font-size: 1.5rem; border-bottom: 2px solid var(--pardis-red); padding-bottom: 12px; display: inline-block; }
.theme-pardis .cart-empty { text-align: center; padding: 48px 20px; }
.theme-pardis .cart-empty i { font-size: 3rem; color: var(--ink-soft); margin-bottom: 16px; display: block; }
.theme-pardis .cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 24px; align-items: start; }
.theme-pardis .cart-item {
  display: grid; grid-template-columns: 90px 1fr auto; gap: 16px; align-items: center;
  padding: 16px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
  margin-bottom: 12px;
}
.theme-pardis .cart-item__img img { width: 90px; height: 80px; object-fit: contain; border-radius: 8px; background: var(--bg-muted); }
.theme-pardis .cart-item__title { font-size: .92rem; margin: 0 0 6px; }
.theme-pardis .cart-item__price { color: var(--pardis-red); font-weight: 800; }
.theme-pardis .cart-item__options {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin: 4px 0 8px;
  font-size: .82rem;
  color: var(--text-secondary, #64748b);
}
.theme-pardis .cart-item__option-label { font-weight: 700; color: var(--text-muted, #94a3b8); }
.theme-pardis .order-invoice__item-options {
  margin-top: 4px;
  font-size: .85rem;
  color: var(--text-secondary, #64748b);
  font-weight: 400;
}
.theme-pardis .cart-item__qty { display: flex; align-items: center; gap: 8px; margin-top: 8px; }
.theme-pardis .cart-qty-btn {
  width: 32px; height: 32px; border-radius: 6px; border: 1px solid var(--border); background: #fff; cursor: pointer;
}
.theme-pardis .cart-qty-input { width: 48px; text-align: center; border: 1px solid var(--border); border-radius: 6px; padding: 6px; }
.theme-pardis .cart-item__remove { border: none; background: none; color: var(--pardis-red); cursor: pointer; font-size: 1.1rem; }
.theme-pardis .cart-summary {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 20px; position: sticky; top: 160px;
}
.theme-pardis .cart-summary__title { font-size: 1rem; margin-bottom: 14px; }
.theme-pardis .cart-summary__row { display: flex; justify-content: space-between; margin-bottom: 16px; font-weight: 700; }
.theme-pardis .cart-summary__note { font-size: .82rem; color: var(--ink-soft); line-height: 1.7; margin-bottom: 14px; }
.theme-pardis .cart-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 18px; border-radius: 8px; font-weight: 700; font-size: .88rem; border: none; cursor: pointer;
}
.theme-pardis .cart-btn--block { width: 100%; margin-bottom: 10px; }
.theme-pardis .cart-btn--primary { background: var(--pardis-red); color: #fff; }
.theme-pardis .cart-btn--whatsapp { background: #25D366; color: #fff; }
.theme-pardis .cart-btn--ghost { background: var(--bg-muted); color: var(--ink); }
.theme-pardis .cart-input {
  width: 100%; padding: 10px 12px; border: 1px solid var(--border);
  border-radius: 8px; font-family: inherit; font-size: .88rem;
}
.theme-pardis .cart-input:focus { outline: none; border-color: var(--pardis-blue); }
.theme-pardis .cart-checkout-form .form-group { margin-bottom: 12px; }
.theme-pardis .cart-checkout-form label { display: block; font-size: .82rem; font-weight: 600; margin-bottom: 6px; }

.theme-pardis .order-thanks__box { max-width: 520px; margin: 0 auto; text-align: center; padding: 40px 20px; }
.theme-pardis .order-thanks__icon { font-size: 3.5rem; color: var(--pardis-green); margin-bottom: 16px; }
.theme-pardis .order-thanks__actions { display: flex; flex-direction: column; gap: 10px; max-width: 320px; margin: 0 auto; }

.theme-pardis .order-invoice__paper {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 28px; box-shadow: var(--shadow-sm);
}
.theme-pardis .order-invoice__head {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px;
  margin-bottom: 24px; border-bottom: 2px solid var(--pardis-red); padding-bottom: 16px;
}
.theme-pardis .order-invoice__num { color: var(--pardis-red); font-weight: 800; }
.theme-pardis .order-invoice__parties { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 24px; }
.theme-pardis .order-invoice__table { width: 100%; border-collapse: collapse; font-size: .88rem; }
.theme-pardis .order-invoice__table th,
.theme-pardis .order-invoice__table td { border: 1px solid var(--border); padding: 10px 12px; text-align: right; }
.theme-pardis .order-invoice__table th { background: var(--bg-soft); }
.theme-pardis .order-invoice__table tfoot td { font-weight: 800; background: var(--pardis-red-soft); }

/* ===================== مقایسه ===================== */
.theme-pardis .compare-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 55;
  background: var(--ink); color: #fff; padding: 12px 0;
  box-shadow: 0 -8px 24px rgba(0,0,0,.2);
  transform: translateY(100%); transition: transform .25s;
}
.theme-pardis .compare-bar:not([hidden]) { transform: translateY(0); }
.theme-pardis .compare-bar__inner { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.theme-pardis .compare-bar__icon { font-size: 1.2rem; color: var(--pardis-red-soft); }
.theme-pardis .compare-bar__thumbs { display: flex; gap: 8px; flex: 1; overflow-x: auto; }
.theme-pardis .compare-bar__chip {
  display: flex; align-items: center; gap: 6px; background: rgba(255,255,255,.1);
  border-radius: 8px; padding: 4px 8px; font-size: .78rem;
}
.theme-pardis .compare-bar__chip img { width: 36px; height: 36px; object-fit: contain; border-radius: 4px; }
.theme-pardis .compare-bar__clear { background: transparent; border: 1px solid rgba(255,255,255,.3); color: #fff; padding: 8px 14px; border-radius: 6px; cursor: pointer; }
.theme-pardis .compare-bar__go {
  background: var(--pardis-red); color: #fff; padding: 8px 16px; border-radius: 6px; font-weight: 700;
}
.theme-pardis .compare-bar__go.is-disabled { opacity: .45; pointer-events: none; }

.theme-pardis .compare-page { padding: 24px 0 80px; }
.theme-pardis .compare-page__title { margin: 0 0 6px; }
.theme-pardis .compare-page__empty { text-align: center; padding: 48px 20px; }
.theme-pardis .compare-page__empty-icon { font-size: 3rem; color: var(--ink-soft); margin-bottom: 16px; }
.theme-pardis .compare-page__home-btn { display: inline-flex; padding: 12px 24px; background: var(--pardis-red); color: #fff; border-radius: 8px; font-weight: 700; }
.theme-pardis .compare-table-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: var(--radius-lg); }
.theme-pardis .compare-table { width: 100%; border-collapse: collapse; font-size: .86rem; }
.theme-pardis .compare-table th,
.theme-pardis .compare-table td { border: 1px solid var(--border); padding: 12px; vertical-align: top; }
.theme-pardis .compare-table__label { background: var(--bg-soft); font-weight: 700; white-space: nowrap; }
.theme-pardis .compare-product-head__img img { width: 100px; height: 100px; object-fit: contain; }
.theme-pardis .compare-product-head__price { color: var(--pardis-red); font-weight: 800; }
.theme-pardis .compare-table__cell--diff { background: #FEF9C3; }

/* مودال سبد */
.theme-pardis .cart-modal[hidden] { display: none !important; }
.theme-pardis .cart-modal {
  position: fixed; inset: 0; z-index: var(--z-modal, 700); display: flex; align-items: center; justify-content: center; padding: 20px;
}
.theme-pardis .cart-modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.45); }
.theme-pardis .cart-modal__dialog {
  position: relative; background: #fff; border-radius: var(--radius-lg); padding: 28px;
  max-width: 400px; width: 100%; text-align: center; box-shadow: var(--shadow-md);
}
.theme-pardis .cart-modal__icon { font-size: 2.5rem; color: var(--pardis-green); margin-bottom: 12px; }
.theme-pardis .cart-modal__btn {
  display: block; width: 100%; padding: 12px; border-radius: 8px; font-weight: 700; margin-top: 8px; text-align: center;
}
.theme-pardis .cart-modal__btn--primary { background: var(--pardis-red); color: #fff; }
.theme-pardis .cart-modal__btn--ghost { background: var(--bg-muted); color: var(--ink); }

/* ===================== کامنت‌ها ===================== */
.theme-pardis .comments-wrapper { margin-top: 8px; }
.theme-pardis .comments-title { display: flex; align-items: center; gap: 10px; font-size: 1.1rem; font-weight: 800; margin-bottom: 20px; }
.theme-pardis .comments-title-icon { fill: var(--pardis-red); width: 22px; height: 22px; }
.theme-pardis .comments-list { display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px; }
.theme-pardis .comments-empty {
  text-align: center; padding: 22px; border: 1px dashed var(--border);
  border-radius: var(--radius-lg); color: var(--ink-soft); background: var(--bg-soft);
}
.theme-pardis .comment {
  display: flex; gap: 14px; background: var(--bg-soft); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 16px 18px;
}
.theme-pardis .comment-avatar {
  width: 40px; height: 40px; border-radius: 50%; background: var(--pardis-red-soft);
  color: var(--pardis-red); display: flex; align-items: center; justify-content: center;
  font-weight: 800; flex-shrink: 0;
}
.theme-pardis .comment-avatar-admin { background: var(--pardis-red); color: #fff; }
.theme-pardis .comment-badge { background: var(--pardis-red); color: #fff; font-size: .72rem; padding: 2px 8px; border-radius: 4px; font-weight: 700; }
.theme-pardis .comment-reply { margin-top: 12px; border-right: 3px solid var(--pardis-red); }
.theme-pardis .comment-form-wrapper {
  background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 24px;
}
.theme-pardis .comment-form-title { font-size: 1rem; font-weight: 800; margin-bottom: 6px; }
.theme-pardis .form-field { margin-bottom: 16px; }
.theme-pardis .form-field label { display: block; font-weight: 600; font-size: .86rem; margin-bottom: 6px; }
.theme-pardis .form-field .req { color: var(--pardis-red); }
.theme-pardis .form-field input,
.theme-pardis .form-field textarea,
.theme-pardis .form-field select {
  width: 100%; padding: 10px 12px; border: 1px solid var(--border); border-radius: 8px;
  font-family: inherit; font-size: .88rem;
}
.theme-pardis .form-field input:focus,
.theme-pardis .form-field textarea:focus { outline: none; border-color: var(--pardis-blue); }
.theme-pardis .form-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.theme-pardis .form-submit-btn {
  background: var(--pardis-red); color: #fff; border: none; border-radius: 8px;
  padding: 12px 28px; font-weight: 700; cursor: pointer; font-family: inherit;
}
.theme-pardis .form-submit-btn:hover { background: var(--pardis-red-dark); }

/* ===================== تماس ===================== */
.theme-pardis .contact-page { padding: 8px 0 40px; }
.theme-pardis .contact-page__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; }
.theme-pardis .contact-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.theme-pardis .contact-card {
  display: flex; gap: 14px; padding: 16px; background: #fff;
  border: 1px solid var(--border); border-radius: var(--radius-lg);
}
.theme-pardis .contact-card__icon {
  width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.1rem; flex-shrink: 0;
}
.theme-pardis .contact-card--phone .contact-card__icon { background: var(--pardis-blue); }
.theme-pardis .contact-card--mobile .contact-card__icon { background: var(--pardis-green); }
.theme-pardis .contact-card--email .contact-card__icon { background: #EA580C; }
.theme-pardis .contact-card--address .contact-card__icon { background: var(--pardis-red); }
.theme-pardis .contact-social-btn {
  display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px;
  border-radius: 8px; color: #fff; font-weight: 600; font-size: .86rem;
}
.theme-pardis .contact-social-btn--instagram { background: linear-gradient(135deg, #833ab4, #fd1d1d); }
.theme-pardis .contact-social-btn--whatsapp { background: #25D366; }
.theme-pardis .contact-message {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 24px; margin-top: 20px;
}
.theme-pardis .contact-field input,
.theme-pardis .contact-field textarea {
  width: 100%; padding: 10px 12px; border: 1px solid var(--border); border-radius: 8px; font-family: inherit;
}
.theme-pardis .contact-message-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.theme-pardis .contact-field--full { grid-column: 1 / -1; }
.theme-pardis .contact-message-form__submit {
  background: var(--pardis-red); color: #fff; border: none; border-radius: 8px;
  padding: 12px 28px; font-weight: 700; cursor: pointer;
}
.theme-pardis .contact-map-frame { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); min-height: 280px; }
.theme-pardis .contact-map-frame iframe { width: 100%; height: 100%; min-height: 280px; border: 0; }

/* ===================== مطالب مرتبط / مقالات ===================== */
.theme-pardis .related-pages { margin: 32px 0; }
.theme-pardis .related-title { font-size: 1.05rem; font-weight: 800; color: var(--pardis-red); margin-bottom: 16px; }
.theme-pardis .related-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.theme-pardis .related-item {
  display: flex; align-items: center; gap: 12px; padding: 12px;
  border: 1px solid var(--border); border-radius: var(--radius); background: #fff;
  transition: border-color .2s, box-shadow .2s;
}
.theme-pardis .related-item:hover { border-color: var(--pardis-red-soft); box-shadow: var(--shadow-sm); }
.theme-pardis .related-item-img img { width: 56px; height: 56px; object-fit: cover; border-radius: 6px; }

.theme-pardis .children-section--articles {
  direction: rtl;
  width: auto;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding: 28px 0 40px;
  overflow: hidden;
}

.theme-pardis .children-section--articles .children-section__wrap {
  width: 100%;
  max-width: var(--container, 1240px);
  margin: 0 auto;
  padding: 0 20px;
}

.theme-pardis .articles-grid--blog {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px;
  width: 100%;
  justify-items: stretch;
}
.theme-pardis .news-item {
  display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--border);
}
.theme-pardis .news-item img { width: 100px; height: 68px; object-fit: cover; border-radius: 8px; }

/* ===================== سکشن‌ها / TOC / CTA ===================== */
.theme-pardis .section-title { font-size: 1.15rem; font-weight: 800; margin-bottom: 14px; color: var(--ink); }
.theme-pardis .section-text .section-content { font-size: .92rem; line-height: 1.85; }
.theme-pardis .gallery-grid { display: grid; gap: 12px; }
.theme-pardis .gallery-grid.gallery-cols-2 { grid-template-columns: repeat(2, 1fr); }
.theme-pardis .gallery-grid.gallery-cols-3 { grid-template-columns: repeat(3, 1fr); }
.theme-pardis .gallery-grid.gallery-cols-4 { grid-template-columns: repeat(4, 1fr); }
.theme-pardis .gallery-item img { border-radius: 8px; border: 1px solid var(--border); }
.theme-pardis .video-wrapper { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 16/9; }
.theme-pardis .video-wrapper iframe,
.theme-pardis .video-wrapper video { width: 100%; height: 100%; border: 0; }

.theme-pardis .toc-box {
  background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 20px 24px; margin: 24px 0;
}
.theme-pardis .toc-title { font-size: 1rem; font-weight: 800; margin-bottom: 12px; display: flex; align-items: center; }
.theme-pardis .toc-list { margin: 0; padding-right: 1.2em; }
.theme-pardis .toc-list a { color: var(--pardis-red); font-weight: 600; }

.theme-pardis .page-cta { margin: 28px 0; }
.theme-pardis .page-share-footer { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--border); }

/* مشخصات فنی (صفحات غیر تب) */
.theme-pardis .product-specs { margin: 24px 0; }
.theme-pardis .product-specs__title { font-size: 1.05rem; font-weight: 800; }
.theme-pardis .product-specs__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.theme-pardis .product-specs__card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 16px; }
.theme-pardis .product-specs__row { display: grid; grid-template-columns: 34% 1fr; gap: 8px; padding: 6px 0; border-bottom: 1px solid var(--bg-muted); font-size: .86rem; }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 980px) {
  .theme-pardis .shop-layout,
  .theme-pardis .products-catalog-layout {
    grid-template-columns: 1fr;
    grid-template-areas: "main";
    direction: rtl;
  }
  .theme-pardis .products-catalog-main { grid-area: main; }
  .theme-pardis .shop-sidebar,
  .theme-pardis .products-catalog-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(340px, 92vw);
    max-width: none;
    z-index: calc(var(--z-header, 500) + 60);
    transform: translateX(100%);
    transition: transform .28s cubic-bezier(.32, .72, 0, 1);
    overflow: hidden;
    background: #fff;
    padding: 0;
    box-shadow: -10px 0 36px rgba(15, 23, 42, .14);
  }
  .theme-pardis .shop-sidebar.is-open,
  .theme-pardis .products-catalog-sidebar.is-open {
    transform: translateX(0);
  }
  .theme-pardis .shop-sidebar .plist-filters--sidebar {
    border: none;
    border-radius: 0;
    box-shadow: none;
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }
  .theme-pardis .shop-sidebar .plist-filters__panel {
    flex: 1;
    overflow-y: auto;
    padding: 16px 18px 12px;
  }
  .theme-pardis .shop-sidebar .plist-filters__sidebar-actions {
    padding: 12px 18px 18px;
    margin-top: 0;
    background: #fff;
    border-top: 1px solid var(--border);
    flex-shrink: 0;
  }
  .theme-pardis .plist-filters__close,
  .theme-pardis .shop-sidebar .plist-filters__apply {
    display: inline-flex;
  }
  .theme-pardis .shop-mobile-bar,
  .theme-pardis .catalog-mobile-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    position: sticky;
    top: calc(var(--pardis-header-h, 120px) + 8px);
    z-index: 15;
    padding: 8px 0 10px;
    background: linear-gradient(180deg, var(--bg, #fff) 72%, rgba(255, 255, 255, 0));
  }
  .theme-pardis .catalog-mobile-cats { display: flex; }
  .theme-pardis .products-catalog-sidebar__panel { border: none; box-shadow: none; padding: 0; }
  .theme-pardis .shop-filter-overlay,
  .theme-pardis .catalog-sidebar-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, .42);
    z-index: calc(var(--z-header, 500) + 50);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
  }
  .theme-pardis .shop-filter-overlay.is-open,
  .theme-pardis .shop-filter-overlay:not([hidden]),
  .theme-pardis .catalog-sidebar-overlay.is-open,
  .theme-pardis .catalog-sidebar-overlay:not([hidden]) {
    opacity: 1;
    pointer-events: auto;
  }
  body.shop-filter-open {
    overflow: hidden;
  }
  .theme-pardis .shop-mobile-filter-btn {
    flex: 1;
    justify-content: center;
    min-height: 44px;
    border-radius: 10px;
    border-color: var(--border);
    background: #fff;
  }
  .theme-pardis .shop-mobile-filter-btn:active {
    transform: scale(.98);
  }
  .theme-pardis .cart-layout { grid-template-columns: 1fr; }
  .theme-pardis .cart-summary { position: static; }
  .theme-pardis .contact-page__grid { grid-template-columns: 1fr; }
  .theme-pardis .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .theme-pardis .children-grid,
  .theme-pardis .children-grid--catalog,
  .theme-pardis .children-grid--shop {
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 160px), 1fr));
    gap: 12px;
  }
  .theme-pardis .cart-item { grid-template-columns: 72px 1fr; }
  .theme-pardis .cart-item__remove { grid-column: 2; justify-self: end; }
  .theme-pardis .articles-grid--blog { grid-template-columns: 1fr; }
  .theme-pardis .related-list { grid-template-columns: 1fr; }
  .theme-pardis .product-specs__grid { grid-template-columns: 1fr; }
  .theme-pardis .order-invoice__parties { grid-template-columns: 1fr; }
  .theme-pardis .contact-cards { grid-template-columns: 1fr; }
  .theme-pardis .contact-message-form__grid { grid-template-columns: 1fr; }
  .theme-pardis .gallery-grid.gallery-cols-3,
  .theme-pardis .gallery-grid.gallery-cols-4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 520px) {
  .theme-pardis .children-grid,
  .theme-pardis .children-grid--catalog,
  .theme-pardis .children-grid--shop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .theme-pardis .compare-bar__inner { flex-direction: column; align-items: stretch; }
}

/* ===================== صفحات متنی / مقاله ===================== */
.theme-pardis .page-meta {
  display: flex; flex-wrap: wrap; gap: 8px 20px;
  font-size: .84rem; color: var(--ink-soft); margin-bottom: 16px;
}
.theme-pardis .page-excerpt {
  font-size: 1rem; color: var(--ink-soft); line-height: 1.8;
  margin-bottom: 20px; padding: 14px 18px;
  background: var(--bg-soft); border-right: 4px solid var(--pardis-red);
  border-radius: 0 8px 8px 0;
}
.theme-pardis .page-image--cover {
  margin-bottom: 24px; border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--border);
}
.theme-pardis .page-image--cover img { width: 100%; height: auto; display: block; }
.theme-pardis .page-section { margin: 28px 0; }
.theme-pardis .page-section .section-title {
  font-size: 1.1rem; font-weight: 800; margin-bottom: 16px;
  padding-bottom: 10px; border-bottom: 2px solid var(--pardis-red);
}

/* ===================== FAQ آکاردئون ===================== */
.theme-pardis .section-faq2 .faq2-list { display: flex; flex-direction: column; gap: 10px; }
.theme-pardis .faq2-item {
  border: 1px solid var(--border); border-radius: var(--radius-lg);
  overflow: hidden; background: #fff;
}
.theme-pardis .faq2-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 15px 18px; background: var(--bg-soft); border: none; cursor: pointer;
  font-family: inherit; font-size: .92rem; font-weight: 700; color: var(--ink); text-align: right;
}
.theme-pardis .faq2-q:hover,
.theme-pardis .faq2-item.open .faq2-q { background: var(--pardis-red-soft); color: var(--pardis-red); }
.theme-pardis .faq2-q-text { flex: 1; }
.theme-pardis .faq2-icon { flex-shrink: 0; position: relative; width: 18px; height: 18px; }
.theme-pardis .faq2-icon::before,
.theme-pardis .faq2-icon::after {
  content: ''; position: absolute; background: var(--pardis-red);
  transition: transform .25s, opacity .25s;
}
.theme-pardis .faq2-icon::before { top: 50%; left: 0; right: 0; height: 2px; transform: translateY(-50%); }
.theme-pardis .faq2-icon::after { left: 50%; top: 0; bottom: 0; width: 2px; transform: translateX(-50%); }
.theme-pardis .faq2-item.open .faq2-icon::after { opacity: 0; }
.theme-pardis .faq2-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.theme-pardis .faq2-a-inner {
  padding: 16px 18px; border-top: 1px solid var(--border);
  line-height: 1.75; font-size: .88rem; color: var(--ink-soft);
}

/* ===================== کارت مقاله ===================== */
.theme-pardis .article-card {
  display: flex; flex-direction: column; background: #fff;
  border: 1px solid var(--border); border-radius: var(--radius-lg);
  overflow: hidden; transition: transform .2s, box-shadow .2s, border-color .2s;
}
.theme-pardis .article-card:hover {
  transform: translateY(-4px); box-shadow: var(--shadow-md);
  border-color: var(--pardis-red-soft);
}
.theme-pardis .article-card__media {
  display: block; aspect-ratio: 16/10; background: var(--bg-muted); overflow: hidden;
}
.theme-pardis .article-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.theme-pardis .article-card:hover .article-card__media img { transform: scale(1.04); }
.theme-pardis .article-card__placeholder {
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 100%; color: var(--ink-soft); font-size: 2rem;
}
.theme-pardis .article-card__body { display: flex; flex-direction: column; gap: 10px; padding: 18px 20px 20px; flex: 1; }
.theme-pardis .article-card__date { font-size: .78rem; color: var(--ink-soft); font-weight: 500; }
.theme-pardis .article-card__title { font-size: 1rem; font-weight: 800; line-height: 1.5; margin: 0; }
.theme-pardis .article-card__title a:hover { color: var(--pardis-red); }
.theme-pardis .article-card__excerpt {
  font-size: .84rem; color: var(--ink-soft); line-height: 1.65; margin: 0; flex: 1;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.theme-pardis .article-card__link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .84rem; font-weight: 700; color: var(--pardis-red);
}
.theme-pardis .article-card__link:hover { text-decoration: underline; }

/* ===================== اشتراک‌گذاری ===================== */
.theme-pardis .share-box {
  display: flex; align-items: center; flex-wrap: wrap; gap: 10px;
  padding: 14px 18px; background: var(--bg-soft);
  border: 1px solid var(--border); border-radius: var(--radius-lg);
}
.theme-pardis .share-label { font-size: .84rem; font-weight: 700; color: var(--ink-soft); }
.theme-pardis .share-links { display: flex; flex-wrap: wrap; gap: 8px; }
.theme-pardis .share-btn {
  width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center;
  border: none; cursor: pointer; border-radius: 50%; color: #fff; transition: transform .12s;
}
.theme-pardis .share-btn:hover { transform: translateY(-2px); }
.theme-pardis .share-telegram { background: #229ED9; }
.theme-pardis .share-whatsapp { background: #25D366; }
.theme-pardis .share-eitaa { background: #F39200; }
.theme-pardis .share-x { background: #000; }
.theme-pardis .share-linkedin { background: #0A66C2; }
.theme-pardis .share-copy { background: var(--ink-soft); }

/* ===================== کاروسل محصولات مرتبط ===================== */
.theme-pardis .related-carousel-wrap { position: relative; padding: 0 40px; }
.theme-pardis .related-products-swiper { overflow: hidden; padding: 12px 4px 28px; }
.theme-pardis .related-carousel-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid var(--border); background: #fff; cursor: pointer;
  display: flex; align-items: center; justify-content: center; z-index: 2;
  box-shadow: var(--shadow-sm);
}
.theme-pardis .related-carousel-nav:hover { background: var(--pardis-red); color: #fff; border-color: var(--pardis-red); }
.theme-pardis .related-carousel-nav--prev { right: 0; }
.theme-pardis .related-carousel-nav--next { left: 0; }
.theme-pardis .related-slide-card {
  border: 1px solid var(--border); border-radius: var(--radius-lg);
  overflow: hidden; background: #fff; height: 100%;
  display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s;
}
.theme-pardis .related-slide-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--pardis-red-soft); }
.theme-pardis .related-slide-card__media {
  display: flex; align-items: center; justify-content: center;
  height: 190px; padding: 18px; background: var(--bg-muted); border-bottom: 1px solid var(--border);
}
.theme-pardis .related-slide-card__media img { max-width: 100%; max-height: 100%; object-fit: contain; }
.theme-pardis .related-slide-card__noimg { font-size: 2rem; color: var(--ink-soft); }
.theme-pardis .related-slide-card__body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.theme-pardis .related-slide-card__title { font-size: .88rem; font-weight: 700; line-height: 1.45; margin: 0; }
.theme-pardis .related-slide-card__title a:hover { color: var(--pardis-red); }
.theme-pardis .related-slide-card__price { font-size: .92rem; font-weight: 800; color: var(--pardis-red); }
.theme-pardis .related-slide-card__actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.theme-pardis .related-slide-card__btn {
  flex: 1; min-width: 80px; display: inline-flex; align-items: center; justify-content: center; gap: 5px;
  padding: 8px 10px; border-radius: 8px; font-size: .78rem; font-weight: 700;
  border: 1px solid var(--border); background: #fff;
}
.theme-pardis .related-slide-card__btn--buy { background: var(--pardis-red); color: #fff; border-color: var(--pardis-red); }
.theme-pardis .related-slide-card__btn--info:hover { border-color: var(--pardis-red); color: var(--pardis-red); }
.theme-pardis .related-slide-card__btn--compare.is-active { background: var(--pardis-red-soft); border-color: var(--pardis-red); color: var(--pardis-red); }

/* ===================== لیست فرزند / بنر / جدول ===================== */
.theme-pardis .children-list { list-style: none; margin: 0; padding: 0; }
.theme-pardis .children-list li { border-bottom: 1px solid var(--border); }
.theme-pardis .children-list a {
  display: flex; align-items: center; gap: 10px; padding: 12px 4px;
  font-weight: 600; font-size: .9rem; transition: color .15s;
}
.theme-pardis .children-list a::before { content: "‹"; color: var(--pardis-red); font-weight: 800; }
.theme-pardis .children-list a:hover { color: var(--pardis-red); }
.theme-pardis .children-buttons { display: flex; flex-wrap: wrap; gap: 10px; }
.theme-pardis .section-banner .banner-link {
  display: block; border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--border); transition: box-shadow .2s;
}
.theme-pardis .section-banner .banner-link:hover { box-shadow: var(--shadow-md); }
.theme-pardis .banner-title {
  display: block; padding: 14px 18px; background: var(--bg-soft);
  font-weight: 700; text-align: center;
}
.theme-pardis .section-table .table-scroll { overflow-x: auto; border: 1px solid var(--border); border-radius: var(--radius); }
.theme-pardis .section-table table { width: 100%; border-collapse: collapse; font-size: .88rem; }
.theme-pardis .section-table th,
.theme-pardis .section-table td { border: 1px solid var(--border); padding: 10px 12px; }

/* ===================== تماس — تکمیل ===================== */
.theme-pardis .contact-socials__title { font-size: 1rem; font-weight: 800; margin-bottom: 12px; }
.theme-pardis .contact-socials__list { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.theme-pardis .contact-map-shell__title { font-size: 1rem; font-weight: 800; margin-bottom: 12px; }
.theme-pardis .contact-map-dir-btn {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 12px;
  padding: 10px 16px; border-radius: 8px; background: var(--pardis-blue); color: #fff; font-weight: 700; font-size: .86rem;
}
.theme-pardis .contact-map-dir-btn:hover { background: #2563EB; color: #fff; }
.theme-pardis .contact-hours {
  margin-top: 20px; padding: 16px; background: var(--bg-soft);
  border: 1px solid var(--border); border-radius: var(--radius-lg);
}
.theme-pardis .contact-hours__title { font-size: .92rem; font-weight: 800; margin-bottom: 8px; }
.theme-pardis .contact-message-form__msg.success { color: #166534; }
.theme-pardis .contact-message-form__msg.error { color: #B91C1C; }

/* ===================== کپچا / اعتماد / ویدیو ===================== */
.theme-pardis .captcha2-row { margin-top: 4px; }
.theme-pardis .captcha2-equation {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 14px; background: #fff; border: 1px solid var(--border); border-radius: 8px;
}
.theme-pardis .captcha2-num { font-weight: 800; font-size: 1.1rem; color: var(--pardis-red); }
.theme-pardis .captcha2-op { font-weight: 700; color: var(--ink-soft); }
.theme-pardis .captcha2-input {
  width: 64px; padding: 6px 8px; border: 1px solid var(--border);
  border-radius: 6px; text-align: center; font-family: inherit;
}
.theme-pardis .trust-slot { margin-top: 12px; font-size: .78rem; color: var(--ink-soft); }
.theme-pardis .trust-placeholder {
  padding: 16px; border: 1px dashed var(--border); border-radius: 8px; text-align: center;
}
.theme-pardis .product-video-block { margin: 24px 0; }
.theme-pardis .product-video-block__title {
  font-size: 1.05rem; font-weight: 800; margin-bottom: 12px;
  padding-bottom: 8px; border-bottom: 2px solid var(--pardis-red);
}

/* ===================== مشخصات فنی — تکمیل ===================== */
.theme-pardis .product-specs__highlights { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.theme-pardis .product-specs__chip {
  padding: 8px 12px; background: var(--bg-soft); border: 1px solid var(--border);
  border-radius: 8px; font-size: .82rem;
}
.theme-pardis .product-specs__chip-label { color: var(--ink-soft); display: block; font-size: .72rem; }
.theme-pardis .product-specs__chip-value { font-weight: 800; color: var(--pardis-red); }
.theme-pardis .product-specs__more-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px; border: 1px solid var(--border); border-radius: 8px;
  background: #fff; font-family: inherit; font-weight: 600; cursor: pointer;
}
.theme-pardis .product-specs__more-btn:hover { border-color: var(--pardis-red); color: var(--pardis-red); }

/* ===================== مقایسه — تکمیل ===================== */
.theme-pardis .compare-bar__info { display: flex; align-items: center; gap: 10px; }
.theme-pardis .compare-bar__actions { display: flex; align-items: center; gap: 10px; }
.theme-pardis .compare-bar__text { font-size: .88rem; }
.theme-pardis .compare-product-head__title { font-size: .88rem; font-weight: 700; margin-top: 8px; }

/* ===================== فیلتر — تکمیل (legacy aliases) ===================== */
.theme-pardis .search-mobile-sheet__close {
  width: 36px; height: 36px; border: none; background: var(--bg-muted);
  border-radius: 8px; cursor: pointer;
}

@media (max-width: 980px) {
  .theme-pardis .plist-filters__close { display: inline-flex; align-items: center; justify-content: center; }
  .theme-pardis .articles-grid--blog { grid-template-columns: repeat(2, 1fr); }
  .theme-pardis .related-carousel-wrap { padding: 0 32px; }
}

/* ===================== مقایسه — غیرفعال (مخفی سراسری) ===================== */
.theme-pardis .compare-bar,
.theme-pardis .child-card-btn--compare,
.theme-pardis [data-compare-toggle],
.theme-pardis .related-slide-card__btn--compare,
.theme-pardis .pardis-related-card__compare,
.theme-pardis a[href*="/compare"] {
  display: none !important;
}

@media print {
  .theme-pardis .floating-social,
  .theme-pardis .compare-bar,
  .theme-pardis .site-header-shell { display: none !important; }
}
