@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  color: #000000;
  text-decoration: none;
}

@font-face {
  font-family: "BYekan";
  src: url("../../fonts/BYekan-Regular.woff2") format("woff2"), url("../../fonts/BYekan-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BYekan";
  src: url("../../fonts/BYekan-Bold.woff2") format("woff2"), url("../../fonts/BYekan-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
p,
span,
div,
a {
  font-family: "BYekan", Tahoma, Arial, sans-serif;
}

body {
  direction: rtl;
  overflow-x: hidden;
}
body header {
  width: 100%;
  margin-bottom: 80px;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.331);
}
body header .header-fluid {
  width: 100%;
  padding: 0;
}
body header .header-fluid .call-box-up {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
body header .header-fluid .call-box-up > div {
  display: flex;
  align-items: center;
}
body header .header-fluid .call-box-up > div figure {
  margin: 0;
}
body header .header-fluid .call-box-up > div p {
  margin: 0;
  padding: 10px;
}
body header .header-fluid .call-box-up > div p span {
  color: #FF383C;
}
body header .header-fluid .call-box-up .right {
  justify-content: flex-end;
}
body header .header-fluid .header-container-up {
  display: flex;
  padding-left: 0;
  padding-right: 0;
}
body header .header-fluid .header-container-up .container-up-searchBox {
  display: flex;
  justify-content: start;
  align-items: center;
}
body header .header-fluid .header-container-up .container-up-searchBox form {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}
body header .header-fluid .header-container-up .container-up-searchBox form .search-wrapper {
  position: relative;
  width: 60%;
}
body header .header-fluid .header-container-up .container-up-searchBox form .search-wrapper .search-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  left: auto;
  transform: translateY(-50%);
  pointer-events: none;
  color: #000000;
  font-size: 1.5rem;
}
body header .header-fluid .header-container-up .container-up-searchBox form .search-wrapper .search-input {
  width: 90%;
  padding-right: 38px;
  padding-left: 12px;
  height: 42px;
  box-sizing: border-box;
  border: 1px solid black;
  border-radius: 12px;
}
body header .header-fluid .header-container-up .container-up-login {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
body header .header-fluid .header-container-up .container-up-login a {
  background-color: #4a4242;
  font-size: 17px;
  color: white;
  padding: 9px 9px;
  text-decoration: none;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
body header .header-fluid .header-container-up .container-up-login a img {
  filter: brightness(0) invert(1);
}
body header .header-fluid .header-container-up .container-up-login a .login-text {
  display: inline;
}
body header .header-fluid .header-container-up .container-up-shopping {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
body header .header-fluid .header-container-up .container-up-shopping a {
  padding: 8px 12px;
  border-radius: 12px;
  background-color: #6c757d;
  color: #f0f1f1;
}
body header .header-fluid .header-container-up .container-up-shopping a img {
  filter: brightness(0) invert(1);
}
body header .header-fluid .header-container-dn {
  display: flex;
  padding: 0;
  justify-content: center;
  width: 100%;
  padding-bottom: 15px;
  position: relative;
  z-index: 999;
  background-color: #ffffff;
  transition: box-shadow 0.3s ease, padding 0.3s ease;
  border-radius: 0 0 20px 20px;
}
body header .header-fluid .header-container-dn.is-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  padding-top: 10px;
}
body header .header-fluid .header-container-dn nav {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body header .header-fluid .header-container-dn nav > ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
body header .header-fluid .header-container-dn nav > ul > li {
  position: relative;
}
body header .header-fluid .header-container-dn nav > ul > li > a {
  padding: 7px 18px;
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  display: block;
  transition: 0.3s;
}
body header .header-fluid .header-container-dn nav > ul > li:first-child {
  display: flex;
  align-items: center;
}
body header .header-fluid .header-container-dn nav > ul > li:first-child > a {
  display: flex;
  align-items: center;
  gap: 8px;
  order: 1;
  padding-right: 0px;
  cursor: pointer;
}
body header .header-fluid .header-container-dn nav > ul > li:first-child > a::after {
  content: "|";
  font-size: 22px;
  font-weight: 300;
  color: #000000;
  line-height: 1;
  margin-right: 14px;
}
body header .header-fluid .header-container-dn nav > ul > li:first-child > a::before {
  content: "☰";
  color: #000000;
  font-size: 26px;
  font-weight: 300;
  margin-left: 4px;
  order: 0;
}
body header .header-fluid .header-container-dn nav > ul > li:first-child:hover > a::before {
  color: red;
}
body header .header-fluid .header-container-dn nav > div {
  display: flex;
}
body header .header-fluid .header-container-dn nav > div p {
  color: #FF383C;
  font-size: 25px;
  font-weight: 700;
  margin: 0;
  padding-left: 15px;
}
body header .header-fluid .header-container-dn nav > div p span {
  color: black;
  font-size: 30px;
}
body header .header-fluid .header-container-dn nav > div figure {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
body header .header-fluid .header-container-dn nav > div figure img {
  margin: 0;
}

.header-spacer {
  display: none;
}
.header-spacer.active {
  display: block;
  height: 70px;
}

#ajax-search-results {
  position: absolute;
  width: 800px;
  height: auto;
  border: 1px solid grey;
  top: calc(100% + 5px);
  left: calc(100% - 600px);
  z-index: 1111;
  background-color: white;
}
#ajax-search-results .search-header {
  padding: 20px;
  padding-bottom: 0;
}
#ajax-search-results .search-header p {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
}
#ajax-search-results .search-results-list {
  padding: 20px;
}
#ajax-search-results .search-results-list .search-item {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  margin-right: 25px;
}
#ajax-search-results .search-results-list .search-item:hover .search-item-title a {
  color: red;
}
#ajax-search-results .search-results-list .search-item .search-item-icon {
  width: 5%;
}
#ajax-search-results .search-results-list .search-item .search-item-title {
  width: 95%;
}
#ajax-search-results .search-results-list .search-item .search-item-title span {
  font-size: 16px;
}
#ajax-search-results .search-results-list .search-item .search-item-category {
  width: 100%;
}
#ajax-search-results .search-results-list .search-item .search-item-category span {
  font-size: 15px;
  color: grey;
  padding-bottom: 5px;
}
#ajax-search-results .search-results-list .popular-searches {
  border-top: 1px solid black;
  padding-top: 10px;
}
#ajax-search-results .search-results-list .popular-searches .popular-searches-title p {
  padding-top: 15px;
  font-size: 18px;
  color: black;
  font-weight: 300;
}
#ajax-search-results .search-results-list .popular-searches ul {
  width: 100%;
  display: flex;
}
#ajax-search-results .search-results-list .popular-searches ul li {
  list-style-type: none;
  background-color: #f0f1f1;
  padding: 5px 10px;
  margin-left: 10px;
}

