/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 02 2026 | 18:20:14 */
/* مخفی‌کردن دسته «پیشنهاد ویژه» فقط در شورت‌کد دسته‌بندی */
#shortcodcatpro .product-categories-tree > li.cat-item-204 {
    display: none !important;
}



/* =========================================================
   CATEGORY TREE — SHORTCODE
   Scope: #shortcodcatpro
========================================================= */

/* کانتینر اصلی فهرست */
#shortcodcatpro .product-categories-tree {
    direction: rtl !important;
    min-height: 450px !important;
    max-height: 450px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;

    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;

    font-size: 15px !important;

    /* Firefox */
    scrollbar-width: thin !important;
    scrollbar-color: #27DA89 transparent !important;
}

/* حذف کامل نقطه، padding و margin تمام لیست‌ها */
#shortcodcatpro .product-categories-tree,
#shortcodcatpro .product-categories-tree ul,
#shortcodcatpro .product-categories-tree li {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

#shortcodcatpro .product-categories-tree li::marker {
    content: "" !important;
    display: none !important;
}

/* ---------------------------------------------------------
   همه لینک‌ها: رنگ پایه و رفتار عمومی
--------------------------------------------------------- */
#shortcodcatpro .product-categories-tree a {
    color: #2B2230 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    text-decoration: none !important;
    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        transform 0.2s ease !important;
}

#shortcodcatpro .product-categories-tree a:hover,
#shortcodcatpro .product-categories-tree a:focus,
#shortcodcatpro .product-categories-tree a:active {
    color: #DA2778 !important;
}

/* ---------------------------------------------------------
   فقط دسته‌های اصلی — سطح اول
   > یعنی هیچ child یا والد داخلی تحت تأثیر نیست.
--------------------------------------------------------- */

/* فاصله بین گروه‌های اصلی */
#shortcodcatpro .product-categories-tree > li {
    width: 100% !important;
    margin-bottom: 10px !important;
}

#shortcodcatpro .product-categories-tree > li > a {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: 90% !important;
    box-sizing: border-box !important;

    border-radius: 10px !important;

    color: #2B2230 !important;
    font-weight: 600 !important;

}

/* دایره صورتی ثابت با پالس نوری ملایم بدون حرکت افقی/عمودی */
#shortcodcatpro .product-categories-tree > li > a::before {
    content: "" !important;
    flex-shrink: 0 !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background-color: #DA2778 !important;
    
    /* افکت پالس نوری */
    box-shadow: 0 0 0 0 rgba(218, 39, 120, 0.4) !important;
    animation: scp-pulse-wave 2s infinite cubic-bezier(0.4, 0, 0.6, 1) !important;
}

/* انیمیشن پالس نوری دور دایره */
@keyframes scp-pulse-wave {
    0% {
        box-shadow: 0 0 0 0 rgba(218, 39, 120, 0.7);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(218, 39, 120, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(218, 39, 120, 0);
    }
}


/* هاور دسته‌های اصلی */
#shortcodcatpro .product-categories-tree > li > a:hover,
#shortcodcatpro .product-categories-tree > li > a:focus,
#shortcodcatpro .product-categories-tree > li > a:active {
    color: #DA2778 !important;
    background-color: #FFF7FA !important;
    transform: translateX(-2px) !important;
}

/* ---------------------------------------------------------
   چایلدهای سطح اول
   بدون بک‌گراند سفید و بدون استایل کارت
--------------------------------------------------------- */
#shortcodcatpro .product-categories-tree > li > ul.children {
    width: 100% !important;
    margin: 5px 0 0 !important;
    padding: 0 14px 4px 0 !important;
}

/* آیتم‌های child سطح اول */
#shortcodcatpro .product-categories-tree > li > ul.children > li {
    width: 100% !important;
    margin: 0 !important;
}

