.elementor-7710 .elementor-element.elementor-element-57573a6{--display:flex;}.elementor-7710 .elementor-element.elementor-element-675533a{--spacer-size:50px;}/* Start custom CSS for spacer, class: .elementor-element-675533a *//* فونت وزیر */
.comments-area,
#comments,
.comment-respond {
  font-family: Vazirmatn, Vazir, IRANSans, Tahoma, sans-serif !important;
  direction: rtl;
}

/* باکس اصلی فرم */
.comment-respond {
  background:
    radial-gradient(circle at top left, rgba(111,188,190,.22), transparent 35%),
    linear-gradient(135deg, #ffffff 0%, #f4fbfb 100%);
  border: 1px solid rgba(111,188,190,.45);
  border-right: 7px solid #6FBCBE;
  border-radius: 26px;
  padding: 38px 34px !important;
  box-shadow: 0 22px 55px rgba(25, 60, 70, .10);
  position: relative;
  overflow: hidden;
}

/* عنوان فرم */
.comment-reply-title,
#reply-title {
  font-size: 28px !important;
  font-weight: 900 !important;
  color: #111827 !important;
  margin-bottom: 28px !important;
  text-align: right;
}

.comment-reply-title::after,
#reply-title::after {
  content: "";
  display: block;
  width: 92px;
  height: 5px;
  background: linear-gradient(90deg, #6FBCBE, #d9f3f4);
  border-radius: 99px;
  margin-top: 12px;
}

/* تغییر متن عنوان */
.comment-reply-title {
  font-size: 0 !important;
}

.comment-reply-title::before {
  content: "نظرات خود را درباره محصولات GRENZ بنویسید";
  font-size: 28px !important;
  font-weight: 900 !important;
}

/* پیام ورود */
.logged-in-as,
.comment-notes {
  background: rgba(111,188,190,.10);
  border: 1px dashed rgba(111,188,190,.65);
  border-radius: 18px;
  padding: 16px 20px !important;
  color: #344054 !important;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 26px !important;
}

/* لیبل‌ها */
.comment-form label {
  display: block;
  font-size: 15px;
  font-weight: 900;
  color: #1f2937;
  margin-bottom: 10px;
}

/* فیلد دیدگاه */
.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
  background: rgba(255,255,255,.92) !important;
  border: 1px solid rgba(111,188,190,.55) !important;
  border-radius: 20px !important;
  padding: 20px 22px !important;
  color: #111827 !important;
  font-size: 15px !important;
  font-weight: 600;
  outline: none !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.8), 0 12px 28px rgba(111,188,190,.08);
  transition: .25s ease;
}

.comment-form textarea {
  min-height: 190px;
  resize: vertical;
}

.comment-form textarea:focus,
.comment-form input:focus {
  border-color: #6FBCBE !important;
  box-shadow: 0 0 0 5px rgba(111,188,190,.18), 0 18px 35px rgba(111,188,190,.13);
  background: #fff !important;
}

/* چیدمان نام، ایمیل، وبگاه */
.comment-form-author,
.comment-form-email,
.comment-form-url {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  margin-left: 1.5%;
}

.comment-form-url {
  margin-left: 0;
}

/* چک‌باکس ذخیره اطلاعات */
.comment-form-cookies-consent {
  background: #fff;
  border-radius: 16px;
  padding: 14px 18px;
  margin: 18px 0 !important;
  font-weight: 700;
  color: #4b5563;
}

/* دکمه ارسال */
.form-submit .submit,
.comment-form input[type="submit"],
.comment-form button[type="submit"] {
  background: linear-gradient(135deg, #6FBCBE, #4aa9ac) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 18px !important;
  padding: 16px 34px !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(111,188,190,.35);
  transition: .25s ease;
}

.form-submit .submit:hover,
.comment-form input[type="submit"]:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(111,188,190,.45);
}

/* کارت کامنت‌ها */
.comment-list .comment,
ol.comment-list li.comment {
  background: #ffffff;
  border: 1px solid rgba(111,188,190,.35);
  border-radius: 24px;
  padding: 26px !important;
  margin-bottom: 22px !important;
  box-shadow: 0 18px 45px rgba(25, 60, 70, .08);
  position: relative;
  overflow: hidden;
}

.comment-list .comment::before {
  content: "محصول IBD گرنز";
  position: absolute;
  top: 22px;
  left: 24px;
  background: rgba(111,188,190,.14);
  color: #26787b;
  border: 1px solid rgba(111,188,190,.45);
  border-radius: 12px;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 900;
}

