/* ======================================================================
   مشعوف — Product Detail Width / Tables / Shop Buttons Fix V3
   هدف این نسخه:
   - اصلاح عرض بدنه صفحه محصول در موبایل
   - حذف فاصله زیاد کادر محصول با لبه موبایل
   - اصلاح جدول‌های mcb-table براساس HTML واقعی صفحه محصول
   - اصلاح عرض ستون «معیار» و ستون‌های جدول
   - کوچک و تمیز کردن دکمه خرید در کارت محصولات فروشگاه

   نصب:
   این فایل را در انتهای فایل CSS فعلی قرار بده.
   اگر فایل V2 قبلی را گذاشتی، این V3 را بعد از آن بگذار یا V2 را حذف کن.
====================================================================== */


/* ======================================================================
   01 — صفحه محصول: کم کردن فاصله کادر اصلی تب‌ها از بدنه سایت
====================================================================== */
body.single-product .product-footer .woocommerce-tabs,
body.single-product .woocommerce-tabs,
body.single-product .product-tabs {
  width: min(100%, 1160px) !important;
  max-width: 1160px !important;

  margin-right: auto !important;
  margin-left: auto !important;

  padding: 22px 24px !important;

  background: #FFFDF9 !important;

  border: 1px solid rgba(200, 155, 76, 0.14) !important;
  border-radius: 18px !important;

  box-shadow:
    0 8px 28px rgba(30, 77, 54, 0.045) !important;

  overflow: visible !important;
}


body.single-product .tab-panels,
body.single-product .woocommerce-Tabs-panel,
body.single-product .woocommerce-tabs .panel {
  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;

  border: 0 !important;
  border-radius: 0 !important;

  box-shadow: none !important;

  overflow: visible !important;
}


/* ======================================================================
   02 — بدنه اختصاصی HTML محصول
====================================================================== */

body.single-product .mashoouf-product-detail,
body.single-product .mashoouf-cat-bottom {
  --mcb-green: #173F2A;
  --mcb-green-2: #1E4D36;
  --mcb-gold: #C89B4C;
  --mcb-gold-dark: #8A6422;
  --mcb-bg: #F6F5F2;
  --mcb-card: #FFFDF9;
  --mcb-warm: #F4F0E8;
  --mcb-border: rgba(200, 155, 76, 0.18);
  --mcb-line: #E9E2D6;
  --mcb-text: #2A3B31;
  --mcb-muted: #66736B;

  width: 100% !important;
  max-width: 1080px !important;

  margin: 0 auto !important;
  padding: 0 0 42px !important;

  direction: rtl !important;
  color: var(--mcb-text) !important;
}


/* ======================================================================
   03 — کارت‌های محتوایی محصول
====================================================================== */

body.single-product .mashoouf-product-detail .mcb-heading,
body.single-product .mashoouf-product-detail .mcb-text-box,
body.single-product .mashoouf-product-detail .mcb-table-card,
body.single-product .mashoouf-product-detail .mcb-faq,
body.single-product .mashoouf-product-detail .mcb-cta {
  box-sizing: border-box !important;

  width: 100% !important;

  background: var(--mcb-card) !important;

  border: 1px solid var(--mcb-border) !important;
  border-radius: 18px !important;

  box-shadow:
    0 7px 22px rgba(30, 77, 54, 0.04) !important;
}


body.single-product .mashoouf-product-detail .mcb-heading {
  margin: 20px 0 !important;
  padding: 23px 25px !important;

  color: var(--mcb-text) !important;

  font-size: 15.5px !important;
  font-weight: 400 !important;
  line-height: 2.1 !important;

  text-align: justify !important;
  text-align-last: right !important;
}


body.single-product .mashoouf-product-detail .mcb-table-card {
  margin: 22px 0 !important;
  padding: 26px 26px !important;
}


body.single-product .mashoouf-product-detail .mcb-text-box {
  padding: 23px 23px !important;
}