/* لینک child سطح اول */
#shortcodcatpro .product-categories-tree > li > ul.children > li > a {
    display: block !important;
    position: relative !important;

    padding: 5px 13px 5px 0 !important;
    color: #2B2230 !important;
    font-weight: 400 !important;
}

/* نقطه کوچک کنار child سطح اول */
#shortcodcatpro .product-categories-tree > li > ul.children > li > a::before {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;

    width: 5px !important;
    height: 5px !important;

    border-radius: 50% !important;
    background-color: #27DA89 !important;
    transform: translateY(-50%) !important;

    transition:
        background-color 0.2s ease,
        transform 0.2s ease !important;
}

#shortcodcatpro .product-categories-tree > li > ul.children > li > a:hover::before,
#shortcodcatpro .product-categories-tree > li > ul.children > li > a:focus::before {
    background-color: #DA2778 !important;
    transform: translateY(-50%) scale(1.25) !important;
}

/* ---------------------------------------------------------
   چایلدهای عمق دوم و بیشتر
--------------------------------------------------------- */
#shortcodcatpro .product-categories-tree ul.children ul.children {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 16px 2px 0 !important;
}

/* لینک زیرمجموعه‌های عمق دوم به بعد */
#shortcodcatpro .product-categories-tree ul.children ul.children a {
    display: block !important;
    position: relative !important;

    padding: 4px 12px 4px 0 !important;
    color: rgba(43, 34, 48, 0.78) !important;
    font-size: 14px !important;
}

/* نشانگر ریزتر برای عمق دوم به بعد */
#shortcodcatpro .product-categories-tree ul.children ul.children a::before {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;

    width: 4px !important;
    height: 4px !important;

    border-radius: 50% !important;
    background-color: rgba(39, 218, 137, 0.65) !important;
    transform: translateY(-50%) !important;
}

#shortcodcatpro .product-categories-tree ul.children ul.children a:hover,
#shortcodcatpro .product-categories-tree ul.children ul.children a:focus {
    color: #DA2778 !important;
}

#shortcodcatpro .product-categories-tree ul.children ul.children a:hover::before,
#shortcodcatpro .product-categories-tree ul.children ul.children a:focus::before {
    background-color: #DA2778 !important;
}

/* ---------------------------------------------------------
   Scrollbar — Chrome / Edge / Safari
--------------------------------------------------------- */
#shortcodcatpro .product-categories-tree::-webkit-scrollbar {
    width: 6px !important;
}

#shortcodcatpro .product-categories-tree::-webkit-scrollbar-track {
    background: transparent !important;
}

#shortcodcatpro .product-categories-tree::-webkit-scrollbar-thumb {
    background-color: #27DA89 !important;
    border-radius: 10px !important;
}

#shortcodcatpro .product-categories-tree::-webkit-scrollbar-thumb:hover {
    background-color: #DA2778 !important;
}





#tabmob .e-n-tabs-heading {
    border-radius: 8px!important;
    overflow: hidden!important;
}
@media (max-width: 767px) {
  #boxmenuhidden {
    overflow: hidden !important;
  }
}
#megamenudesk .e-n-tabs-heading button {
    padding: 8px 16px;
}
/*کد استایل جستجوی متحرک*/
.shahwp-search-box-t1 {  
  position: relative;  
}  

.shahwp-category-box-t1 {  
  position: absolute;  
  top: 50%;  
  right: 100px;  
  transform: translateY(-50%);  
  width: 100%;
  height: 90%;
  overflow: hidden;  
  display: flex; 
  align-items: center;
  justify-content: flex-start;
  pointer-events: none;
}  

.shahwp-category-box-t1 ul {  
  list-style: none;  
  margin: 0;  
  padding: 0;  
  position: relative;  
  width: 100%; 
  height: 100%; 
}  

