/* Tablet + desktop related clips */
@media (min-width: 768px) {
  body.single-product #related-circles-lib.oeltek-rc-wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 14px !important;
    margin-bottom: 18px !important;
    padding: 12px 0 !important;
    background: #ffffff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    direction: rtl !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body.single-product #related-circles-lib.oeltek-rc-wrap::before {
    content: "کلیپهای کارکرد محصول" !important;
    display: block !important;
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: #555555 !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1.8 !important;
    text-align: right !important;
    direction: rtl !important;
  }

  body.single-product #related-circles-lib .oeltek-rc-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: auto !important;
    scroll-snap-type: x proximity !important;
    scrollbar-width: none !important;
    padding: 0 2px 6px 2px !important;
    direction: rtl !important;
    box-sizing: border-box !important;
  }

  body.single-product #related-circles-lib .oeltek-rc-row::-webkit-scrollbar {
    display: none !important;
  }

  body.single-product #related-circles-lib .oeltek-rc-card {
    flex: 0 0 118px !important;
    width: 118px !important;
    max-width: 118px !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: stretch !important;
    scroll-snap-align: start !important;
  }

  body.single-product #related-circles-lib .oeltek-rc-avatar {
    width: 118px !important;
    height: 118px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: transparent !important;
    overflow: hidden !important;
  }

  body.single-product #related-circles-lib .oeltek-rc-ring {
    display: none !important;
  }

  body.single-product #related-circles-lib .oeltek-rc-avatar img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border: 0 !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    opacity: 0.8 !important;
  }

  body.single-product #related-circles-lib .oeltek-rc-avatar::after {
    content: "\25B6" !important;
    position: absolute !important;
    inset: 0 !important;
    display: grid !important;
    place-items: center !important;
    color: #ffffff !important;
    font-size: 28px !important;
    font-weight: 900 !important;
    text-shadow: 0 2px 7px rgba(0,0,0,0.55) !important;
    pointer-events: none !important;
  }

  body.single-product #related-circles-lib .oeltek-rc-title {
    margin-top: 6px !important;
    color: #666666 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
    text-align: center !important;
    max-width: 100% !important;
  }
}
/* -------------------------------
   Delivery + warranty block
-------------------------------- */
body.single-product .oeltek-product-service-info {
  direction: rtl !important;
  text-align: right !important;
  background: #ffffff !important;
  box-sizing: border-box !important;
}

body.single-product .oeltek-product-service-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 9px !important;
  direction: rtl !important;
}

body.single-product .oeltek-product-service-row + .oeltek-product-service-row {
  margin-top: 8px !important;
}

body.single-product .oeltek-product-service-icon {
  flex: 0 0 22px !important;
  width: 22px !important;
  height: 22px !important;
  margin-top: 4px !important;
  color: #444444 !important;
  background: transparent !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.single-product .oeltek-product-service-icon svg {
  width: 22px !important;
  height: 22px !important;
  display: block !important;
}

body.single-product .oeltek-product-service-text {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  color: #777777 !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;
  direction: rtl !important;
  text-align: right !important;
}

body.single-product .oeltek-product-service-text span {
  color: #777777 !important;
  font-size: inherit !important;
  font-weight: 400 !important;
  line-height: inherit !important;
}


@media (min-width: 768px) {
  body.single-product .oeltek-product-service-info {
    width: 100% !important;
    max-width: 100% !important;
    margin: 8px 0 14px 0 !important;
    padding: 10px 0 0 0 !important;
    border: 0 !important;
    border-top: 1px solid #eeeeee !important;
  }

  body.single-product .oeltek-product-service-text {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.9 !important;
  }
}
/* -------------------------------
   Hide old short-description logos
   Keep only new brand row
-------------------------------- */
body.single-product .woocommerce-product-details__short-description img,
body.single-product .summary.entry-summary .woocommerce-product-details__short-description img,
body.single-product .entry-summary .woocommerce-product-details__short-description img {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
}

body.single-product .oeltek-product-brand-logo-row {
  direction: rtl !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 9px !important;
  margin: 4px 0 8px 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  text-align: right !important;
}

body.single-product .oeltek-product-brand-label::after {
  content: " :" !important;
}

body.single-product .oeltek-product-brand-logo-row img {
  display: block !important;
  visibility: visible !important;
  width: auto !important;
  height: auto !important;
  opacity: 1 !important;
  object-fit: contain !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border-radius: 0 !important;
}
@media (min-width: 769px) {
  body.single-product .oeltek-product-brand-logo-row {
    margin: 4px 0 10px 0 !important;
    border-bottom: 1px solid #eeeeee !important;
    padding-bottom: 8px !important;
  }

  body.single-product .oeltek-product-brand-label {
    color: #555555 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1.8 !important;
  }

  body.single-product .oeltek-product-brand-logo-row img {
    max-width: 118px !important;
    max-height: 36px !important;
  }
}

/* -------------------------------
   Desktop/tablet title separators
-------------------------------- */
@media (min-width: 769px) {
  body.single-product h1.product_title,
body.single-product .product_title {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 4px !important;
}

  body.single-product #related-circles-lib.oeltek-rc-wrap {
    border-bottom: 1px solid #eeeeee !important;
    padding-bottom: 12px !important;
    margin-bottom: 12px !important;
  }
}