body.single-product .mashoouf-product-detail h2 {
  position: relative !important;

  margin: 0 0 17px !important;
  padding: 0 13px 0 0 !important;

  color: var(--mcb-green) !important;

  border: 0 !important;
  border-right: 4px solid var(--mcb-gold) !important;

  box-shadow: none !important;

  font-size: clamp(24px, 2.3vw, 31px) !important;
  font-weight: 850 !important;
  line-height: 1.62 !important;

  text-align: right !important;
  text-align-last: right !important;

  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}


body.single-product .mashoouf-product-detail h2::before,
body.single-product .mashoouf-product-detail h2::after {
  display: none !important;
  content: none !important;
}


body.single-product .mashoouf-product-detail h3 {
  margin: 0 0 8px !important;

  color: var(--mcb-green) !important;

  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.7 !important;
}


/* ======================================================================
   04 — جدول محصول: اصلاح عرض ستون‌ها و حذف اسکرول اضافه در دسکتاپ
====================================================================== */

body.single-product .mashoouf-product-detail .mcb-table-wrap {
  display: block !important;

  width: 100% !important;
  max-width: 100% !important;

  margin: 0 auto !important;
  padding: 0 !important;

  overflow-x: auto !important;
  overflow-y: hidden !important;

  direction: rtl !important;

  background: #FFFFFF !important;

  border: 1px solid rgba(200, 155, 76, 0.17) !important;
  border-radius: 16px !important;

  box-shadow:
    0 6px 18px rgba(30, 77, 54, 0.035) !important;

  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--mcb-gold) #EFE8DA;
}


body.single-product .mashoouf-product-detail .mcb-table-wrap::-webkit-scrollbar {
  height: 6px;
}


body.single-product .mashoouf-product-detail .mcb-table-wrap::-webkit-scrollbar-track {
  background: #EFE8DA;
  border-radius: 999px;
}


body.single-product .mashoouf-product-detail .mcb-table-wrap::-webkit-scrollbar-thumb {
  background: var(--mcb-gold);
  border-radius: 999px;
}


/* پیام راهنما فقط موبایل؛ در دسکتاپ فضای اضافه نمی‌سازد */
body.single-product .mashoouf-product-detail .mcb-table-wrap::before {
  display: none !important;
}


body.single-product .mashoouf-product-detail table.mcb-table {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;

  margin: 0 !important;

  direction: rtl !important;

  background: #FFFFFF !important;

  border: 0 !important;
  border-radius: 0 !important;

  border-collapse: separate !important;
  border-spacing: 0 !important;

  box-shadow: none !important;

  table-layout: fixed !important;
}


/* جدول ۲ ستونه مشخصات محصول */
body.single-product .mashoouf-product-detail table.mcb-table:not(:has(thead)) tbody th {
  width: 31% !important;
}


body.single-product .mashoouf-product-detail table.mcb-table:not(:has(thead)) tbody td {
  width: 69% !important;
}


/* جدول ۳ ستونه مقایسه */
body.single-product .mashoouf-product-detail table.mcb-table:has(thead) thead th:first-child,
body.single-product .mashoouf-product-detail table.mcb-table:has(thead) tbody th {
  width: 28% !important;
}


body.single-product .mashoouf-product-detail table.mcb-table:has(thead) thead th:not(:first-child),
body.single-product .mashoouf-product-detail table.mcb-table:has(thead) tbody td {
  width: 36% !important;
}


body.single-product .mashoouf-product-detail table.mcb-table th,
body.single-product .mashoouf-product-detail table.mcb-table td {
  box-sizing: border-box !important;

  padding: 15px 17px !important;

  color: var(--mcb-text) !important;

  background: #FFFFFF !important;

  border: 0 !important;
  border-left: 1px solid var(--mcb-line) !important;
  border-bottom: 1px solid var(--mcb-line) !important;

  font-size: 13.5px !important;
  font-weight: 500 !important;
  line-height: 1.9 !important;

  text-align: right !important;
  vertical-align: middle !important;

  white-space: normal !important;
}


