@font-face {
    font-family: 'Kalameh';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/kalameh/KalamehWebFaNum-Medium.woff2') format('woff2'),
         url('../fonts/kalameh/KalamehWebFaNum-Medium.woff') format('woff');
  }

  @font-face {
    font-family: 'IranSans';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/iran/IRANSansWeb.woff') format('woff2'),
         url('../fonts/iran/IRANSansWeb.woff2') format('woff');
  }

  @font-face {
    font-family: 'Vazir';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/vazir/Vazir.woff') format('woff2'),
         url('../fonts/vazir/Vazir.woff2') format('woff');
  }

body{
    font-family: 'Kalameh' !important;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Kalameh' !important;
}

.tf-loading-default .text{
    color: rgb(33 37 41) !important;

}
.list-product-btn a{
    color: rgb(33 37 41) !important;
}

.list-product-btn .box-icon:hover{
      color: white !important;
}

.wishlist.active .icon-heart {
    /* استایل قلب پر شده */
    color: red; /* یا هر رنگی که نشان‌دهنده فعال بودن است */
    /* اگر آیکون‌های شما با کلاس‌های مختلفی کار می‌کنند: */
    /* .wishlist.active .icon-heart { content: 'کد آیکون پر'; } */
}
.enamad{
    border-radius: 25px;
    height: 80%;
}
.tf-product-bundle-price{
    margin-top: 10px !important;
}
.tf-product-bundle-infos .tf-product-bundle-variant select{
    border: 1px solid rgb(33 37 41) !important;
}

.tf-bundle-product-item.type-lg .tf-product-bundle-title{
    color: rgb(33 37 41) !important;

}
.tf-product-bundle-infos .tf-product-bundle-price .price{
    color: rgb(33 37 41) !important;

}
.section-lookbook-activewear{
    margin-top: 100px !important;
  }
.btn-fill{
    background-color: rgb(33 37 41) !important;
}
.banner-hero-collection-wrap .card-box .subheading{
    color: rgb(33 37 41) !important;
}
.banner-hero-collection-wrap .card-box .heading{
    color: rgb(33 37 41) !important;
}
.nav-sw.swiper-button-disabled{
    border-color: rgba(245, 245, 245, 0.14);
    color: white !important;
}
.tf-btn span{
    color: rgb(33 37 41) !important;
}
.navigation-sw-dot span{
    background-color: rgb(33 37 41) !important;
}
.header-list-categories .categories-item a{
    font-size: 13px !important;
}
.mybtnslider{
    background-color: #fff !important;
}
.btn-xl .icon{
    color: rgb(33 37 41) !important;
}
.progress-wrap::after{
    color: rgb(33 37 41) !important;
}
.tf-loop-item a{
    color: rgb(33 37 41) !important;
}
.tf-product-info-price .price{
    color: rgb(33 37 41) !important;
}
.product-unavailable {
    opacity: 0.6;

    filter: grayscale(100%);
    position: relative;

}

.out-of-stock-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background-color: rgba(220, 38, 38, 0.9);
    color: #fff;
    padding: 10px 20px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    border: 3px solid #f87171;
}



.modal-shopping-cart .modal-content {
    color: rgb(33 37 41) !important;
}

.form-sign-in .header .demo-title{
    color: rgb(33 37 41) !important;
}
.modal-shopping-cart .header .title{
    color: rgb(33 37 41) !important;
}
.tf-mini-cart-info{
    color: rgb(33 37 41) !important;
}
.wg-quantity input{
    color: rgb(33 37 41) !important;
}
.modal-shopping-cart .tf-mini-cart-item .tf-mini-cart-info a{
      color: rgb(33 37 41) !important    ;
}
.mybtnlogin{
    background-color: #212529 !important;
}
.wg-quantity .btn-quantity{
    color: rgb(33 37 41) !important;

}
.modal-shopping-cart .tf-mini-cart-tool .tf-mini-cart-tool-btn{
    color: rgb(33 37 41) !important;

}
.mybtnlogin span{
    color: white !important;
}
.tf-field.style-1 .tf-field-label{
    left: 0px !important;
    right: 15px !important
}