/* -------------------------------
   Desktop/tablet short specification table
-------------------------------- */
@media (min-width: 769px) {
  body.single-product .woocommerce-product-details__short-description {   
    width: 100% !important;
    direction: rtl !important;
    text-align: right !important;
  }

  body.single-product .woocommerce-product-details__short-description::before {
    content: "مشخصات فنی دستگاه" !important;
    display: block !important;
    width: 100% !important;
    color: #555555 !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    text-align: right !important;
    direction: rtl !important;
    clear: both !important;
  }

  body.single-product .woocommerce-product-details__short-description table,
  body.single-product .woocommerce-product-details__short-description table#uniqueid,
  body.single-product .woocommerce-product-details__short-description table tbody,
  body.single-product .woocommerce-product-details__short-description table tr,
  body.single-product .woocommerce-product-details__short-description table td,
  body.single-product .woocommerce-product-details__short-description table th {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    line-height: 1.35 !important;
    margin: 0 !important;
    border-spacing: 0 !important;
    background: transparent !important;
  }

  body.single-product .woocommerce-product-details__short-description table,
  body.single-product .woocommerce-product-details__short-description table#uniqueid {
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: inline-table !important;
    table-layout: auto !important;
    border-collapse: collapse !important;
    direction: rtl !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.single-product .woocommerce-product-details__short-description table tr {
    border-bottom: 1px solid #eeeeee !important;
  }

  body.single-product .woocommerce-product-details__short-description table tr:last-child {
    border-bottom: 0 !important;
  }

  body.single-product .woocommerce-product-details__short-description table td,
  body.single-product .woocommerce-product-details__short-description table th {
    padding: 2px 8px !important;
    border: 0 !important;
    vertical-align: top !important;
    text-align: right !important;
    direction: rtl !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  body.single-product .woocommerce-product-details__short-description table td:first-child,
  body.single-product .woocommerce-product-details__short-description table th:first-child {
    color: #777777 !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    padding-left: 12px !important;
  }

  body.single-product .woocommerce-product-details__short-description table td:last-child,
  body.single-product .woocommerce-product-details__short-description table th:last-child {
    color: #111111 !important;
    font-size: 11px !important;
    font-weight: 400 !important;
  }

  body.single-product .woocommerce-product-details__short-description table td *,
  body.single-product .woocommerce-product-details__short-description table th * {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.35 !important;
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
  }
}

/* -------------------------------
   Desktop/tablet related clips scrollbar
-------------------------------- */
@media (min-width: 769px) {
  body.single-product #related-circles-lib .oeltek-rc-row {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-width: thin !important;
    scrollbar-color: #d06067 #eeeeee !important;
    padding-bottom: 9px !important;
    cursor: grab !important;
  }

  body.single-product #related-circles-lib .oeltek-rc-row:active {
    cursor: grabbing !important;
  }

  body.single-product #related-circles-lib .oeltek-rc-row::-webkit-scrollbar {
    display: block !important;
    height: 5px !important;
  }

  body.single-product #related-circles-lib .oeltek-rc-row::-webkit-scrollbar-track {
    background: #eeeeee !important;
    border-radius: 10px !important;
  }

  body.single-product #related-circles-lib .oeltek-rc-row::-webkit-scrollbar-thumb {
    background: #d06067 !important;
    border-radius: 10px !important;
  }
}
/* FINAL FIX: remove hidden logo/wrapper gap above desktop/tablet specs */
@media (min-width: 769px) {
  body.single-product .woocommerce-product-details__short-description {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    margin-top: 6px !important;
    padding-top: 0 !important;
  }

  body.single-product .woocommerce-product-details__short-description::before {
    margin: 0 0 0 0 !important;
    padding: 0 !important;
    line-height: 1.45 !important;
  }

  body.single-product .woocommerce-product-details__short-description > img,
  body.single-product .woocommerce-product-details__short-description > a:has(img),
  body.single-product .woocommerce-product-details__short-description > p:has(img),
  body.single-product .woocommerce-product-details__short-description > span:has(img),
  body.single-product .woocommerce-product-details__short-description > div:has(> img),
  body.single-product .woocommerce-product-details__short-description > figure:has(img) {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    overflow: hidden !important;
  }

  body.single-product .woocommerce-product-details__short-description > br {
    display: none !important;
  }

  body.single-product .woocommerce-product-details__short-description table,
  body.single-product .woocommerce-product-details__short-description table#uniqueid {
    margin-top: 0 !important;
    padding-top: 0 !important;
    transform: translateY(-2px) !important;
  }

  body.single-product .woocommerce-product-details__short-description table tr,
  body.single-product .woocommerce-product-details__short-description table td,
  body.single-product .woocommerce-product-details__short-description table th {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    line-height: 1.3 !important;
  }

  body.single-product .woocommerce-product-details__short-description table td *,
  body.single-product .woocommerce-product-details__short-description table th * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1.3 !important;
  }
}
/* FINAL FIX: desktop/tablet title price only - smaller */
@media (min-width: 769px) {
  body.single-product .oeltek-desktop-title-price {
    direction: rtl !important;
    text-align: right !important;
    width: 100% !important;
    margin: 3px 0 8px 0 !important;
    padding: 0 0 8px 0 !important;
    border-bottom: 1px solid #eeeeee !important;
    background: transparent !important;
    line-height: 1.45 !important;
  }

  body.single-product .oeltek-desktop-title-price,
  body.single-product .oeltek-desktop-title-price .woocommerce-Price-amount,
  body.single-product .oeltek-desktop-title-price bdi,
  body.single-product .oeltek-desktop-title-price ins,
body.single-product .oeltek-desktop-title-price ins .woocommerce-Price-amount,
body.single-product .oeltek-desktop-title-price ins bdi {
  color: #111111 !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
  text-decoration: none !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
	body.single-product .oeltek-desktop-title-price ins {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

  body.single-product .oeltek-desktop-title-price .woocommerce-Price-currencySymbol {
    color: inherit !important;
    font-size: 11px !important;
    font-weight: 800 !important;
  }

  body.single-product .oeltek-desktop-title-price del,
  body.single-product .oeltek-desktop-title-price del .woocommerce-Price-amount,
  body.single-product .oeltek-desktop-title-price del bdi {
    display: inline !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #888888 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    text-decoration: line-through !important;
  }

  body.single-product .oeltek-desktop-title-price del .woocommerce-Price-currencySymbol {
    color: #888888 !important;
    font-size: 9px !important;
    font-weight: 500 !important;
  }
}

/* ==========================================================
   FINAL DESKTOP/TABLET USEFUL DESCRIPTION BLOCK
   ========================================================== */

@media (min-width: 769px) {
  body.single-product .woocommerce-tabs ul.tabs,
  body.single-product .woocommerce-tabs .tabs,
  body.single-product .woocommerce-tabs .wc-tabs {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

 body.single-product .woocommerce-tabs {
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  body.single-product .woocommerce-tabs .panel:not(:has(.oeltek-useful-original-source)) {
    display: none !important;
  }

  body.single-product .oeltek-desktop-useful-desc {
    width: 100% !important;
    max-width: 100% !important;
    margin: 18px 0 24px 0 !important;
    padding: 0 !important;
    direction: rtl !important;
    text-align: right !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
    clear: both !important;
    display: block !important;
  }
  body.single-product .oeltek-desktop-useful-desc::before {
    content: "" !important;
    display: block !important;
    width: 88% !important;
    height: 1px !important;
    margin: 0 auto 10px auto !important;
    background: #eeeeee !important;
  }

  body.single-product .oeltek-desktop-useful-title {
    display: block !important;
    width: 88% !important;
    max-width: 88% !important;
    margin: 0 auto 10px auto !important;
    padding: 0 !important;
    color: #555555 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1.8 !important;
    text-align: right !important;
    direction: rtl !important;
    clear: both !important;
  }

  body.single-product .oeltek-desktop-useful-box {
    width: 88% !important;
    max-width: 88% !important;
    margin: 0 auto !important;
    padding: 14px 18px 16px 18px !important;
    background: #f1f1f1 !important;
    border: 0 !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    direction: rtl !important;
    max-height: 430px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    position: relative !important;
    scrollbar-width: thin !important;
    scrollbar-color: #d06067 #d8d8d8 !important;
  }

  body.single-product .oeltek-desktop-useful-box::-webkit-scrollbar {
    width: 7px !important;
  }

  body.single-product .oeltek-desktop-useful-box::-webkit-scrollbar-track {
    background: #d8d8d8 !important;
    border-radius: 10px !important;
  }

  body.single-product .oeltek-desktop-useful-box::-webkit-scrollbar-thumb {
    background: #d06067 !important;
    border-radius: 10px !important;
  }

 body.single-product .oeltek-desktop-useful-content {
    direction: rtl !important;
    max-height: 330px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 0 0 44px 0 !important;
    margin: 0 !important;
    scrollbar-width: thin !important;
    scrollbar-color: #d06067 #d8d8d8 !important;
  }

  body.single-product .oeltek-desktop-useful-content::-webkit-scrollbar {
    width: 7px !important;
  }

  body.single-product .oeltek-desktop-useful-content::-webkit-scrollbar-track {
    background: #d8d8d8 !important;
    border-radius: 10px !important;
  }

  body.single-product .oeltek-desktop-useful-content::-webkit-scrollbar-thumb {
    background: #d06067 !important;
    border-radius: 10px !important;
  }

  body.single-product .oeltek-desktop-useful-content,
  body.single-product .oeltek-desktop-useful-content p,
  body.single-product .oeltek-desktop-useful-content li,
  body.single-product .oeltek-desktop-useful-content div,
  body.single-product .oeltek-desktop-useful-content span,
  body.single-product .oeltek-desktop-useful-content td,
  body.single-product .oeltek-desktop-useful-content th {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.9 !important;
    direction: rtl !important;
  }

  body.single-product .oeltek-desktop-useful-content h1 {
    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 1.8 !important;
  }

  body.single-product .oeltek-desktop-useful-content h2 {
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1.8 !important;
  }

  body.single-product .oeltek-desktop-useful-content h3,
  body.single-product .oeltek-desktop-useful-content h4 {
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1.8 !important;
  }

  body.single-product .oeltek-desktop-useful-content img {
    max-width: 100% !important;
    height: auto !important;
  }

  body.single-product .oeltek-desktop-useful-content table {
    width: 100% !important;
    max-width: 100% !important;
    border-collapse: collapse !important;
    direction: rtl !important;
  }

  body.single-product .oeltek-desktop-useful-content canvas,
  body.single-product .oeltek-desktop-useful-content svg,
  body.single-product .oeltek-desktop-useful-content iframe {
    max-width: 100% !important;
  }

body.single-product .oeltek-desktop-useful-more {
    position: absolute !important;
    left: 50% !important;
    bottom: 14px !important;
    transform: translateX(-50%) !important;
    z-index: 5 !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 8px 22px !important;
    min-width: 0 !important;
    width: auto !important;

    border: 0 !important;
    border-radius: 11px !important;
    background: rgba(208, 96, 103, 0.85) !important;
    color: #ffffff !important;

    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1.6 !important;
    text-align: center !important;

    cursor: pointer !important;
    box-shadow: none !important;
    outline: 0 !important;
  }
}

/* Desktop/tablet article modal */
html.oeltek-desktop-article-modal-open,
body.oeltek-desktop-article-modal-open {
  overflow: hidden !important;
}

@media (min-width: 769px) {
  html body.single-product .oeltek-desktop-article-modal-overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483647 !important;
    background: rgba(0,0,0,0.62) !important;
    backdrop-filter: blur(6px) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 24px !important;
    box-sizing: border-box !important;
  }

  html body.single-product .oeltek-desktop-article-modal-box {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 80vw !important;
    max-width: 80vw !important;
    max-height: 82vh !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    background: #ffffff !important;
    border-radius: 18px !important;
    padding: 18px 22px 22px 22px !important;
    direction: rtl !important;
    box-sizing: border-box !important;
    scrollbar-width: thin !important;
    scrollbar-color: #d06067 #d8d8d8 !important;
  }

  html body.single-product .oeltek-desktop-article-modal-box::-webkit-scrollbar {
    width: 7px !important;
  }

  html body.single-product .oeltek-desktop-article-modal-box::-webkit-scrollbar-track {
    background: #d8d8d8 !important;
    border-radius: 10px !important;
  }

  html body.single-product .oeltek-desktop-article-modal-box::-webkit-scrollbar-thumb {
    background: #d06067 !important;
    border-radius: 10px !important;
  }

  html body.single-product .oeltek-desktop-article-modal-top {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    direction: rtl !important;
    margin: 0 0 9px 0 !important;
  }

  html body.single-product .oeltek-desktop-article-modal-reading {
    order: 1 !important;
    width: 100% !important;
    color: #777777 !important;
    font-size: 10.5px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    text-align: left !important;
    direction: rtl !important;
    margin: 0 0 5px 0 !important;
  }

  html body.single-product .oeltek-desktop-article-modal-redline {
    order: 2 !important;
    width: 100% !important;
    height: 2px !important;
    background: #d06067 !important;
    border-radius: 2px !important;
    margin: 0 0 14px 0 !important;
  }

  html body.single-product .oeltek-desktop-article-modal-content,
  html body.single-product .oeltek-desktop-article-modal-content .oeltek-useful-original-source {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    direction: rtl !important;
  }

  html body.single-product .oeltek-desktop-article-modal-content,
  html body.single-product .oeltek-desktop-article-modal-content p,
  html body.single-product .oeltek-desktop-article-modal-content li,
  html body.single-product .oeltek-desktop-article-modal-content div,
  html body.single-product .oeltek-desktop-article-modal-content span,
  html body.single-product .oeltek-desktop-article-modal-content td,
  html body.single-product .oeltek-desktop-article-modal-content th {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.9 !important;
    direction: rtl !important;
  }

  html body.single-product .oeltek-desktop-article-modal-content h1 {
    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 1.8 !important;
  }

  html body.single-product .oeltek-desktop-article-modal-content h2 {
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1.8 !important;
  }

  html body.single-product .oeltek-desktop-article-modal-content h3,
  html body.single-product .oeltek-desktop-article-modal-content h4 {
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1.8 !important;
  }

  html body.single-product .oeltek-desktop-article-modal-content img {
    max-width: 100% !important;
    height: auto !important;
  }

  html body.single-product .oeltek-desktop-article-modal-content table {
    width: 100% !important;
    max-width: 100% !important;
    border-collapse: collapse !important;
    direction: rtl !important;
  }

  html body.single-product .oeltek-desktop-article-modal-content canvas,
  html body.single-product .oeltek-desktop-article-modal-content svg,
  html body.single-product .oeltek-desktop-article-modal-content iframe {
    max-width: 100% !important;
  }
}
/* ==========================================================
   FINAL CLEAN OVERRIDES - PRODUCT PAGE
   Business recommendations, technical specs, hidden old blocks,
   and one-way separators only at bottom of visible blocks.
   ========================================================== */

/* -------------------------------
   Business recommendations
-------------------------------- */
body.single-product .oeltek-br-section{
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
  padding:14px 0 16px 0 !important;
  background:linear-gradient(to bottom, #ffffff 0%, #ffffff 45%, #f3f3f3 100%) !important;
  direction:rtl !important;
  text-align:right !important;
  box-sizing:border-box !important;
  border-top:0 !important;
}

body.single-product .oeltek-br-title{
  display:block !important;
  width:88% !important;
  max-width:88% !important;
  margin:0 auto 10px auto !important;
  padding:0 !important;
  color:#555555 !important;
  font-size:14px !important;
  font-weight:900 !important;
  line-height:1.8 !important;
  text-align:right !important;
}

body.single-product .oeltek-br-subtitle{
  display:none !important;
  visibility:hidden !important;
  height:0 !important;
  max-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
}

body.single-product .oeltek-br-shell{
  width:88% !important;
  max-width:88% !important;
  margin:0 auto !important;
  position:relative !important;
  box-sizing:border-box !important;
}

body.single-product .oeltek-br-scroll{
  width:100% !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  -webkit-overflow-scrolling:touch !important;
  scrollbar-width:thin !important;
  scrollbar-color:rgba(150,150,150,.55) transparent !important;
  padding-bottom:7px !important;
}

body.single-product .oeltek-br-scroll::-webkit-scrollbar{
  display:block !important;
  height:5px !important;
}

body.single-product .oeltek-br-scroll::-webkit-scrollbar-track{
  background:transparent !important;
}

body.single-product .oeltek-br-scroll::-webkit-scrollbar-thumb{
  background:rgba(150,150,150,.55) !important;
  border-radius:999px !important;
}

body.single-product .oeltek-br-track{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  gap:10px !important;
  direction:rtl !important;
}

body.single-product .oeltek-br-card{
  flex:0 0 118px !important;
  width:118px !important;
  max-width:118px !important;
  display:block !important;
  box-sizing:border-box !important;
  text-decoration:none !important;
  color:inherit !important;
}

body.single-product .oeltek-br-img{
  width:118px !important;
  height:118px !important;
  border:1px solid #dddddd !important;
  border-radius:12px !important;
  overflow:hidden !important;
  background:#ffffff !important;
  box-sizing:border-box !important;
}

body.single-product .oeltek-br-img img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
  border-radius:11px !important;
  opacity:.85 !important;
}

body.single-product .oeltek-br-name{
  margin-top:6px !important;
  height:34px !important;
  overflow:hidden !important;
  color:#555555 !important;
  font-size:11px !important;
  font-weight:400 !important;
  line-height:1.55 !important;
  text-align:right !important;
}

body.single-product .oeltek-br-price,
body.single-product .oeltek-br-price .woocommerce-Price-amount,
body.single-product .oeltek-br-price bdi,
body.single-product .oeltek-br-price ins{
  display:inline-flex !important;
  align-items:baseline !important;
  gap:1px !important;
  direction:rtl !important;
  white-space:nowrap !important;
  color:#d06067 !important;
  font-size:12px !important;
  font-weight:900 !important;
  line-height:1.5 !important;
  text-decoration:none !important;
  word-spacing:0 !important;
  letter-spacing:0 !important;
}

body.single-product .oeltek-br-price del,
body.single-product .oeltek-br-price del *{
  display:none !important;
}

body.single-product .oeltek-br-price .woocommerce-Price-currencySymbol{
  font-size:9px !important;
  color:inherit !important;
  margin-right:1px !important;
  margin-left:0 !important;
  padding:0 !important;
  word-spacing:0 !important;
  letter-spacing:0 !important;
}

body.single-product .oeltek-br-arrow,
body.single-product .oeltek-br-shell::before,
body.single-product .oeltek-br-shell::after{
  display:none !important;
  content:none !important;
  background:none !important;
  opacity:0 !important;
}

/* Desktop only: keep thin transparent scrollbar for movement */
@media (min-width:1025px){
  body.single-product .oeltek-br-scroll{
    cursor:grab !important;
    scrollbar-width:thin !important;
    scrollbar-color:rgba(150,150,150,.5) transparent !important;
  }

  body.single-product .oeltek-br-scroll:active{
    cursor:grabbing !important;
  }

  body.single-product .oeltek-br-scroll::-webkit-scrollbar{
    display:block !important;
    height:5px !important;
  }

  body.single-product .oeltek-br-scroll::-webkit-scrollbar-track{
    background:transparent !important;
  }

  body.single-product .oeltek-br-scroll::-webkit-scrollbar-thumb{
    background:rgba(150,150,150,.5) !important;
    border-radius:999px !important;
  }
}
/* -------------------------------
   Technical specs final
-------------------------------- */
@media (min-width:769px){
  body.single-product .woocommerce-product-details__short-description{
    border-top:0 !important;
    border-bottom:1px solid #eeeeee !important;
  }

  body.single-product .woocommerce-product-details__short-description::before{
    color:#555555 !important;
    font-family:inherit !important;
    font-size:14px !important;
    font-weight:950 !important;
    line-height:1.8 !important;
    text-align:right !important;
    direction:rtl !important;
    -webkit-text-stroke:0.25px #555555 !important;
    margin:0 0 8px 0 !important;
  }

  body.single-product .woocommerce-product-details__short-description table,
  body.single-product .woocommerce-product-details__short-description table#uniqueid{
    width:70% !important;
    max-width:70% !important;
    min-width:70% !important;
    margin-right:0 !important;
    margin-left:auto !important;
  }

  body.single-product .woocommerce-product-details__short-description table td,
  body.single-product .woocommerce-product-details__short-description table th,
  body.single-product .woocommerce-product-details__short-description table td *,
  body.single-product .woocommerce-product-details__short-description table th *{
    font-size:12.1px !important;
    line-height:1.45 !important;
  }

  body.single-product .woocommerce-product-details__short-description table td,
  body.single-product .woocommerce-product-details__short-description table th{
    padding-top:2px !important;
    padding-bottom:2px !important;
  }
}
/* Desktop/tablet bottom thin lines + same 92% page limit */
@media (min-width:769px){

  body.single-product div.product,
  body.single-product .product.type-product,
  body.single-product .single-product div.product{
    width:92% !important;
    max-width:1800px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    box-sizing:border-box !important;
  }

  body.single-product #related-circles-lib.oeltek-rc-wrap,
  body.single-product .oeltek-br-section{
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    box-sizing:border-box !important;
  }

  body.single-product #related-circles-lib.oeltek-rc-wrap,
  body.single-product .oeltek-product-service-info,
  body.single-product .oeltek-desktop-useful-desc,
  body.single-product .oeltek-br-section,
  body.single-product .woocommerce-product-details__short-description{
    border-top:0 !important;
    border-bottom:1px solid #eeeeee !important;
  }

  body.single-product #related-circles-lib.oeltek-rc-wrap{
    padding-right:0 !important;
    padding-left:0 !important;
  }

  body.single-product #related-circles-lib.oeltek-rc-wrap::before,
  body.single-product #related-circles-lib .oeltek-rc-row{
    width:100% !important;
    max-width:100% !important;
  }

  body.single-product .oeltek-br-title,
  body.single-product .oeltek-br-shell{
    width:100% !important;
    max-width:100% !important;
    padding-right:0 !important;
    padding-left:0 !important;
  }

  body.single-product .woocommerce-tabs,
  body.single-product .woocommerce-Tabs-panel,
  body.single-product #tab-description,
  body.single-product #tab-additional_information,
  body.single-product .woocommerce-Tabs-panel--description,
  body.single-product .woocommerce-Tabs-panel--additional_information{
    border:0 !important;
    margin:0 !important;
    padding:0 !important;
  }
}
/* FINAL FIX: remove full-width thin line under colored menu on product pages */
@media (min-width:769px){
  body.single-product header#masthead.site-header,
  body.single-product header#masthead.site-header .oeltek-navi-shell,
  body.single-product header#masthead.site-header .navi,
  body.single-product header#masthead.site-header .oeltek-navi-inner,
  body.single-product header#masthead.site-header .main-navigation{
    border-bottom:0 !important;
    box-shadow:none !important;
  }

  body.single-product header#masthead.site-header::after,
  body.single-product header#masthead.site-header .oeltek-navi-shell::after,
  body.single-product header#masthead.site-header .navi::after,
  body.single-product header#masthead.site-header .oeltek-navi-inner::after{
    display:none !important;
    content:none !important;
    height:0 !important;
    background:none !important;
  }
}