.shahwp-category-box-t1 li {  
  position: absolute;  
  inset: 0;
  display: flex;  
  align-items: center;
  justify-content: flex-start;
  padding: 0;  
  font-size: 14px;  
  font-family: "PeydaWebFaNum", Sans-serif;  
  font-weight: 500;
  color: #DA2778;
  opacity: 0;  
  transform: translateY(20px);  
  animation: slide 6s infinite; 
  user-select: none;
  cursor: text;
  pointer-events: auto;
}  

.shahwp-search-input-t1 input {
    text-align: right !important;
}

/* ترتیب نمایش */  
.shahwp-category-box-t1 li:nth-child(1) {  
  animation-delay: 0s;  
}  
.shahwp-category-box-t1 li:nth-child(2) {  
  animation-delay: 2s;  
}  
.shahwp-category-box-t1 li:nth-child(3) {  
  animation-delay: 4s;  
}  

@keyframes slide {  
  0% {  
    opacity: 0;  
    transform: translateY(20px);  
  }  
  10% {  
    opacity: 1;  
    transform: translateY(0);  
  }  
  30% {  
    opacity: 1;  
    transform: translateY(0);  
  }  
  40% {  
    opacity: 0;  
    transform: translateY(-20px);  
  }  
  100% {  
    opacity: 0;  
    transform: translateY(-20px);  
  }  
}  

.shahwp-search-box-t1 input {  
  width: 100%;  
  padding-left: 10px;  
}

.shahwp-placeholder::placeholder {
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.5s ease;
}

.shahwp-placeholder.show-placeholder::placeholder {
    opacity: 1;
    transform: translateY(0);
}

/* انتخاب اولین آیتم منو در دسکتاپ */
#menudesktop ul.e-n-menu-heading > li:first-child .e-n-menu-title {
    position: relative;
    padding-right: 16px !important; /* ایجاد فضا در سمت راست برای قرارگیری دایره در حالت RTL */
    display: inline-flex;
    align-items: center;
}

/* ساخت دایره کوچک و فعال سازی انیمیشن موج در حالت عادی */
#menudesktop ul.e-n-menu-heading > li:first-child .e-n-menu-title::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #27DA89;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    /* اجرای انیمیشن ملایم در حالت عادی */
    animation: wave-pulse-normal 2s infinite ease-in-out;
}

/* افکت هاور و فعال شدن (تغییر رنگ دایره و سوییچ به انیمیشن موج قوی تر) */
#menudesktop ul.e-n-menu-heading > li:first-child:hover .e-n-menu-title::before,
#menudesktop ul.e-n-menu-heading > li:first-child .e-n-menu-title.e-highlighted::before,
#menudesktop ul.e-n-menu-heading > li:first-child .e-n-menu-title:focus-within::before {
    background-color: #DA2778;
    /* اجرای انیمیشن پررنگ تر در حالت هاور/فعال */
    animation: wave-pulse-hover 1.6s infinite ease-in-out;
}

/* ۱. انیمیشن موج ملایم برای حالت عادی (با رنگ تیره تر و شفافیت کمتر) */
/* ۱. انیمیشن موج ملایم برای حالت عادی بر پایه رنگ سبز نعنایی کم رنگ */
@keyframes wave-pulse-normal {
    0% {
        box-shadow: 0 0 0 0 rgba(39, 218, 137, 0.35); /* رنگ کم‌رنگ‌تر از #27DA89 */
    }
    70% {
        box-shadow: 0 0 0 10px rgba(39, 218, 137, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(39, 218, 137, 0);
    }
}

/* ۲. انیمیشن موج جذاب برای حالت هاور و فعال (با رنگ صورتی پیشنهادی شما) */
@keyframes wave-pulse-hover {
    0% {
        box-shadow: 0 0 0 0 rgba(245, 155, 188, 0.8);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(245, 155, 188, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(245, 155, 188, 0);
    }
}


#megamenudesk .e-n-tabs-heading {
    border-left: 1px dashed #E9D7E0!important ;
    padding-left: 12px!important;
}