.tf-mini-search-frm input{
    color: rgb(33 37 41) !important;
    background-color: #212529 !important;
    font-family: 'Kalameh' !important;
}
.announcement-bar{
    background-color: black !important;
}


.box-nav-ul .menu-heading{
    color: black !important;
}

.collection-item-circle .sale-off{
    color: rgb(33 37 41) !important;
}
/* Highlight modal */
.highlight-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1200;
    font-family: inherit;
  }

  .highlight-modal[aria-hidden="false"] {
    display: flex;
  }

  /* backdrop */
  .highlight-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.95);
    transition: opacity 200ms ease;
  }

  /* panel */
  .highlight-panel {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  /* media full screen */
  .hm-media {
    width: 100%;
    height: 100%;
  }
  .hm-image-wrap {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .hm-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* پر کردن مثل استوری */
  }
  .hm-meta h2{
    font-family: 'Kalameh';
  }

  /* gradient overlay برای خوانایی متن */
  .hm-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 20%, transparent 60%);
    pointer-events: none;
  }

  /* sale badge */
  .hm-sale {
    position: absolute;
    top: 20px;
    left: 20px;
    background: linear-gradient(90deg,#ff416c,#ff884b);
    color: #fff;
    padding: 6px 14px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    display: none;
  }

  /* caption */
  .hm-meta {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 480px;
    text-align: center;
    color: #fff;
    padding: 12px 16px;
    background: rgba(0,0,0,0.45);
    border-radius: 12px;
  }
  .hm-meta h2 {
    margin: 0 0 6px 0;
    font-size: 20px;
    font-weight: 700;
  }
  .hm-meta p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #f1f1f1;
  }

  /* nav arrows */
  .hm-prev, .hm-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: none;
    background: rgba(0,0,0,0.4);
    border-radius: 50%;
    cursor: pointer;
    font-size: 28px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
  }
  .hm-prev:hover, .hm-next:hover { background: rgba(0,0,0,0.6); }
  .hm-prev { left: 15px; }
  .hm-next { right: 15px; }

  /* close button */
  .hm-close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 5;
    border: none;
    background: rgba(0, 0, 0, 0.166);
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    transition: background 0.2s ease;
  }
  .hm-close:hover { background: rgba(0,0,0,0.8); }

  /* animation */
  @keyframes hm-scale-in {
    from { transform: translateY(8px) scale(.98); opacity: 0; }
    to   { transform: translateY(0) scale(1); opacity: 1; }
  }
  .highlight-panel { animation: hm-scale-in 0.25s ease; }


  /* Cart Modal Styles */
.cart-wrap {
    position: fixed;
    left: 40px;
    bottom: 30px; /* فاصله از دکمه بازگشت به بالا */
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;

}

.cart-wrap.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    background-color: whitesmoke;
}

.cart-wrap::after {
    content: 'سبد خرید';
    position: absolute;
    text-align: center;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    color: #fff;
    background: #212529;
    padding: 2px 8px;
    border-radius: 3px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cart-wrap:hover::after {
    opacity: 1;
}

.cart-circle svg path {
    fill: none;
    stroke: #212529;
    stroke-width: 4;
    box-sizing: border-box;
    transition: stroke-dashoffset 200ms linear;
}

.cart-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px;
}

.cart-wrap svg{
    margin-right: 9px;
    margin-top: 9px;
    opacity: 0.6;
}