/* اسم شخص */
.comment-author,
.comment-author .fn {
  text-align: right !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  color: #111827 !important;
}

.comment-metadata,
.comment-meta {
  text-align: right !important;
  color: #8a94a6 !important;
  font-size: 13px !important;
  margin-top: 6px;
}

/* متن کامنت */
.comment-content,
.comment-body p {
  color: #374151 !important;
  font-size: 15.5px !important;
  line-height: 2.1 !important;
  font-weight: 600;
  text-align: right;
}

/* دکمه پاسخ */
.comment-reply-link {
  background: #f1fbfb;
  color: #2e8f92 !important;
  border: 1px solid rgba(111,188,190,.45);
  border-radius: 12px;
  padding: 8px 16px;
  font-weight: 900;
  text-decoration: none !important;
}

/* موبایل */
@media (max-width: 768px) {
  .comment-respond {
    padding: 28px 18px !important;
    border-radius: 22px;
  }

  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 100%;
    display: block;
    margin-left: 0;
  }

  .comment-reply-title::before {
    font-size: 22px !important;
  }

  .comment-list .comment::before {
    position: static;
    display: inline-block;
    margin-bottom: 14px;
  }
}
/* مخفی کردن متن اصلی: دیدگاهتان را بنویسید */
.comment-reply-title,
#reply-title {
  font-size: 0 !important;
  line-height: 0 !important;
  text-align: right; /* اضافه شد */
}

/* نمایش فقط عنوان دلخواه */
.comment-reply-title::before,
#reply-title::before {
  content: "نظرات خود را درباره محصولات GRENZ بنویسید";
  display: block;
  font-size: 28px !important;
  line-height: 1.6 !important;
  font-weight: 900 !important;
  color: #111827 !important;
  text-align: right;
}

/* خط زیر عنوان */
.comment-reply-title::after,
#reply-title::after {
  content: "";
  display: block;
  width: 92px;
  height: 5px;
  background: linear-gradient(90deg, #6FBCBE, #d9f3f4);
  border-radius: 99px;
  margin-top: 12px;
  /* حذف margin-right: auto; */
  float: right; /* خط راست‌چین می‌شود */
}/* End custom CSS */
/* Start custom CSS for post-comments, class: .elementor-element-5a6e3e2 *//* ============================= */
/* GRENZ COMMENT FORM + COMMENTS */
/* FINAL CLEAN VERSION */
/* ============================= */

.comments-area,
#comments,
.comment-respond {
  font-family: Vazirmatn, Vazir, IRANSans, Tahoma, sans-serif !important;
  direction: rtl;
}

/* فرم دیدگاه */
.comment-respond {
  background:
    radial-gradient(circle at top left, rgba(111,188,190,.22), transparent 35%),
    linear-gradient(135deg, #ffffff 0%, #f4fbfb 100%);
  border: 1px solid rgba(111,188,190,.45);
  border-right: 7px solid #6FBCBE;
  border-radius: 26px;
  padding: 38px 34px !important;
  box-shadow: 0 22px 55px rgba(25, 60, 70, .10);
  position: relative;
  overflow: hidden;
}

/* عنوان فرم */
.comment-reply-title,
#reply-title {
  font-size: 0 !important;
  line-height: 0 !important;
  margin-bottom: 28px !important;
  text-align: right !important;
}

.comment-reply-title::before,
#reply-title::before {
  content: "نظرات خود را درباره محصولات GRENZ بنویسید";
  display: block;
  font-size: 28px !important;
  line-height: 1.6 !important;
  font-weight: 950 !important;
  color: #111827 !important;
}

.comment-reply-title::after,
#reply-title::after {
  content: "";
  display: block;
  width: 92px;
  height: 5px;
  background: linear-gradient(90deg, #6FBCBE, #d9f3f4);
  border-radius: 99px;
  margin-top: 12px;
}

/* پیام ورود */
.logged-in-as,
.comment-notes {
  background: rgba(111,188,190,.10);
  border: 1px dashed rgba(111,188,190,.65);
  border-radius: 18px;
  padding: 16px 20px !important;
  color: #344054 !important;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 26px !important;
}

/* لیبل‌ها */
.comment-form label {
  display: block;
  font-size: 15px;
  font-weight: 900;
  color: #1f2937;
  margin-bottom: 10px;
}