body.single-product .mashoouf-product-detail table.mcb-table thead th {
  color: #FFFDF9 !important;
  background: var(--mcb-green) !important;

  font-weight: 850 !important;
  line-height: 1.75 !important;
  white-space: nowrap !important;
}


body.single-product .mashoouf-product-detail table.mcb-table tbody th,
body.single-product .mashoouf-product-detail table.mcb-table tbody td:first-child {
  color: var(--mcb-green) !important;
  background: #F7F3EA !important;

  font-weight: 850 !important;
}


body.single-product .mashoouf-product-detail table.mcb-table tr:last-child th,
body.single-product .mashoouf-product-detail table.mcb-table tr:last-child td {
  border-bottom: 0 !important;
}


body.single-product .mashoouf-product-detail table.mcb-table th:last-child,
body.single-product .mashoouf-product-detail table.mcb-table td:last-child {
  border-left: 0 !important;
}


body.single-product .mashoouf-product-detail .mcb-table-note {
  margin: 14px 0 0 !important;
  padding: 16px 18px !important;

  color: var(--mcb-muted) !important;
  background: var(--mcb-warm) !important;

  border: 0 !important;
  border-right: 4px solid var(--mcb-gold) !important;
  border-radius: 13px !important;

  box-shadow: none !important;

  font-size: 14px !important;
  line-height: 2 !important;

  text-align: right !important;
  text-align-last: right !important;
}


/* ======================================================================
   05 — Grid / Benefits / FAQ / CTA محصول
====================================================================== */

body.single-product .mashoouf-product-detail .mcb-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;

  margin: 22px 0 !important;
}


body.single-product .mashoouf-product-detail .mcb-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}


body.single-product .mashoouf-product-detail .mcb-list li {
  position: relative !important;

  margin: 0 0 9px !important;
  padding: 0 18px 0 0 !important;

  text-align: right !important;
}


body.single-product .mashoouf-product-detail .mcb-list li::before {
  content: "" !important;

  position: absolute !important;
  top: 1em !important;
  right: 0 !important;

  width: 6px !important;
  height: 6px !important;

  background: var(--mcb-gold) !important;
  border-radius: 50% !important;

  transform: translateY(-50%) !important;
}


body.single-product .mashoouf-product-detail .mcb-benefits {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;

  margin: 22px 0 !important;
}


body.single-product .mashoouf-product-detail .mcb-benefit {
  padding: 22px 18px !important;

  background: var(--mcb-card) !important;

  border: 1px solid var(--mcb-border) !important;
  border-radius: 16px !important;

  box-shadow:
    0 7px 22px rgba(30, 77, 54, 0.04) !important;

  text-align: center !important;
}


body.single-product .mashoouf-product-detail .mcb-benefit > span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 34px !important;
  height: 34px !important;
  margin: 0 auto 10px !important;

  color: #FFFDF9 !important;
  background: var(--mcb-green) !important;

  border-radius: 50% !important;

  font-size: 14px !important;
  font-weight: 800 !important;
}


body.single-product .mashoouf-product-detail .mcb-benefit h3 {
  text-align: center !important;
}


/* FAQ با details/summary */
body.single-product .mashoouf-product-detail .mcb-faq {
  margin: 26px 0 !important;
  padding: 27px 25px !important;
}


body.single-product .mashoouf-product-detail .mcb-faq-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}


body.single-product .mashoouf-product-detail .mcb-faq details {
  overflow: hidden !important;

  margin: 0 0 12px !important;

  color: var(--mcb-text) !important;
  background: #FFFFFF !important;

  border: 1px solid rgba(200, 155, 76, 0.16) !important;
  border-radius: 14px !important;

  box-shadow: none !important;

  font-size: 14px !important;
  line-height: 2 !important;
}