.cart-count {
    position: absolute;
    top: 3px;
    right: 6px;
    background: #DB1215;
    color: #fff;
    font-size: 10px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/* Animation for cart addition */
@keyframes cartPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.cart-wrap.pulse {
    animation: cartPulse 0.3s ease-in-out;
}

.wrap-lookbook.lookbook-sw .nav-prev-lookbook{
    top: 74%;
    left: 38%;

}
.wrap-lookbook.lookbook-sw .nav-next-lookbook {
    top: 37%;
    left: 61%;
}
.myblackcolor{
    color: rgb(33 37 41) !important;
}
.mywhitecolor{
    color: white !important;
}
@media (min-width: 768px) {
    .banner-parallax {
        height: 800px !important;
    }
}
.font-poppins{
    font-family: 'Kalameh' !important;
}
.widget-tab-3 {
  margin-bottom: 20px !important;
}
.box-video-wrap-2 video{
  width: 100% !important;
}
.videoss{
  margin-bottom: 50px;
}
.line{
border-bottom: 1px solid #413f3f !important;
}
.rtl .tf-sw-slideshow .wrap-slider img{
transform: rotateY(0deg) !important;
}


/* --- ساختار کلی --- */
.offers-section {
    display: flex;
    background-color: #ef394e;
    border-radius: 20px;
    overflow: hidden;
    max-width: 1300px;
    margin: 40px auto 80px auto;
    color: #fff;
  }

  .offers-section h2{
    color: white;
  }

  /* --- بخش سمت راست: عنوان، تایمر، درصد --- */
  .offers-info {
    width: 230px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    box-sizing: border-box;
    flex-shrink: 0;
  }

  .offers-info h2 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: -7px;
  }
  .underline{
    text-decoration: underline;
  }
  .timer {
    display: flex;
    gap: 6px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .timer div {
    background-color: #fff;
    color: #ef394e;
    padding: 6px 8px;
    border-radius: 10px;
    font-size: 14px;
    min-width: 30px;
    text-align: center;
  }

  .view-all {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin-top: 10px;
    display: block;
  }

  .percent-icon {
    font-size: 40px;
    margin: 0 0;
  }

  /* --- بخش محصولات (اسلایدر) --- */
  .slider-container {
    position: relative;
    flex: 1;
    overflow: hidden;
    padding: 60px 10px;
    box-sizing: border-box;
  }

  .slider {
    display: flex;
    gap: 20px;
    transition: transform 0.4s ease;
  }

  /* --- کارت محصول --- */
  .product-card {
    background-color: #fff;
    color: #333;
    height: 360px !important;
    border-radius: 12px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    width: 180px; /* عرض ثابت */
    flex-shrink: 0;
    text-align: center;
    padding: 10px;
    position: relative;
    transition: transform 0.2s ease;
  }

  .product-card:hover {
    transform: translateY(-4px);
  }

  .product-card img {
    width: 100%;
    height: 240px;
    object-fit: contain;
  }

  .product-title {

    font-size: 14px;
    margin: 5px 0;
    height: 40px;
    overflow: hidden;
  }
      .product-title2 {
        font-size: 33px;
          margin: 2px 0;
      }
  .price {
    font-size: 15px;
    font-weight: bold;
  }

  .old-price {
    text-decoration: line-through;
    color: #888;
    font-size: 13px;
  }

  .discount {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #ef394e;
    color: #fff;
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
  }

  /* --- دکمه‌های اسلایدر --- */
  .nav-btn {
    background-color: rgba(255,255,255,0.9);
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    font-weight: bold;
    color: #333;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    z-index: 10;
  }

  .nav-btn:hover {
    background-color: #fff;
  }

  .prev-btn { right: 5px; }   /* دکمه راست */
  .next-btn { left: 5px; }    /* دکمه چپ */

  /* واکنش‌گرا */
  /* واکنش‌گرا */
  @media (max-width: 768px) {
      .offers-section {

          flex-direction: column;
          border-radius:2px;

          max-width: 100%;
          margin: 20px 0; /* کمی فاصله در بالا و پایین */
      }

      .offers-info {
          width: 100%;
          /* تنظیم حاشیه‌های پایین برای موبایل */
          padding: 20px 10px 0 10px; /* فضای بالا و کناره‌ها */

          flex-direction: row;
          justify-content: space-around; /* یا space-between */
          align-items: center;
          text-align: right; /* متن را به سمت راست ببرید */
      }

      .offers-info h2 {
          /* در حالت موبایل، عنوان را در یک خط با تایمر می‌خواهیم */
          order: 1; /* ترتیب اول */
          margin: 0;
          font-size: 18px;
      }

      .offers-info .timer {
          order: 2; /* ترتیب دوم */
          margin: 0;
      }

      .offers-info .percent-icon {
          display: none; /* یا هر نوع نمایشی که در موبایل بهتر است */
      }

      .offers-info .view-all {
          display: none; /* یا هر نوع نمایشی که در موبایل بهتر است */
      }


      .slider-container {
          padding: 10px;
          width: 100%;
          /* در موبایل دکمه‌های ناوبری مزاحم می‌شوند، می‌توانید آن‌ها را مخفی کنید */
          /* یا فاصله دکمه‌ها را به بیرون از .slider-container ببرید */
      }


      .product-card {
          min-width: 160px; /* کاهش عرض کارت‌ها برای جا شدن بیشتر در صفحه */
      }
  }
.slider-container {
    position: relative; /* برای موقعیت دکمه‌ها */
}

.slider {
    display: flex; /* برای قرارگیری محصولات در یک خط */
    overflow-x: scroll; /* کلید اصلی: اجازه می‌دهد تا محتوا اسکرول شود */
    scroll-behavior: smooth; /* حرکت نرم هنگام اسکرول با جاوا اسکریپت */
    -ms-overflow-style: none; /* مخفی کردن اسکرول بار در IE و Edge */
    scrollbar-width: none; /* مخفی کردن اسکرول بار در Firefox */
    padding: 10px 0; /* کمی فضای داخلی برای نمایش بهتر */
}

/* مخفی کردن اسکرول بار در Chrome, Safari و Opera */
.slider::-webkit-scrollbar {
    display: none;
}

.product-card {
    /* عرض کارت را طوری تنظیم کنید که چند کارت در صفحه جا شوند */
    min-width: 200px; /* مثال */
    margin-left: 5px;
    flex-shrink: 0; /* جلوگیری از کوچک شدن کارت‌ها */
}
/* دکمه‌های ناوبری را در .slider-container قرار دهید */
.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* ... استایل‌های ظاهری دکمه ... */
}

