/* Sepahan v1.1.54 final polish */
@media (max-width:1279px){
  html,body{margin-top:0!important;padding-top:0!important;}
  #topHeader{top:0!important;margin-top:0!important;transform:none!important;}
  body.admin-bar:not(.logged-in) #topHeader{top:0!important;}
}
#topHeader .sepahan-header-logo-img{object-fit:contain!important;max-width:100%!important;filter:none!important;}
#topHeader .sepahan-header-logo-img.dark\:invert{filter:none!important;}

/* Shop grid: 3 or 4 columns only on desktop; default 4. Mobile stays responsive. */
.sepahan-products-loop,
.woocommerce ul.products,
.sepahan-products-grid ul.products,
.sepahan-shop-content ul.products{
  display:grid!important;
  grid-template-columns:repeat(var(--sepahan-shop-columns,4),minmax(0,1fr))!important;
  gap:18px!important;
}
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important;content:none!important;}
.woocommerce ul.products li.product,
.sepahan-products-grid ul.products li.product,
.sepahan-shop-content ul.products li.product{
  width:auto!important;float:none!important;margin:0!important;clear:none!important;
}
@media(max-width:1024px){
  .sepahan-products-loop,
  .woocommerce ul.products,
  .sepahan-products-grid ul.products,
  .sepahan-shop-content ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media(max-width:640px){
  .sepahan-products-loop,
  .woocommerce ul.products,
  .sepahan-products-grid ul.products,
  .sepahan-shop-content ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}
}

/* Account recently viewed cards: image + two-line title only */
.sepahan-account-products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;align-items:stretch!important;}
.sepahan-account-products .sepahan-account-product{min-height:0!important;height:100%!important;display:flex!important;flex-direction:column!important;text-decoration:none!important;}
.sepahan-account-products .sepahan-account-product img{width:100%!important;height:140px!important;object-fit:contain!important;display:block!important;margin:0 0 10px!important;}
.sepahan-account-product-title{
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:normal!important;
  min-height:44px!important;
  max-height:44px!important;
  line-height:22px!important;
  font-size:13px!important;
  font-weight:900!important;
  color:var(--sepahan-text,#0f172a)!important;
}
.sepahan-account-product-price,.sepahan-account-product .price,.sepahan-account-product .sepahan-price-wrap{display:none!important;}
@media(max-width:768px){.sepahan-account-products{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}

/* Dark mega-menu hover/active fix */
.dark .sepahan-mega-box,.dark #mega-menu-fire-target .sepahan-mega-box{background:#111827!important;border-color:#334155!important;}
.dark .sepahan-mega-tabs{background:#0f172a!important;border-color:#334155!important;}
.dark .sepahan-mega-tab{color:#e5e7eb!important;background:transparent!important;}
.dark .sepahan-mega-tab:hover,
.dark .sepahan-mega-tab.is-active,
.dark .sepahan-mega-tab:focus{background:#1f2937!important;color:#fff!important;box-shadow:0 10px 28px rgba(0,0,0,.22)!important;}
.dark .sepahan-mega-content a:not(.text-primary-600),
.dark .sepahan-desktop-menu a{color:#e5e7eb!important;}
.dark .sepahan-mega-content a:hover,
.dark .sepahan-desktop-menu a:hover{color:var(--sepahan-primary,#60a5fa)!important;background:rgba(96,165,250,.10)!important;border-radius:8px!important;}
.dark .sepahan-mega-content .text-gray-500{color:#cbd5e1!important;}

/* Hide logo images in login/OTP surfaces; keep only site name text. */
.nikan-otp-brand img,.nikan-sms-auth-header img,.sepahan-login-popup img.logo,.sepahan-login-popup .custom-logo{display:none!important;}
.nikan-otp-logo{font-size:20px!important;font-weight:1000!important;}

/* Admin settings media fields: keep uploader stable and prevent layout jumping. */
.toplevel_page_sepahan-settings .sepahan-media-field{align-items:flex-start!important;}
.toplevel_page_sepahan-settings .sepahan-media-row{display:grid!important;grid-template-columns:minmax(220px,1fr) auto auto!important;gap:8px!important;align-items:center!important;width:100%!important;}
.toplevel_page_sepahan-settings .sepahan-media-row input[type=text]{min-width:0!important;width:100%!important;}
.toplevel_page_sepahan-settings .sepahan-logo-preview{height:54px!important;min-height:54px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;margin-top:8px!important;overflow:hidden!important;}
.toplevel_page_sepahan-settings .sepahan-logo-preview img{max-height:48px!important;max-width:180px!important;object-fit:contain!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:10px!important;padding:5px!important;}
.toplevel_page_sepahan-settings .sepahan-field small{display:block!important;margin-top:6px!important;color:#64748b!important;}