/* فیلدها */
.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
  background: rgba(255,255,255,.92) !important;
  border: 1px solid rgba(111,188,190,.55) !important;
  border-radius: 20px !important;
  padding: 20px 22px !important;
  color: #111827 !important;
  font-size: 15px !important;
  font-weight: 700;
  outline: none !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.8), 0 12px 28px rgba(111,188,190,.08);
  transition: .25s ease;
}

.comment-form textarea {
  min-height: 190px;
  resize: vertical;
}

.comment-form textarea:focus,
.comment-form input:focus {
  border-color: #6FBCBE !important;
  box-shadow: 0 0 0 5px rgba(111,188,190,.18), 0 18px 35px rgba(111,188,190,.13);
  background: #fff !important;
}

/* نام، ایمیل، وبگاه */
.comment-form-author,
.comment-form-email,
.comment-form-url {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  margin-left: 1.5%;
}

.comment-form-url {
  margin-left: 0;
}

/* چک‌باکس */
.comment-form-cookies-consent {
  background: #fff;
  border-radius: 16px;
  padding: 14px 18px;
  margin: 18px 0 !important;
  font-weight: 700;
  color: #4b5563;
}

/* دکمه ارسال */
.form-submit .submit,
.comment-form input[type="submit"],
.comment-form button[type="submit"] {
  background: linear-gradient(135deg, #6FBCBE, #4aa9ac) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 18px !important;
  padding: 16px 34px !important;
  font-size: 16px !important;
  font-weight: 950 !important;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(111,188,190,.35);
  transition: .25s ease;
}

.form-submit .submit:hover,
.comment-form input[type="submit"]:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(111,188,190,.45);
}

/* لیست کامنت‌ها */
ol.ast-comment-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 40px 0 !important;
}

ol.ast-comment-list li.comment {
  list-style: none !important;
  margin-bottom: 30px !important;
}