/* ============================================= */
/* استایل‌های دسکتاپ - دراپ‌داون‌ها */
/* ============================================= */
.sub-menu {
  border: none !important;
  box-shadow: none !important;
}

.sub-menu-3,
.sub-menu-4 {
  flex-direction: column !important;
  width: 100% !important;
  box-shadow: none !important;
}

.mega-menu-background {
  overflow: hidden !important;
}

.menu-list > li {
  position: relative;
}
.menu-list > li > ul {
  border-left: 1px solid #6c757d !important;
  display: none;
  padding-top: 20px;
}
.menu-list > li > ul > li {
  padding: 10px 1px;
  position: relative;
  margin-right: 20px;
}
.menu-list > li > ul > li > a {
  font-size: 18px;
  font-weight: 300;
  color: #6c757d;
}
.menu-list > li > ul > li > a > img {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
.menu-list > li > ul > li > ul {
  display: none;
  position: absolute;
  right: 100%;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  padding-top: 20px;
}
.menu-list > li > ul > li > ul > p {
  width: 100% !important;
  position: relative;
  margin: 0;
  padding: 0;
  margin-right: 20px;
  font-weight: 300;
  font-size: 18px;
  height: 35px;
  color: #FF0000;
}
.menu-list > li > ul > li > ul > p > img {
  width: 7px;
  filter: brightness(0) saturate(100%) invert(18%) sepia(98%) saturate(7487%) hue-rotate(2deg) brightness(95%) contrast(119%);
  margin-right: 60px;
}
.menu-list > li > ul > li > ul > li {
  margin-right: 20px;
  width: 30% !important;
  padding: 5px 0px;
  text-align: center;
  display: flex;
  height: 35px;
  background-color: white;
  flex-direction: column;
  justify-content: flex-start;
}
.menu-list > li > ul > li > ul > li > a {
  text-align: start;
  font-size: 18px;
  font-weight: 300;
  color: #060606;
  position: relative;
  margin: 0;
  padding: 0;
}
.menu-list > li > ul > li > ul > li > a::before {
  content: "";
  position: absolute;
  right: -10px;
  top: calc(50% - 16px);
  display: block;
  width: 5px;
  height: 33px;
  background: #FF0000;
  border-radius: 0px 8px 8px 0;
  z-index: 999;
}
.menu-list > li > ul > li > ul > li > a img {
  width: 11px;
  margin-right: 10px;
}
.menu-list > li > ul > li > ul > li > ul {
  position: relative;
  top: 5px;
  right: 0%;
  padding: 0px 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
.menu-list > li > ul > li > ul > li > ul > li {
  list-style-type: none;
  padding-top: 10px;
}
.menu-list > li > ul > li > ul > li > ul > li > a {
  text-align: start;
  font-size: 15px;
  font-weight: 300;
  color: #6c757d;
}
.menu-list > li > ul > li > ul > li:hover > ul {
  width: 100% !important;
}
.menu-list > li > ul > li:hover > a {
  color: #FF0000;
}
.menu-list > li > ul > li:hover > ul {
  display: flex;
}
.menu-list > li:hover > ul {
  display: block;
}

/* ============================================= */
/* استایل‌های موبایل */
/* ============================================= */
@media (max-width: 1024px) {
  body header {
    margin-bottom: 30px;
  }
  body header .header-fluid .call-box-up {
    display: none;
  }
  body header .header-fluid .header-container-up {
    flex-wrap: nowrap;
    padding: 10px 15px;
    gap: 8px;
  }
  body header .header-fluid .header-container-up .container-up-logo {
    flex: 0 0 auto;
    width: auto;
  }
  body header .header-fluid .header-container-up .container-up-logo figure a img {
    max-width: 100px;
    height: auto;
  }
  body header .header-fluid .header-container-up .container-up-searchBox {
    flex: 1;
  }
  body header .header-fluid .header-container-up .container-up-searchBox form .search-wrapper {
    width: 100%;
  }
  body header .header-fluid .header-container-up .container-up-searchBox form .search-wrapper .search-input {
    width: 100%;
    border-radius: 8px;
    font-size: 14px;
    height: 36px;
    padding-right: 34px;
  }
  body header .header-fluid .header-container-up .container-up-searchBox form .search-wrapper .search-icon {
    width: 16px;
    height: 16px;
    right: 10px;
  }
  body header .header-fluid .header-container-up .container-up-login {
    flex: 0 0 auto;
  }
  body header .header-fluid .header-container-up .container-up-login a {
    font-size: 0;
    padding: 8px;
    border-radius: 8px;
    width: 33px;
    height: 33px;
    gap: 0;
  }
  body header .header-fluid .header-container-up .container-up-login a::after {
    display: none !important;
  }
  body header .header-fluid .header-container-up .container-up-login a img {
    filter: none;
    filter: brightness(0) invert(1) !important;
  }
  body header .header-fluid .header-container-up .container-up-login a .login-text {
    display: none;
  }
  body header .header-fluid .header-container-up .container-up-login a[title] {
    position: relative;
  }
  body header .header-fluid .header-container-up .container-up-login a[title]::after {
    content: attr(title);
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    color: #4a4242;
    white-space: nowrap;
    display: none;
  }
  body header .header-fluid .header-container-up .container-up-shopping {
    flex: 0 0 auto;
  }
  body header .header-fluid .header-container-up .container-up-shopping a {
    background-color: transparent;
    padding: 8px;
    border-radius: 8px;
  }
  body header .header-fluid .header-container-up .container-up-shopping a img {
    filter: none;
    width: 28px;
    height: 28px;
  }
  body header .header-fluid .header-container-up .container-up-shopping a .cart-badge {
    font-size: 10px;
    padding: 2px 6px;
    transform: translate(50%, -50%);
  }
  body header .header-fluid .header-container-dn {
    padding: 0;
    border-radius: 0;
    position: relative;
    z-index: 1000;
  }
  body header .header-fluid .header-container-dn.is-sticky {
    position: relative;
    top: auto;
    box-shadow: none;
    padding: 0;
  }
  body header .header-fluid .header-container-dn nav {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    position: relative;
  }
  body header .header-fluid .header-container-dn nav .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px;
    background: none;
    border: none;
    width: 100%;
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #000000;
    background-color: #ffffff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  body header .header-fluid .header-container-dn nav .menu-toggle::before {
    content: "☰";
    font-size: 28px;
    font-weight: 300;
    color: #000000;
    order: 0;
  }
  body header .header-fluid .header-container-dn nav .menu-toggle::after {
    content: "دسته بندی ها";
    font-size: 20px;
    font-weight: 700;
    order: 1;
  }
  body header .header-fluid .header-container-dn nav .menu-toggle.active::before {
    content: "✕";
    font-size: 28px;
  }
  body header .header-fluid .header-container-dn nav > ul {
    display: none;
    flex-direction: column;
    width: 100%;
    background: #ffffff;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    padding: 0;
    margin: 0;
    z-index: 9999;
  }
  body header .header-fluid .header-container-dn nav > ul.active {
    display: flex;
  }
  body header .header-fluid .header-container-dn nav > ul > li {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
  }
  body header .header-fluid .header-container-dn nav > ul > li > a {
    padding: 14px 20px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f9fa;
  }
  body header .header-fluid .header-container-dn nav > ul > li > a[aria-haspopup=true]::after {
    content: "▾";
    font-size: 16px;
    color: #6c757d;
    transition: transform 0.3s ease;
    margin-right: auto;
    padding-right: 15px;
  }
  body header .header-fluid .header-container-dn nav > ul > li > a:not([aria-haspopup=true])::after {
    display: none;
  }
  body header .header-fluid .header-container-dn nav > ul > li:first-child > a {
    padding-right: 20px;
  }
  body header .header-fluid .header-container-dn nav > ul > li:first-child > a::after {
    display: none;
  }
  body header .header-fluid .header-container-dn nav > ul > li:first-child > a::before {
    display: none;
  }
  body header .header-fluid .header-container-dn nav > ul > li {
    /* دراپ‌داون سطح اول - عمودی */
  }
  body header .header-fluid .header-container-dn nav > ul > li > ul {
    display: none;
    position: static;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background: #ffffff;
    box-shadow: none;
    transition: none;
    border-left: none;
  }
  body header .header-fluid .header-container-dn nav > ul > li > ul.active {
    display: flex;
    flex-direction: column;
  }
  body header .header-fluid .header-container-dn nav > ul > li > ul > li {
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #f0f0f0;
  }
  body header .header-fluid .header-container-dn nav > ul > li > ul > li > a {
    padding: 12px 35px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    position: relative;
  }
  body header .header-fluid .header-container-dn nav > ul > li > ul > li > a > img {
    width: 24px;
    height: 24px;
  }
  body header .header-fluid .header-container-dn nav > ul > li > ul > li > a[aria-haspopup=true]::after {
    content: "▾";
    font-size: 14px;
    color: #6c757d;
    transition: transform 0.3s ease;
    margin-right: auto;
    padding-right: 15px;
  }
  body header .header-fluid .header-container-dn nav > ul > li > ul > li {
    /* سطح دوم - کاملاً عمودی */
  }
  body header .header-fluid .header-container-dn nav > ul > li > ul > li > ul {
    display: none;
    position: static;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    flex-direction: column;
    background: #fafafa;
    right: auto;
    left: auto;
    top: auto;
  }
  body header .header-fluid .header-container-dn nav > ul > li > ul > li > ul.active {
    display: flex;
  }
  body header .header-fluid .header-container-dn nav > ul > li > ul > li > ul > p.submenu-title {
    padding: 12px 35px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #FF0000;
    border-bottom: 1px solid #e0e0e0;
    height: auto;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  body header .header-fluid .header-container-dn nav > ul > li > ul > li > ul > p.submenu-title > img {
    display: none;
  }
  body header .header-fluid .header-container-dn nav > ul > li > ul > li > ul > p.submenu-title::after {
    content: "▾";
    font-size: 14px;
    color: #FF0000;
    margin-right: auto;
    padding-right: 10px;
  }
  body header .header-fluid .header-container-dn nav > ul > li > ul > li > ul > li {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: right;
    height: auto;
    background: transparent;
    border-bottom: 1px solid #f0f0f0;
  }
  body header .header-fluid .header-container-dn nav > ul > li > ul > li > ul > li > a {
    padding: 10px 50px;
    font-size: 15px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  body header .header-fluid .header-container-dn nav > ul > li > ul > li > ul > li > a::before {
    display: none;
  }
  body header .header-fluid .header-container-dn nav > ul > li > ul > li > ul > li > a > img {
    display: none;
  }
  body header .header-fluid .header-container-dn nav > ul > li > ul > li > ul > li > a[aria-haspopup=true]::after {
    content: "▾";
    font-size: 14px;
    color: #6c757d;
    transition: transform 0.3s ease;
    margin-right: auto;
    padding-right: 15px;
  }
  body header .header-fluid .header-container-dn nav > ul > li > ul > li > ul > li {
    /* سطح سوم - کاملاً عمودی */
  }
  body header .header-fluid .header-container-dn nav > ul > li > ul > li > ul > li > ul {
    display: none;
    position: static;
    padding: 0;
    margin: 0;
    background: #f5f5f5;
    right: auto;
    left: auto;
    top: auto;
    width: 100%;
    flex-direction: column;
  }
  body header .header-fluid .header-container-dn nav > ul > li > ul > li > ul > li > ul.active {
    display: flex;
    flex-direction: column;
  }
  body header .header-fluid .header-container-dn nav > ul > li > ul > li > ul > li > ul > li {
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #eeeeee;
  }
  body header .header-fluid .header-container-dn nav > ul > li > ul > li > ul > li > ul > li > a {
    padding: 8px 65px;
    font-size: 14px;
    color: #777;
    display: block;
    transition: color 0.2s;
  }
  body header .header-fluid .header-container-dn nav > ul > li > ul > li > ul > li > ul > li > a:hover {
    color: #FF0000;
  }
  body header .header-fluid .header-container-dn nav {
    /* بخش تلفن - مخفی در موبایل */
  }
  body header .header-fluid .header-container-dn nav > div {
    display: none;
  }
  /* استایل‌های تکمیلی دراپ‌داون موبایل */
  .menu-item-has-children > a[aria-haspopup=true]::after {
    content: "▾";
    font-size: 16px;
    color: #6c757d;
    margin-right: auto;
    padding-right: 20px;
    transition: transform 0.3s ease;
  }
  .menu-item-has-children.open > a[aria-haspopup=true]::after {
    transform: rotate(180deg);
  }
  /* حذف هاور دسکتاپ در موبایل */
  .menu-list > li:hover > ul,
  .sub-menu > li:hover > ul,
  .menu-list > li > ul > li:hover > ul {
    display: none;
  }
  .menu-list > li:hover > ul.active,
  .sub-menu > li:hover > ul.active,
  .menu-list > li > ul > li:hover > ul.active {
    display: flex;
  }
  /* جلوگیری از افتادن دراپ‌داون به کنار */
  .header-container-dn nav ul li ul {
    position: static;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    flex-direction: column;
    display: none;
    box-shadow: none;
    border: none;
    background: #ffffff;
    padding: 0;
    margin: 0;
    transform: none;
  }
  .header-container-dn nav ul li ul.active {
    display: flex;
    flex-direction: column;
  }
  .header-container-dn nav ul li ul ul {
    position: static;
    right: auto;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    flex-direction: column;
    display: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: none;
    transform: none;
  }
  .header-container-dn nav ul li ul ul.active {
    display: flex;
    flex-direction: column;
  }
  .sub-menu,
  .sub-menu-2,
  .sub-menu-3,
  .sub-menu-4,
  .mega-menu-background {
    position: static;
    right: auto;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    flex-direction: column;
    display: none;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
    transform: none;
  }
  .sub-menu.active,
  .sub-menu-2.active,
  .sub-menu-3.active,
  .sub-menu-4.active,
  .mega-menu-background.active {
    display: flex;
    flex-direction: column;
  }
  [class*=sub-menu],
  [class*=mega-menu] {
    position: static;
    right: auto;
    left: auto;
    top: auto;
    transform: none;
  }
  .menu-list > li > ul > li > ul {
    right: auto;
    left: auto;
    position: static;
    width: 100%;
  }
}
/* استایل نمایش نام کاربری در موبایل‌های کوچک */
@media (max-width: 480px) {
  body header .header-fluid .header-container-up .container-up-login > a[title]::after {
    display: block;
    font-size: 9px;
    bottom: -16px;
  }
}
/* =============================================
   ریسپانسیو - باکس جستجو 90% عرض صفحه در موبایل
   با پس‌زمینه سفید
   ============================================= */
@media (max-width: 1024px) {
  #ajax-search-results {
    position: fixed;
    width: 90%;
    max-width: 90%;
    left: 5%;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff !important;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    z-index: 99999;
    max-height: 80vh;
    overflow-y: auto;
    padding: 0;
  }
  /* پس‌زمینه تیره پشت باکس جستجو */
  #ajax-search-results::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
  #ajax-search-results .search-header {
    padding: 20px 20px 0;
    background-color: #ffffff !important;
    border-radius: 16px 16px 0 0;
  }
  #ajax-search-results .search-header p {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    color: #1a1a1a;
  }
  #ajax-search-results .search-header p span {
    font-weight: 700;
    color: #FF383C;
  }
  #ajax-search-results .search-results-list {
    padding: 15px 20px;
    background-color: #ffffff !important;
  }
  #ajax-search-results .search-item {
    padding: 12px 0;
    margin-right: 0;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff !important;
  }
  #ajax-search-results .search-item:last-child {
    border-bottom: none;
  }
  #ajax-search-results .search-item-icon {
    width: 8%;
    display: flex;
    align-items: center;
  }
  #ajax-search-results .search-item-icon img {
    width: 20px;
    height: 20px;
  }
  #ajax-search-results .search-item-title {
    width: 92%;
  }
  #ajax-search-results .search-item-title a {
    font-size: 15px;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    display: block;
    line-height: 1.4;
  }
  #ajax-search-results .search-item-title a:hover {
    color: #FF383C;
  }
  #ajax-search-results .search-item-category {
    width: 100%;
    padding-right: 8%;
  }
  #ajax-search-results .search-item-category span {
    font-size: 13px;
    color: #888;
  }
  #ajax-search-results .popular-searches {
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
    margin-top: 5px;
    background-color: #ffffff !important;
    border-radius: 0 0 16px 16px;
  }
  #ajax-search-results .popular-searches-title p {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    padding-top: 0;
    margin-bottom: 12px;
  }
  #ajax-search-results .popular-searches ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0;
  }
  #ajax-search-results .popular-searches ul li {
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 6px 16px;
    margin: 0;
    list-style: none;
    transition: all 0.2s ease;
  }
  #ajax-search-results .popular-searches ul li a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    display: block;
    white-space: nowrap;
  }
  #ajax-search-results .popular-searches ul li:hover {
    background-color: #FF383C;
  }
  #ajax-search-results .popular-searches ul li:hover a {
    color: #ffffff;
  }
  /* استایل‌های پیام‌ها */
  #ajax-search-results .search-loading,
  #ajax-search-results .search-no-result,
  #ajax-search-results .search-error {
    padding: 40px 20px;
    text-align: center;
    background-color: #ffffff !important;
    border-radius: 16px;
  }
  #ajax-search-results .search-loading p,
  #ajax-search-results .search-no-result p,
  #ajax-search-results .search-error p {
    font-size: 15px;
    color: #666;
    margin: 0;
  }
  #ajax-search-results .search-error p {
    color: #FF383C;
  }
  /* دکمه بستن */
  #ajax-search-results .close-search {
    position: absolute;
    top: 12px;
    left: 16px;
    right: auto;
    background: none;
    border: none;
    font-size: 28px;
    color: #999;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: opacity 0.2s;
    z-index: 10;
  }
  #ajax-search-results .close-search:hover {
    opacity: 0.6;
  }
}
/* =============================================
   موبایل‌های کوچکتر (تا 480px)
   ============================================= */