body.single-product .mashoouf-product-detail .mcb-faq summary {
  position: relative !important;

  display: flex !important;
  align-items: center !important;

  min-height: 58px !important;
  padding: 13px 48px 13px 16px !important;

  color: var(--mcb-green) !important;
  background: #FFFFFF !important;

  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.75 !important;

  text-align: right !important;

  cursor: pointer !important;

  list-style: none !important;
}


body.single-product .mashoouf-product-detail .mcb-faq summary::-webkit-details-marker {
  display: none !important;
}


body.single-product .mashoouf-product-detail .mcb-faq summary::before {
  content: "+" !important;

  position: absolute !important;
  top: 50% !important;
  right: 15px !important;

  display: grid !important;
  place-items: center !important;

  width: 28px !important;
  height: 28px !important;

  color: var(--mcb-gold-dark) !important;
  background: var(--mcb-warm) !important;

  border-radius: 50% !important;

  font-size: 20px !important;
  font-weight: 850 !important;
  line-height: 1 !important;

  transform: translateY(-50%) !important;
}


body.single-product .mashoouf-product-detail .mcb-faq details[open] summary {
  background: #F7F3EA !important;
}


body.single-product .mashoouf-product-detail .mcb-faq details[open] summary::before {
  content: "−" !important;
}


body.single-product .mashoouf-product-detail .mcb-faq details > :not(summary) {
  display: block !important;
  padding: 0 18px 16px !important;
}


/* CTA پایین */
body.single-product .mashoouf-product-detail .mcb-cta {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;

  margin: 28px 0 0 !important;
  padding: 25px 27px !important;

  background:
    linear-gradient(
      145deg,
      #FFFDF9 0%,
      #F7F3EA 100%
    ) !important;
}


body.single-product .mashoouf-product-detail .mcb-cta h2 {
  margin-bottom: 8px !important;
}


body.single-product .mashoouf-product-detail .mcb-cta a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  flex: 0 0 auto !important;

  min-width: 170px !important;
  min-height: 48px !important;
  padding: 10px 22px !important;

  color: #FFFDF9 !important;

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.16) 0%,
      rgba(255, 255, 255, 0.04) 50%,
      rgba(0, 0, 0, 0.04) 100%
    ),
    rgba(30, 77, 54, 0.94) !important;

  border: 1px solid rgba(200, 155, 76, 0.48) !important;
  border-radius: 12px !important;

  box-shadow:
    0 10px 22px rgba(23, 63, 42, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.20) !important;

  font-size: 13.5px !important;
  font-weight: 760 !important;
  line-height: 1.45 !important;

  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}


/* ======================================================================
   06 — دکمه خرید کارت محصولات فروشگاه
   selectorهای قوی‌تر برای Flatsome
====================================================================== */

html body #main .product-small .box-text .add-to-cart-button a,
html body #main .product-small .box-text .add-to-cart-button a.button,
html body #main .product-small .box-text a.add_to_cart_button,
html body #main .product-small .box-text a.button,
html body.woocommerce-shop #main .product-small .box-text .add-to-cart-button a,
html body.archive.woocommerce #main .product-small .box-text .add-to-cart-button a,
html body.tax-product_cat #main .product-small .box-text .add-to-cart-button a,
html body.single-product button.single_add_to_cart_button,
html body.single-product .single_add_to_cart_button.button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  min-width: 138px !important;
  max-width: 170px !important;
  min-height: 42px !important;

  margin: 8px auto 0 !important;
  padding: 8px 16px !important;

  color: #FFFDF9 !important;

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.16) 0%,
      rgba(255, 255, 255, 0.04) 48%,
      rgba(0, 0, 0, 0.05) 100%
    ),
    rgba(30, 77, 54, 0.94) !important;

  border: 1px solid rgba(200, 155, 76, 0.46) !important;
  border-radius: 12px !important;

  box-shadow:
    0 8px 18px rgba(23, 63, 42, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.20) !important;

  font-size: 12.7px !important;
  font-weight: 720 !important;
  line-height: 1.45 !important;

  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;

  opacity: 1 !important;
  transform: none !important;
}