/* کارت کامنت */
ol.ast-comment-list article.ast-comment {
  position: relative !important;
  background:
    radial-gradient(circle at 91% 12%, rgba(111,188,190,.30) 0 74px, transparent 76px),
    radial-gradient(circle at 8% 88%, rgba(111,188,190,.14) 0 95px, transparent 98px),
    linear-gradient(135deg, #ffffff 0%, #f2fbfb 55%, #edfafa 100%) !important;
  border: 1px solid rgba(111,188,190,.50) !important;
  border-radius: 28px !important;
  padding: 34px 36px 30px !important;
  box-shadow: 0 24px 65px rgba(20, 78, 82, .13) !important;
  overflow: hidden !important;
  direction: rtl !important;
}

/* خط سبز سمت راست کارت */
ol.ast-comment-list article.ast-comment::after {
  content: "" !important;
  position: absolute !important;
  right: 0 !important;
  top: 28px !important;
  width: 7px !important;
  height: calc(100% - 56px) !important;
  background: linear-gradient(180deg, #6FBCBE, #d9f3f4) !important;
  border-radius: 99px 0 0 99px !important;
}

/* هدر کامنت */
ol.ast-comment-list article.ast-comment .ast-comment-meta {
  position: static !important;
  display: block !important;
  text-align: center !important;
  margin-bottom: 42px !important;
}

/* اسم نویسنده داخل دایره بالا سمت راست */
ol.ast-comment-list article.ast-comment .ast-comment-cite-wrap {
  position: absolute !important;
  top: 46px !important;
  right: 62px !important;
  width: 100px !important;
  height: 100px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  z-index: 10 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

ol.ast-comment-list article.ast-comment .ast-comment-cite-wrap .fn,
ol.ast-comment-list article.ast-comment .ast-comment-cite-wrap b,
ol.ast-comment-list article.ast-comment .ast-comment-cite-wrap cite {
  position: static !important;
  display: block !important;
  color: #15898d !important;
  font-size: 18px !important;
  font-weight: 950 !important;
  line-height: 1.4 !important;
  background: transparent !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

ol.ast-comment-list article.ast-comment .ast-comment-time a {
  color: #26787b !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  text-decoration: none !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

/* محتوای کامنت */
ol.ast-comment-list .ast-comment-content {
  position: relative !important;
  z-index: 2 !important;
  background: rgba(255,255,255,.68) !important;
  border: 1px solid rgba(255,255,255,.9) !important;
  border-radius: 22px !important;
  padding: 26px 28px !important;
  margin-top: 8px !important;
  text-align: right !important;
}

ol.ast-comment-list .ast-comment-content p {
  color: #111827 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 2.25 !important;
  margin: 0 !important;
}

/* دکمه پاسخ و ویرایش */
ol.ast-comment-list .ast-comment-edit-reply-wrap {
  display: flex !important;
  gap: 12px !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-top: 24px !important;
}

ol.ast-comment-list .ast-comment-edit-reply-wrap a,
ol.ast-comment-list .comment-reply-link {
  display: inline-flex !important;
  background: #ffffff !important;
  color: #26787b !important;
  border: 1px solid rgba(111,188,190,.55) !important;
  border-radius: 14px !important;
  padding: 10px 20px !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 25px rgba(111,188,190,.18) !important;
}

/* پاسخ‌ها */
ol.ast-comment-list ol.children {
  list-style: none !important;
  margin: 26px 46px 0 0 !important;
  padding: 0 26px 0 0 !important;
  border-right: 2px dashed rgba(111,188,190,.55) !important;
}

ol.ast-comment-list ol.children article.ast-comment {
  background:
    radial-gradient(circle at 90% 10%, rgba(111,188,190,.22) 0 64px, transparent 66px),
    linear-gradient(135deg, #ffffff 0%, #f7fdfd 100%) !important;
  box-shadow: 0 18px 45px rgba(20, 78, 82, .10) !important;
}

/* موبایل */
@media (max-width: 768px) {
  .comment-respond {
    padding: 28px 18px !important;
    border-radius: 22px;
  }

  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 100%;
    display: block;
    margin-left: 0;
  }

  .comment-reply-title::before,
  #reply-title::before {
    font-size: 22px !important;
  }

  ol.ast-comment-list article.ast-comment {
    padding: 26px 18px !important;
    border-radius: 22px !important;
  }

  ol.ast-comment-list article.ast-comment .ast-comment-cite-wrap {
    top: 32px !important;
    right: 34px !important;
    width: 72px !important;
    height: 72px !important;
  }

  ol.ast-comment-list article.ast-comment .ast-comment-cite-wrap .fn,
  ol.ast-comment-list article.ast-comment .ast-comment-cite-wrap b {
    font-size: 14px !important;
  }

  ol.ast-comment-list article.ast-comment .ast-comment-time {
    font-size: 12px !important;
    padding: 7px 14px !important;
  }

  ol.ast-comment-list ol.children {
    margin: 20px 18px 0 0 !important;
    padding-right: 16px !important;
  }
}
.ast-comment-time {
    display: none !important;
}
/* ========================== */
/* COMMENT NAME INSIDE CIRCLE */
/* ========================== */

/* دایره بالای کارت */
ol.ast-comment-list article.ast-comment .ast-comment-cite-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 88px !important;     /* سایز دایره */
    height: 88px !important;
    border-radius: 50% !important;
    position: absolute !important;
    top: 24px !important;
    right: 42px !important;
    background: linear-gradient(135deg, #6FBCBE, #4aa9ac) !important;
    z-index: 10 !important;
    box-shadow: 0 12px 28px rgba(111,188,190,.32);
}

/* اسم داخل دایره */
ol.ast-comment-list article.ast-comment .ast-comment-cite-wrap .fn,
ol.ast-comment-list article.ast-comment .ast-comment-cite-wrap b,
ol.ast-comment-list article.ast-comment .ast-comment-cite-wrap cite {
    display: block !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    text-align: center !important;
}

/* متن کامنت */
ol.ast-comment-list .ast-comment-content {
    margin-top: 48px !important; /* فاصله زیر دایره */
    padding: 26px 28px !important;
    background: rgba(255,255,255,.68) !important;
    border-radius: 22px !important;
    border: 1px solid rgba(255,255,255,.9);
    text-align: right !important;
    font-size: 15.5px !important;
    font-weight: 600 !important;
    line-height: 2.1 !important;
}

/* پاسخ‌ها با خط چین */
ol.ast-comment-list ol.children {
    list-style: none !important;
    margin: 26px 46px 0 0 !important;
    padding: 0 26px 0 0 !important;
    border-right: 2px dashed rgba(111,188,190,.55) !important;
}

/* موبایل */
@media (max-width: 768px) {
    ol.ast-comment-list article.ast-comment .ast-comment-cite-wrap {
        width: 64px !important;
        height: 64px !important;
        top: 18px !important;
        right: 30px !important;
    }
    ol.ast-comment-list article.ast-comment .ast-comment-cite-wrap .fn {
        font-size: 14px !important;
    }
    ol.ast-comment-list .ast-comment-content {
        margin-top: 36px !important;
    }
}/* End custom CSS */