.prev-btn {
    right: 0;
}

.next-btn {
    left: 0;
}
.price-old {
    text-decoration: line-through; /* خط خوردگی */
    color: #999; /* رنگ خاکستری برای قیمت قدیمی */
    margin-right: 5px; /* فاصله از قیمت جدید */
}
.price-sale {
    color: red; /* یا هر رنگی که برای تخفیف در نظر دارید */
    font-weight: 600; /* پررنگ‌تر */
}
.img-text-3 .tf-content-wrap .desc {
    font-size: 16px;
    font-weight: 300;
  }
  .product-badge-wrapper {
      position: absolute;
      top: 8px;
      right: 8px;
      z-index: 10;
      display: flex;
      flex-direction: column; /* ← هر badge یک خط جدا */
      gap: 4px;               /* ← فاصله بین badgeها */
  }

  .product-badge {
      font-size: 12px;
      padding: 4px 8px;
      border-radius: 4px;
      color: #fff;
      font-weight: 600;
      white-space: nowrap;
      align-self: flex-start; /* ← چسبیدن به راست */
  }

  .badge-special   { background: #ffc107; }
  .badge-suggested { background: #27ae60; }
  .badge-discount  { background: #db1215; }
  .blog-article-item .article-label a{
    background-color: white !important;
  }

.dropdown-menu{
  text-align: right !important;
margin-top: -50px !important;
transform: translate3d(127.2px, 44.8px, 0px);
inset: auto !important;
margin-right: 70px !important;
}




  .tf-product-image-gallery {

  }

  .main-image-view {
      border: 1px solid #eee;
      border-radius: 8px;
      overflow: hidden;
      margin-bottom: 10px;
  }

  .main-image-view img {
      width: 100%;
      height: auto;
      display: block;
  }

  .thumbnail-nav-list {
      display: flex;
      flex-wrap: nowrap;
      gap: 10px;
      overflow-x: auto;
      padding-bottom: 5px; /* برای جلوگیری از برش خوردن سایه در صورت اسکرول افقی */
  }

  .thumbnail-item {
      flex-shrink: 0;
      width: 70px; /* سایز استاندارد برای تامبنیل */
      height: 70px;
      border: 2px solid transparent;
      border-radius: 4px;
      cursor: pointer;
      overflow: hidden;
      transition: border-color 0.2s;
  }

  .thumbnail-item.active {
      border-color: #007bff; /* هایلایت تصویر فعال */
  }

  .thumbnail-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  /* ---------------------------------- */
  /* استایل‌های انتخابگر ویژگی (رنگ و سایز) */
  /* ---------------------------------- */
  .attribute-selection-block .attribute-name {
      font-size: 14px;
      color: #333;
  }

  .attribute-option-label {
      position: relative;
      cursor: pointer;
      border: 1px solid #ccc;
      border-radius: 5px;
      transition: all 0.2s;
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 40px;
      height: 40px;
      font-size: 14px;
      user-select: none;
  }

  /* حالت انتخابی ویژگی متنی (سایز) */
  .attribute-option-label.text-option {
      padding: 5px 12px;
      background-color: #fff;
  }
  .attribute-option-label.text-option:hover {
      border-color: #999;
  }
  .attribute-option-label.text-option.active {
      border-color: #007bff; /* رنگ اصلی */
      background-color: #007bff;
      color: #fff;
      box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.5);
  }

  /* استایل رنگ (دایره رنگ) */
  .attribute-option-label.color-option {
      width: 30px;
      height: 30px;
      padding: 0;
      border-radius: 50%;
      border: 2px solid #fff; /* مرز داخلی سفید */
      outline: 1px solid #ccc; /* مرز خارجی برای دیده شدن رنگ‌های روشن */
  }

  /* تیک سفید برای رنگ انتخاب شده */
  .attribute-option-label.color-option .selection-indicator {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background-color: transparent;
      display: none;
      border: 2px solid #fff;
  }

  /* نمایش تیک برای رنگ انتخاب شده */
  .attribute-option-label.color-option.active .selection-indicator {
      display: block;
      /* می‌توانید به جای دایره از تیک آیکون فونت یا SVG استفاده کنید */
      /* برای سادگی، یک دایره سفید با border */
  }

  /* هایلایت دور رنگ انتخاب شده */
  .attribute-option-label.color-option.active {
      border-color: #007bff; /* مرز بیرونی آبی */
      outline-color: #007bff;
      box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.5);
  }

  /* حالت غیرفعال (ناموجود) */
  .attribute-option-label.disabled {
      opacity: 0.5;
      cursor: not-allowed;
      position: relative;
      pointer-events: none; /* جلوگیری از کلیک */
      border-style: dashed !important;
  }

  /* خط روی ویژگی‌های غیرفعال */
  .attribute-option-label.disabled::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 1px;
      background-color: #dc3545;
      transform: translateY(-50%) rotate(-45deg);
  }

  .attribute-option-label.color-option.disabled {
       outline-color: #dc3545;
  }

  /* استایل‌های badge */
  .product-badge-wrapper {
      /* موقعیت باید نسبت به tf-product-media-wrap باشد */
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 10;
      display: flex;
      flex-direction: column;
      gap: 5px;
  }
  .current-price{
    color:red !important;
  }

  /* استایل فیلد تعداد */
  #js-quantity-input {
      -moz-appearance: textfield; /* برای فایرفاکس */
  }
  #js-quantity-input::-webkit-outer-spin-button,
  #js-quantity-input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }


  .collection-item .collection-title:hover{
    background-color: white !important;
  }
  .sub-cat li{
    margin: 2px 5px !important;
  }
.icon-search{
  color: black !important;
}
.tf-mini-search-frm input{
  background-color: white !important;
}
.uick-link-serach a{
  text-decoration: underline;
}
/* مخفی کردن منوی موبایل در دسکتاپ (صفحات بزرگ‌تر از 992px) */
.header-bottom {
    display: none !important;
}

.tf-field .tf-field-label{
  left: 80% !important;
}

@media (min-width: 991.98px) {
    .header-bottom {
        display: block !important;
    }

}

#header .nav-icon li{
  display:  block !important;
}
.tf-toolbar-bottom .toolbar-item a .toolbar-label{
  font-size: 10px !important;
}

  @keyframespulse {
      0% {
          transform: translate(-50%, -50%) scale(1);
      }

      50% {
          transform: translate(-50%, -50%) scale(1.05);
      }

      100% {
          transform: translate(-50%, -50%) scale(1);
      }
  }