html body #main .product-small .box-text .add-to-cart-button,
html body #main .product-small .box-text .add-to-cart-button .button {
  display: flex !important;
  justify-content: center !important;

  width: 100% !important;
  margin-top: 6px !important;

  text-align: center !important;
}


html body #main .product-small .box-text {
  text-align: center !important;
}


/* ======================================================================
   07 — موبایل: کاهش عرض کادر اصلی نسبت به بدنه گوشی
====================================================================== */

@media screen and (max-width: 849px) {

  body.single-product .product-footer .woocommerce-tabs,
  body.single-product .woocommerce-tabs,
  body.single-product .product-tabs {
    width: 100vw !important;
    max-width: 100vw !important;

    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;

    padding: 8px 6px 20px !important;

    background: #F6F5F2 !important;

    border: 0 !important;
    border-radius: 0 !important;

    box-shadow: none !important;
  }


  body.single-product .mashoouf-product-detail,
  body.single-product .mashoouf-cat-bottom {
    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 0 0 36px !important;
  }


  body.single-product .mashoouf-product-detail .mcb-heading,
  body.single-product .mashoouf-product-detail .mcb-text-box,
  body.single-product .mashoouf-product-detail .mcb-table-card,
  body.single-product .mashoouf-product-detail .mcb-faq,
  body.single-product .mashoouf-product-detail .mcb-cta {
    width: calc(100% - 14px) !important;

    margin-right: auto !important;
    margin-left: auto !important;

    border-radius: 16px !important;
  }


  body.single-product .mashoouf-product-detail .mcb-heading {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    padding: 19px 15px !important;

    font-size: 14.6px !important;
    line-height: 2.06 !important;
  }


  body.single-product .mashoouf-product-detail h2 {
    margin-bottom: 14px !important;
    padding-right: 11px !important;

    font-size: clamp(21px, 6vw, 26px) !important;
    line-height: 1.68 !important;
  }


  body.single-product .mashoouf-product-detail .mcb-table-card {
    padding: 20px 13px !important;
  }


  body.single-product .mashoouf-product-detail .mcb-table-wrap {
    border-radius: 14px !important;
  }


  body.single-product .mashoouf-product-detail .mcb-table-wrap::before {
    display: block !important;
    content: "برای مشاهده کامل جدول، صفحه را به چپ بکشید" !important;

    width: 100% !important;
    padding: 9px 10px !important;

    color: var(--mcb-gold-dark) !important;
    background: var(--mcb-warm) !important;

    border-bottom: 1px solid rgba(200, 155, 76, 0.12) !important;

    font-size: 11.5px !important;
    font-weight: 700 !important;
    line-height: 1.8 !important;

    text-align: center !important;
  }


  /* جدول مشخصات ۲ ستونه روی موبایل بدون اسکرول اضافه جا می‌شود */
  body.single-product .mashoouf-product-detail table.mcb-table:not(:has(thead)) {
    width: 100% !important;
    min-width: 0 !important;
  }


  body.single-product .mashoouf-product-detail table.mcb-table:not(:has(thead)) tbody th {
    width: 37% !important;
  }


  body.single-product .mashoouf-product-detail table.mcb-table:not(:has(thead)) tbody td {
    width: 63% !important;
  }


  /* جدول مقایسه ۳ ستونه کمی اسکرول داشته باشد، نه بیش از حد */
  body.single-product .mashoouf-product-detail table.mcb-table:has(thead) {
    width: max-content !important;
    min-width: 520px !important;
    max-width: none !important;
  }


  body.single-product .mashoouf-product-detail table.mcb-table:has(thead) thead th:first-child,
  body.single-product .mashoouf-product-detail table.mcb-table:has(thead) tbody th {
    width: 150px !important;
    min-width: 150px !important;
  }


  body.single-product .mashoouf-product-detail table.mcb-table:has(thead) thead th:not(:first-child),
  body.single-product .mashoouf-product-detail table.mcb-table:has(thead) tbody td {
    width: 185px !important;
    min-width: 185px !important;
  }


  body.single-product .mashoouf-product-detail table.mcb-table th,
  body.single-product .mashoouf-product-detail table.mcb-table td {
    padding: 12px 11px !important;

    font-size: 12.2px !important;
    line-height: 1.85 !important;
  }


  body.single-product .mashoouf-product-detail .mcb-table-note {
    padding: 14px 15px !important;

    font-size: 13px !important;
    line-height: 2 !important;
  }


  body.single-product .mashoouf-product-detail .mcb-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;

    margin: 18px 0 !important;
  }


  body.single-product .mashoouf-product-detail .mcb-text-box {
    padding: 20px 15px !important;
  }


  body.single-product .mashoouf-product-detail .mcb-benefits {
    grid-template-columns: 1fr !important;
    gap: 12px !important;

    width: calc(100% - 14px) !important;
    margin: 20px auto !important;
  }


  body.single-product .mashoouf-product-detail .mcb-benefit {
    padding: 18px 15px !important;
  }


  body.single-product .mashoouf-product-detail .mcb-faq {
    padding: 21px 13px !important;
  }


  body.single-product .mashoouf-product-detail .mcb-faq-grid {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }


  body.single-product .mashoouf-product-detail .mcb-faq summary {
    min-height: 52px !important;
    padding: 11px 43px 11px 11px !important;

    font-size: 13.4px !important;
    line-height: 1.85 !important;
  }


  body.single-product .mashoouf-product-detail .mcb-faq summary::before {
    right: 12px !important;

    width: 25px !important;
    height: 25px !important;

    font-size: 18px !important;
  }


  body.single-product .mashoouf-product-detail .mcb-cta {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 15px !important;

    padding: 22px 15px !important;

    text-align: center !important;
  }


  body.single-product .mashoouf-product-detail .mcb-cta h2 {
    padding-right: 0 !important;

    border-right: 0 !important;

    text-align: center !important;
    text-align-last: center !important;
  }


  body.single-product .mashoouf-product-detail .mcb-cta a {
    width: 100% !important;
    min-height: 46px !important;
  }


  html body #main .product-small .box-text .add-to-cart-button a,
  html body #main .product-small .box-text .add-to-cart-button a.button,
  html body #main .product-small .box-text a.add_to_cart_button,
  html body #main .product-small .box-text a.button {
    min-width: 124px !important;
    max-width: 155px !important;
    min-height: 40px !important;

    padding: 8px 12px !important;

    border-radius: 11px !important;

    font-size: 11.8px !important;
    line-height: 1.45 !important;
  }

}


/* ======================================================================
   08 — موبایل خیلی کوچک
====================================================================== */

@media screen and (max-width: 390px) {

  body.single-product .product-footer .woocommerce-tabs,
  body.single-product .woocommerce-tabs,
  body.single-product .product-tabs {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }


  body.single-product .mashoouf-product-detail .mcb-heading,
  body.single-product .mashoouf-product-detail .mcb-text-box,
  body.single-product .mashoouf-product-detail .mcb-table-card,
  body.single-product .mashoouf-product-detail .mcb-faq,
  body.single-product .mashoouf-product-detail .mcb-cta,
  body.single-product .mashoouf-product-detail .mcb-benefits {
    width: calc(100% - 10px) !important;
  }


  body.single-product .mashoouf-product-detail table.mcb-table th,
  body.single-product .mashoouf-product-detail table.mcb-table td {
    padding-right: 9px !important;
    padding-left: 9px !important;

    font-size: 11.8px !important;
  }

}


/* ======================================================================
   پایان فایل V3
====================================================================== */
