.elementor-kit-5{--e-global-color-primary:#D60644;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-size:15px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-font-style:normal;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1270px;}.e-con{--container-max-width:1270px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.branch-box {
  background: #f9f9f9;
  padding: 16px;
  border-radius: 10px;
  margin-bottom: 12px;
  direction: rtl;
  text-align: right;
  transition: 0.3s;
  cursor: pointer;
}

.branch-box:hover {
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.branch-box a {
  display: inline-block;
  margin-top: 8px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.branch-city-list li {
  padding: 8px;
  margin-bottom: 4px;
  background: #eee;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s;
}

.branch-city-list li:hover {
  background: #ddd;
}
/* موقعیت پایه هدر */
.local-header {
  position: fixed;
  top: 24px;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  background: transparent;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* حالت پیش‌فرض = پنهان (سکشن اول) */
.local-header {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
}

/* حالت فعال = نمایش بعد از سکشن اول */
body.show-header .local-header {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* لِی‌اوت هدر: سه ستون – همبرگری | لوگو (وسط) | سبد */
.local-header {
  display: grid;
  grid-template-columns: 60px 1fr 60px; /* ستون‌های چپ و راست بزرگ‌تر */
  align-items: center;
  justify-items: center;
  gap: 12px;
  min-height: 64px; /* قد هدر */
  padding: 0 40px; /* فاصله از طرفین */
}

/* جای هر آیتم در گرید */
.local-header .hdr-burger {
  justify-self: start;
}
.local-header .hdr-logo {
  justify-self: center;
}
.local-header .hdr-cart {
  justify-self: end;
}

/* لوگو وسط‌چین کامل */
.local-header .hdr-logo,
.local-header .hdr-logo img {
  display: block;
  margin: 0 auto;
}

/* اندازه آیکن‌ها */
.local-header .hdr-burger i,
.local-header .hdr-burger svg,
.local-header .hdr-cart i,
.local-header .hdr-cart svg {
  width: 38px !important;
  height: 38px !important;
  font-size: 38px !important;
  line-height: 1 !important;
}

/* حذف هر باکس/پس‌زمینه/پدینگ دکمه‌های همبرگری و سبد */
.local-header .hdr-burger .elementor-menu-toggle,
.local-header .hdr-cart .elementor-menu-cart__toggle,
.local-header .hdr-cart .elementor-menu-cart__toggle_button {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* هاور لطیف و هماهنگ */
.local-header .hdr-burger:hover i,
.local-header .hdr-burger:hover svg,
.local-header .hdr-cart:hover i,
.local-header .hdr-cart:hover svg {
  transform: scale(1.1);
  transition: transform 0.25s ease;
}

/* حذف pseudo-elementهای احتمالی */
.local-header .hdr-burger .elementor-menu-toggle::before,
.local-header .hdr-burger .elementor-menu-toggle::after {
  content: none !important;
}
/* مخفی کردن اسکرول‌بار فقط در صفحه 69340 */

/* کروم/ادج/سافاری (WebKit/Chromium) */
html:has(body.page-id-69340)::-webkit-scrollbar{
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}

/* فایرفاکس */
html:has(body.page-id-69340){
  scrollbar-width: none !important;
}

/* احتیاط: اگر قالب، هاست اسکرول دیگری ساخته باشد */
body.page-id-69340 .site,
body.page-id-69340 .wrapper,
body.page-id-69340 .main-page,
body.page-id-69340 .elementor,
body.page-id-69340 .elementor-section-wrap{
  -ms-overflow-style: none;      /* IE قدیمی */
  scrollbar-width: none;         /* Firefox */
}
body.page-id-69340 .site::-webkit-scrollbar,
body.page-id-69340 .wrapper::-webkit-scrollbar,
body.page-id-69340 .main-page::-webkit-scrollbar,
body.page-id-69340 .elementor::-webkit-scrollbar,
body.page-id-69340 .elementor-section-wrap::-webkit-scrollbar{
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}/* End custom CSS */