@media (max-width: 480px) {
  #ajax-search-results {
    width: 92%;
    max-width: 92%;
    left: 4%;
    right: 4%;
    border-radius: 14px;
    max-height: 75vh;
  }
  #ajax-search-results .search-header {
    padding: 16px 16px 0;
  }
  #ajax-search-results .search-header p {
    font-size: 14px;
  }
  #ajax-search-results .search-results-list {
    padding: 12px 16px;
  }
  #ajax-search-results .search-item {
    padding: 10px 0;
  }
  #ajax-search-results .search-item-icon {
    width: 10%;
  }
  #ajax-search-results .search-item-icon img {
    width: 16px;
    height: 16px;
  }
  #ajax-search-results .search-item-title {
    width: 90%;
  }
  #ajax-search-results .search-item-title a {
    font-size: 14px;
  }
  #ajax-search-results .search-item-category span {
    font-size: 12px;
  }
  #ajax-search-results .popular-searches-title p {
    font-size: 14px;
  }
  #ajax-search-results .popular-searches ul li {
    padding: 5px 12px;
  }
  #ajax-search-results .popular-searches ul li a {
    font-size: 13px;
  }
  #ajax-search-results .close-search {
    font-size: 24px;
    top: 10px;
    left: 14px;
  }
}
/* =============================================
   حالت Portrait
   ============================================= */
@media (max-width: 768px) and (orientation: portrait) {
  #ajax-search-results {
    max-height: 70vh;
    top: 45%;
    transform: translateY(-45%);
  }
}
@media (max-width: 480px) and (orientation: portrait) {
  #ajax-search-results {
    max-height: 65vh;
    top: 40%;
    transform: translateY(-40%);
  }
}
/* =============================================
   اسکرول باکس نتایج
   ============================================= */
@media (max-width: 1024px) {
  #ajax-search-results {
    -webkit-overflow-scrolling: touch;
  }
  #ajax-search-results::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  #ajax-search-results::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border-radius: 10px;
  }
  #ajax-search-results::-webkit-scrollbar-track {
    background: transparent;
  }
}
@media (max-width: 800px) {
  header .header-fluid .header-container-dn > .main-navigation #menu-menu-1 > li {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: center;
    width: 100%;
  }
  header .header-fluid .header-container-dn > .main-navigation #menu-menu-1 > li > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .header-fluid .header-container-dn > .main-navigation #menu-menu-1 > li > ul > li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  header .header-fluid .header-container-dn > .main-navigation #menu-menu-1 > li > ul > li > ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  header .header-fluid .header-container-dn > .main-navigation #menu-menu-1 > li > ul > li > ul > p {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .header-fluid .header-container-dn > .main-navigation #menu-menu-1 > li > ul > li > ul > p::after {
    margin: 0;
  }
  header .header-fluid .header-container-dn > .main-navigation #menu-menu-1 > li > ul > li > ul > li {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100% !important;
  }
  header .header-fluid .header-container-dn > .main-navigation #menu-menu-1 > li > ul > li > ul > li > ul {
    align-items: center;
    justify-content: center;
  }
  header .header-fluid .header-container-dn > .main-navigation #menu-menu-1 > li > ul > li > ul > li > ul li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .header-fluid .header-container-dn > .main-navigation #menu-menu-1 > li > ul > li > ul > li > ul li > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  header .header-fluid .header-container-dn > .main-navigation #menu-menu-1 > li > ul > li > ul > li > a {
    gap: 0;
  }
}
@media (max-width: 800px) {
  .menu-list > li > ul > li > ul > li {
    margin-right: 20px;
    height: auto !important;
    width: 30% !important;
    padding: 5px 0;
    text-align: center;
    display: flex;
    height: 35px;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (max-width: 800px) {
  #menu-topmenu > li {
    flex-direction: column-reverse;
  }
  #menu-topmenu > li > a {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #menu-topmenu > li > ul {
    border: 1px solid red;
  }
  body header .header-fluid .header-container-dn nav > ul > li > ul > li {
    display: flex;
    justify-content: center;
  }
}/*# sourceMappingURL=header.css.map */