:root {
  --j-dark: #122217;
  --j-green: #2b4c3b;
  --j-light: #f9fafa;
  --j-gold: #cfa861;
  --text-main: #222222;
  --text-muted: #666666;
  --border-soft: #e5e5e5;
}

body.single-product .site-main,
body.single-product .content-area,
body.single-product .woocommerce-breadcrumb {
  width: 100%;
}

body.single-product .j-woo-shell,
body.single-product .j-woo-shell * {
  box-sizing: border-box;
}

body.single-product .j-woo-shell {
  background: #fff;
}

body.single-product .j-woo-container {
  max-width: 1200px;
  margin: 56px auto 72px;
  padding: 0 20px;
}

body.single-product .j-woo-notices {
  display: none !important;
}

body.single-product .j-summary-breadcrumbs {
  text-align: left;
  margin-bottom: 28px;
  color: var(--text-muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

body.single-product .j-summary-breadcrumbs a {
  color: var(--text-muted);
  text-decoration: none;
}

body.single-product .j-summary-breadcrumbs a:hover {
  color: var(--j-green);
}

body.single-product .j-breadcrumb-sep {
  margin: 0 8px;
  opacity: .5;
}

body.single-product .j-product-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 60px;
  margin-bottom: 64px;
}

body.single-product .j-gallery-wrapper {
  position: relative;
}

body.single-product .j-main-image-container {
  position: relative;
  width: 100%;
  height: 350px;
  border-radius: 16px;
  overflow: hidden;
  background: var(--j-light);
  border: 1px solid var(--border-soft);
  margin-bottom: 16px;
  display: block;
  cursor: zoom-in;
}

body.single-product .j-main-image {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  transition: opacity .3s ease, transform .35s ease;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.single-product .j-main-image-container:hover .j-main-image {
  transform: scale(1.02);
}

body.single-product .j-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--j-green);
  color: #fff;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  z-index: 2;
}

body.single-product .j-gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,.92) !important;
  border: none !important;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  transition: .25s ease;
  z-index: 2;
  padding: 0 !important;
  min-height: 0 !important;
}

body.single-product .j-gallery-arrow i { font-size: 22px; }
body.single-product .j-gallery-arrow:hover {
  background: #fff !important;
  color: var(--j-green);
  transform: translateY(-50%) scale(1.08);
}
body.single-product .j-arrow-prev { left: 16px; }
body.single-product .j-arrow-next { right: 16px; }

body.single-product .j-thumbnails {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body.single-product button.j-thumb {
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 2px solid transparent !important;
  border-radius: 12px !important;
  overflow: hidden;
  cursor: pointer;
  background: #fff !important;
  padding: 0 !important;
  transition: .2s ease;
  box-shadow: none !important;
  min-height: 0 !important;
}

body.single-product .j-thumb img {
  width: 100% !important;
  height: 92px !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

body.single-product .j-thumb:hover,
body.single-product .j-thumb.active {
  border-color: var(--j-green) !important;
  transform: translateY(-1px);
}

body.single-product .j-product-title {
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 800;
  margin: 0 0 12px;
  color: var(--j-dark);
  line-height: 1.15;
  letter-spacing: -.02em;
}

body.single-product .j-reviews {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  font-size: 14px;
  color: var(--text-muted);
}
body.single-product .j-stars i { color: var(--j-gold); font-size: 18px; }

body.single-product .j-price-stock {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 24px;
  margin-bottom: 28px;
}

body.single-product .j-price {
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 800;
  color: var(--j-green);
  line-height: 1;
  letter-spacing: -.03em;
}
body.single-product .j-price del { opacity: .55; font-weight: 600; margin-right: 10px; }
body.single-product .j-price ins { text-decoration: none; }

body.single-product .j-stock-wrap { display: inline-flex; align-items: center; }
body.single-product .j-stock {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #eef5f0;
  color: #2e7d32;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin: 0;
}
body.single-product .j-stock-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  animation: jeligorBlink 1.7s infinite;
  flex: 0 0 auto;
}
body.single-product .j-stock.is-out-of-stock {
  background: #ffebee;
  color: #b71c1c;
}

body.single-product .j-short-desc {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-muted);
  margin-bottom: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border-soft);
}
body.single-product .j-short-desc p:last-child { margin-bottom: 0; }

body.single-product .j-meta-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin-bottom: 36px;
}

body.single-product .j-meta-box {
  background: #fdfdfd;
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  padding: 18px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  box-shadow: 0 4px 18px rgba(0,0,0,.02);
  transition: border-color .25s ease, transform .25s ease;
  min-height: 132px;
}
body.single-product .j-meta-box:hover { border-color: var(--j-gold); transform: translateY(-2px); }
body.single-product .j-meta-box i { font-size: 28px; color: var(--j-gold); }
body.single-product .j-meta-label {
  font-size: 11px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: .08em;
}
body.single-product .j-meta-val {
  font-size: 15px;
  font-weight: 700;
  color: var(--j-dark);
  line-height: 1.35;
}
body.single-product .j-meta-val a { color: inherit; text-decoration: none; }

body.single-product .j-cart-form {
  display: flex !important;
  gap: 15px;
  margin: 0 0 30px !important;
  align-items: stretch;
  flex-wrap: nowrap !important;
}

body.single-product .j-qty,
body.single-product .j-cart-form .j-qty,
body.single-product .j-woo-shell form.cart .j-qty {
  display: inline-flex !important;
  align-items: stretch !important;
  border: 1px solid var(--border-soft) !important;
  border-radius: 8px !important;
  background: #fff !important;
  overflow: hidden !important;
  width: 280px;
  max-width: 25% !important;
  min-height: 55px;
  flex: 0 0 280px !important;
  box-shadow: none !important;
}

body.single-product .j-woo-shell .j-cart-form .j-qty-btn,
body.single-product .j-woo-shell form.cart .j-qty button.j-qty-btn,
body.single-product .j-woo-shell form.cart button.j-qty-btn,
body.single-product .j-woo-shell button.j-qty-btn {
  appearance: none !important;
  -webkit-appearance: none !important;
  background: #fff !important;
  background-image: none !important;
  border: none !important;
  width: 50px !important;
  min-width: 50px !important;
  height: 55px !important;
  min-height: 55px !important;
  font-size: 20px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  color: var(--text-main) !important;
  font-weight: 600 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  flex: 0 0 50px !important;
  position: relative !important;
  z-index: 2 !important;
  overflow: hidden !important;
}

body.single-product .j-woo-shell .j-cart-form .j-qty-btn::before,
body.single-product .j-woo-shell form.cart .j-qty button.j-qty-btn::before,
body.single-product .j-woo-shell form.cart button.j-qty-btn::before,
body.single-product .j-woo-shell button.j-qty-btn::before,
body.single-product .j-woo-shell .j-cart-form .j-qty-btn::after,
body.single-product .j-woo-shell form.cart .j-qty button.j-qty-btn::after,
body.single-product .j-woo-shell form.cart button.j-qty-btn::after,
body.single-product .j-woo-shell button.j-qty-btn::after {
  background: transparent !important;
  box-shadow: none !important;
}

body.single-product .j-woo-shell .j-cart-form .j-qty-btn:hover,
body.single-product .j-woo-shell form.cart .j-qty button.j-qty-btn:hover {
  background: var(--j-light) !important;
  color: var(--j-green) !important;
}

body.single-product .j-woo-shell .j-cart-form .j-qty-input,
body.single-product .j-woo-shell form.cart .j-qty input.j-qty-input,
body.single-product .j-woo-shell input.j-qty-input {
  appearance: textfield !important;
  -moz-appearance: textfield !important;
  -webkit-appearance: none !important;
  width: 100% !important;
  height: 55px !important;
  min-height: 55px !important;
  text-align: center !important;
  border: none !important;
  border-left: 1px solid var(--border-soft) !important;
  border-right: 1px solid var(--border-soft) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  padding: 0 8px !important;
  margin: 0 !important;
  background: #fff !important;
  color: var(--j-dark) !important;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 0 !important;
  flex: 1 1 auto !important;
}
body.single-product .j-qty-input::-webkit-outer-spin-button,
body.single-product .j-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

body.single-product .j-add-btn,
body.single-product button.j-add-btn,
body.single-product .single_add_to_cart_button.j-add-btn {
  flex: 1;
  min-height: 55px !important;
  background: var(--j-green) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  letter-spacing: .06em !important;
  font-weight: 700 !important;
  cursor: pointer;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  gap: 12px;
  transition: all .3s ease;
  box-shadow: none !important;
  text-decoration: none !important;
  padding: 0 22px !important;
  margin: 0 !important;
}
body.single-product .j-add-btn:hover {
  background: var(--j-dark) !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,.1) !important;
}
body.single-product .j-add-btn i { font-size: 20px; }

body.single-product .j-default-add-to-cart form.cart { margin: 0; }
body.single-product .j-out-of-stock-box { margin-top: 8px; }

body.single-product .j-tabs-wrapper {
  border-top: 1px solid var(--border-soft);
  padding-top: 50px;
}

body.single-product .j-tab-headers {
  display: flex !important;
  justify-content: center;
  gap: 42px !important;
  margin-bottom: 34px;
  padding-bottom: 0;
  border-bottom: 1px solid var(--border-soft);
}

body.single-product .j-tab-btn,
body.single-product button.j-tab-btn {
  appearance: none !important;
  -webkit-appearance: none !important;
  background: transparent !important;
  background-image: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 0 15px 0 !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  color: var(--text-muted) !important;
  cursor: pointer;
  position: relative;
  line-height: 1.2 !important;
  box-shadow: none !important;
  text-transform: none !important;
}
body.single-product .j-tab-btn::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: var(--j-green);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .3s ease;
}
body.single-product .j-tab-btn.active,
body.single-product button.j-tab-btn.active {
  color: var(--j-dark) !important;
}
body.single-product .j-tab-btn.active::after,
body.single-product button.j-tab-btn.active::after {
  transform: scaleX(1);
}

body.single-product .j-tab-content {
  display: none;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.8;
  color: var(--text-muted);
  font-size: 16px;
}
body.single-product .j-tab-content.active { display: block; animation: jeligorFadeIn .35s ease; }
body.single-product .j-tab-content h2,
body.single-product .j-tab-content h3 {
  color: var(--j-dark);
  font-weight: 800;
  letter-spacing: -.02em;
}
body.single-product .j-tab-content h1,
body.single-product .j-tab-content h2,
body.single-product .j-tab-content h3,
body.single-product .j-tab-content h4 {
  color: var(--j-dark);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.25;
}
body.single-product .j-tab-content h1 { font-size: clamp(28px, 4vw, 38px); margin: 0 0 16px; }
body.single-product .j-tab-content h2 { font-size: clamp(25px, 3.2vw, 34px); margin: 0 0 14px; }
body.single-product .j-tab-content h3 { font-size: clamp(22px, 2.5vw, 28px); margin: 0 0 16px; }
body.single-product .j-tab-content h4 { font-size: clamp(18px, 2vw, 22px); margin: 0 0 14px; }
body.single-product .j-tab-content p { margin: 0 0 18px; }
body.single-product .j-tab-content strong { color: var(--j-dark); }
body.single-product .j-tab-content table.woocommerce-product-attributes,
body.single-product .j-tab-content table.shop_attributes {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid #ebeee9;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfa 100%);
  box-shadow: 0 12px 30px rgba(18,34,23,.05);
}
body.single-product .j-tab-content table.woocommerce-product-attributes th,
body.single-product .j-tab-content table.woocommerce-product-attributes td,
body.single-product .j-tab-content table.shop_attributes th,
body.single-product .j-tab-content table.shop_attributes td {
  padding: 18px 22px;
  border: none;
  text-align: left;
  vertical-align: top;
}
body.single-product .j-tab-content table.woocommerce-product-attributes tr:not(:last-child) th,
body.single-product .j-tab-content table.woocommerce-product-attributes tr:not(:last-child) td,
body.single-product .j-tab-content table.shop_attributes tr:not(:last-child) th,
body.single-product .j-tab-content table.shop_attributes tr:not(:last-child) td {
  border-bottom: 1px solid var(--border-soft);
}
body.single-product .j-tab-content table.shop_attributes th,
body.single-product .j-tab-content table.woocommerce-product-attributes th {
  width: 34%;
  background: #f8faf7;
  color: var(--j-dark);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}
body.single-product .j-tab-content table.shop_attributes td,
body.single-product .j-tab-content table.woocommerce-product-attributes td {
  color: var(--text-main);
  font-weight: 600;
}
body.single-product .j-tab-content table.shop_attributes td p,
body.single-product .j-tab-content table.woocommerce-product-attributes td p { margin: 0; }
body.single-product .j-tab-content #reviews,
body.single-product .j-tab-content .woocommerce-Reviews { max-width: 100%; }
body.single-product .j-tab-content .commentlist { padding-left: 0; list-style: none; }
body.single-product .j-tab-content .commentlist li { margin-bottom: 24px; }
body.single-product .j-tab-content .woocommerce-review__author { color: var(--j-dark); }

body.single-product .j-tab-content .woocommerce-Reviews-title {
  font-size: clamp(24px, 3vw, 32px);
  margin: 0 0 24px;
}
body.single-product .j-tab-content ol.commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.single-product .j-tab-content ol.commentlist li.review {
  margin: 0 0 24px;
  padding: 0 0 24px;
  border-bottom: 1px solid var(--border-soft);
}
body.single-product .j-tab-content ol.commentlist li.review .comment_container {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
body.single-product .j-tab-content ol.commentlist li.review img.avatar {
  width: 52px !important;
  height: 52px !important;
  border-radius: 999px !important;
  border: 1px solid var(--border-soft) !important;
  padding: 0 !important;
  background: #fff !important;
}
body.single-product .j-tab-content .woocommerce-review__dash,
body.single-product .j-tab-content .woocommerce-review__published-date {
  color: #8a8f87;
  font-size: 13px;
}
body.single-product .j-tab-content .description {
  margin-top: 8px;
  color: var(--text-main);
  line-height: 1.7;
}
body.single-product .j-tab-content .star-rating {
  color: var(--j-gold);
  margin-bottom: 6px;
}
body.single-product .j-tab-content #review_form_wrapper {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  background: #fff;
}

body.single-product .j-toaster {
  position: fixed;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 320px;
  max-width: 430px;
  background: #fff;
  border-left: 4px solid var(--j-green);
  border-top: 1px solid #eef2ec;
  border-right: 1px solid #eef2ec;
  border-bottom: 1px solid #eef2ec;
  box-shadow: 0 10px 40px rgba(0,0,0,.15);
  border-radius: 8px;
  padding: 20px 22px;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(22px);
  transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
}
body.single-product .j-toaster.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
body.single-product .j-toaster i { font-size: 32px; color: var(--j-green); flex: 0 0 auto; }
body.single-product .j-toaster-text { display: flex; flex-direction: column; gap: 4px; }
body.single-product .j-toaster-title { font-weight: 700; color: var(--j-dark); font-size: 16px; }
body.single-product .j-toaster-desc { font-size: 14px; color: var(--text-muted); }


body.single-product .j-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(9,16,11,.88);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease, visibility .25s ease;
}
body.single-product .j-lightbox.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
body.single-product .j-lightbox-inner {
  position: relative;
  max-width: min(92vw, 1240px);
  max-height: 90vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.single-product .j-lightbox-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
  background: #fff;
}
body.single-product .j-lightbox-close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--j-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0,0,0,.16);
}
body.single-product .j-lightbox-close i { font-size: 24px; }

@keyframes jeligorFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 992px) {
  body.single-product .j-product-top { grid-template-columns: 1fr; gap: 38px; }
  body.single-product .j-main-image-container { height: 420px; }
}

@media (max-width: 767px) {
  body.single-product .j-woo-container { margin-top: 34px; }
  body.single-product .j-main-image-container { height: 320px; }
  body.single-product .j-thumbnails { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
  body.single-product .j-thumb img { height: 74px !important; }

  body.single-product .j-product-title { font-size: 30px; }
  body.single-product .j-reviews { font-size: 13px; }
  body.single-product .j-price { font-size: 28px; }
  body.single-product .j-short-desc { font-size: 15px; line-height: 1.72; }

  body.single-product .j-meta-info {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  body.single-product .j-meta-box {
    padding: 12px 8px;
    min-height: 102px;
    border-radius: 12px;
  }
  body.single-product .j-meta-box i { font-size: 22px; }
  body.single-product .j-meta-label { font-size: 10px; }
  body.single-product .j-meta-val { font-size: 13px; }

  body.single-product .j-cart-form { gap: 10px; align-items: stretch; }
  body.single-product .j-qty { width: 132px; flex: 0 0 132px !important; }
  body.single-product .j-add-btn { width: auto; flex: 1 1 auto; }

  body.single-product .j-tab-headers { justify-content: center; gap: 10px !important; }
  body.single-product .j-tab-btn,
  body.single-product button.j-tab-btn {
    font-size: 12px !important;
    padding: 10px 12px !important;
  }

  body.single-product .j-toaster {
    right: 14px;
    left: 14px;
    bottom: 14px;
    min-width: 0;
    max-width: none;
  }
  body.single-product .j-lightbox { padding: 16px; }
  body.single-product .j-lightbox-close { top: 10px; right: 10px; }
}

@keyframes jeligorBlink { 50% { opacity: .45; } }

@media (max-width: 768px) {
  body.single-product .j-product-top { grid-template-columns: 1fr; gap: 40px; }
  body.single-product .j-main-image-container { height: 320px; }
  body.single-product .j-cart-form { gap: 10px; flex-wrap: nowrap !important; }
  body.single-product .j-qty,
  body.single-product .j-cart-form .j-qty { width: 132px; flex: 0 0 132px !important; min-height: 50px; }
  body.single-product .j-woo-shell .j-cart-form .j-qty-btn,
  body.single-product .j-woo-shell form.cart .j-qty button.j-qty-btn,
  body.single-product .j-woo-shell form.cart button.j-qty-btn,
  body.single-product .j-woo-shell button.j-qty-btn { width: 40px !important; min-width: 40px !important; height: 50px !important; min-height: 50px !important; font-size: 18px !important; flex: 0 0 40px !important; }
  body.single-product .j-woo-shell .j-cart-form .j-qty-input,
  body.single-product .j-woo-shell form.cart .j-qty input.j-qty-input,
  body.single-product .j-woo-shell input.j-qty-input { height: 50px !important; min-height: 50px !important; font-size: 16px !important; }
  body.single-product .j-add-btn,
  body.single-product button.j-add-btn,
  body.single-product .single_add_to_cart_button.j-add-btn { min-height: 50px !important; font-size: 14px !important; padding: 0 16px !important; flex: 1 1 auto; }
  body.single-product .j-tab-btn,
  body.single-product button.j-tab-btn { font-size: 13px !important; padding: 0 0 12px 0 !important; }
  body.single-product .j-tab-content { font-size: 15px; }
  body.single-product .j-tab-content h1 { font-size: 28px; }
  body.single-product .j-tab-content h2 { font-size: 24px; }
  body.single-product .j-tab-content h3 { font-size: 21px; }
  body.single-product .j-tab-content h4 { font-size: 18px; }
  body.single-product .j-tab-content table.shop_attributes th,
  body.single-product .j-tab-content table.woocommerce-product-attributes th,
  body.single-product .j-tab-content table.shop_attributes td,
  body.single-product .j-tab-content table.woocommerce-product-attributes td { display: block; width: 100%; padding: 14px 16px; }
  body.single-product .j-tab-content table.shop_attributes th,
  body.single-product .j-tab-content table.woocommerce-product-attributes th { border-bottom: 0; padding-bottom: 4px; }
  body.single-product .j-tab-content ol.commentlist li.review .comment_container { gap: 12px; }
  body.single-product .j-tab-content ol.commentlist li.review img.avatar { width: 42px !important; height: 42px !important; }
  body.single-product .j-toaster { left: 14px; right: 14px; bottom: 14px; min-width: 0; max-width: none; padding: 16px 18px; }
}

body.single-product .j-mobile-header { display: none; }
body.single-product .j-summary-desktop-head { display: block; }
body.single-product .j-share-strip {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
body.single-product .j-share-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--j-dark);
  text-transform: uppercase;
  letter-spacing: .08em;
}
body.single-product .j-share-links { display: flex; gap: 10px; flex-wrap: wrap; }
body.single-product .j-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  background: #fff;
  color: var(--j-dark);
  text-decoration: none;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: .25s ease;
}
body.single-product .j-share-btn:hover { border-color: var(--j-green); color: var(--j-green); transform: translateY(-1px); }
body.single-product .j-share-btn i { font-size: 18px; }

body.single-product .j-related-products,
body.single-product .j-browse-categories {
  margin-top: 54px;
}
body.single-product .j-section-head { margin-bottom: 18px; }
body.single-product .j-section-head h2 {
  margin: 0 0 6px;
  font-size: clamp(24px, 3vw, 32px);
  color: var(--j-dark);
}
body.single-product .j-section-head p { margin: 0; color: var(--text-muted); }
body.single-product .j-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 18px;
}
body.single-product .j-related-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  padding: 14px;
  transition: .25s ease;
}
body.single-product .j-related-card:hover { transform: translateY(-3px); border-color: var(--j-gold); box-shadow: 0 12px 24px rgba(18,34,23,.06); }
body.single-product .j-related-thumb {
  display: block;
  aspect-ratio: 1/1;
  border-radius: 12px;
  overflow: hidden;
  background: var(--j-light);
}
body.single-product .j-related-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
body.single-product .j-related-title { font-size: 16px; font-weight: 700; color: var(--j-dark); line-height: 1.35; }
body.single-product .j-related-price { font-size: 15px; font-weight: 700; color: var(--j-green); }
body.single-product .j-category-pills { display:flex; gap:10px; flex-wrap:wrap; }
body.single-product .j-category-pill {
  display:inline-flex; align-items:center; padding:10px 16px; border-radius:999px; background:#f7f9f6; border:1px solid var(--border-soft); text-decoration:none; color:var(--j-dark); font-weight:600;
}
body.single-product .j-category-pill:hover { border-color: var(--j-green); color: var(--j-green); }

body.single-product .j-tab-content h1 { font-size: clamp(24px, 3vw, 34px); }
body.single-product .j-tab-content h2 { font-size: clamp(20px, 2.6vw, 28px); }
body.single-product .j-tab-content h3 { font-size: clamp(18px, 2.2vw, 24px); }
body.single-product .j-tab-content h4 { font-size: clamp(16px, 2vw, 20px); }

body.single-product .j-tab-content ol.commentlist li.review {
  margin: 0 0 28px;
  padding: 0 0 24px;
  border-bottom: 1px solid var(--border-soft);
}
body.single-product .j-tab-content ol.commentlist li.review .comment_container { display: flex; gap: 20px; align-items: flex-start; }
body.single-product .j-tab-content ol.commentlist li.review img.avatar { display: none !important; }
body.single-product .j-tab-content .j-review-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--j-light);
  border: 1px solid var(--border-soft);
  color: var(--j-green);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 22px;
  font-weight: 800;
  flex: 0 0 auto;
}
body.single-product .j-tab-content .j-review-content { flex: 1; }
body.single-product .j-tab-content .j-review-meta {
  display:flex;
  align-items:center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
body.single-product .j-tab-content .j-review-meta .j-stars i { font-size: 16px; color: var(--j-gold); }
body.single-product .j-tab-content .j-review-author { font-size: 16px; font-weight: 700; color: var(--j-dark); }
body.single-product .j-tab-content .j-review-date { font-size: 13px; color: #999; }
body.single-product .j-tab-content .j-review-text { font-size: 15px; color: var(--text-main); line-height: 1.65; margin: 0; }
body.single-product .j-tab-content .woocommerce-review__published-date,
body.single-product .j-tab-content .woocommerce-review__dash,
body.single-product .j-tab-content .description,
body.single-product .j-tab-content .star-rating { display: none !important; }
body.single-product .j-tab-content #review_form_wrapper {
  margin-top: 30px;
  padding: 28px;
  border: 1px solid var(--border-soft);
  border-radius: 20px;
  background: linear-gradient(180deg,#fff,#fcfcfa);
}
body.single-product .j-tab-content #respond .comment-reply-title,
body.single-product .j-tab-content #respond label { color: var(--j-dark); font-weight: 600; }
body.single-product .j-tab-content #respond input[type="text"],
body.single-product .j-tab-content #respond input[type="email"],
body.single-product .j-tab-content #respond textarea,
body.single-product .j-tab-content #respond select {
  width: 100%; border: 1px solid #d9ddd7; border-radius: 10px; min-height: 50px; padding: 12px 14px; background: #fff;
}
body.single-product .j-tab-content #respond textarea { min-height: 120px; }
body.single-product .j-tab-content #respond .submit {
  background: var(--j-green) !important; color:#fff !important; border:0 !important; border-radius:10px !important; padding: 14px 24px !important; text-transform: uppercase; letter-spacing: .06em; font-weight:700;
}

@media (max-width: 992px) {
  body.single-product .j-mobile-header { display: block; margin-bottom: 6px; }
  body.single-product .j-summary-desktop-head { display: none; }
  body.single-product .j-product-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  body.single-product .j-mobile-header { order: 1; }
  body.single-product .j-gallery-wrapper { order: 2; }
  body.single-product .j-summary { order: 3; }
  body.single-product .j-price-stock { margin-bottom: 20px; }
  body.single-product .j-related-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 768px) {
  body.single-product .j-woo-container { padding: 0 16px; }
  body.single-product .j-product-title { font-size: 34px; margin-bottom: 8px; }
  body.single-product .j-mobile-header .j-summary-breadcrumbs { text-align: left; margin-bottom: 12px; }
  body.single-product .j-mobile-header .j-reviews { margin-bottom: 0; }
  body.single-product .j-price-stock { align-items: center; gap: 12px 16px; }
  body.single-product .j-stock { font-size: 12px; padding: 6px 12px; }
  body.single-product .j-short-desc { margin-bottom: 24px; padding-bottom: 24px; }
  body.single-product .j-meta-info { gap: 10px; }

  body.single-product .j-cart-form { gap: 10px !important; }
  body.single-product .j-qty,
  body.single-product .j-cart-form .j-qty { flex: 0 0 20% !important; width: 20% !important; min-width: 88px !important; }
  body.single-product .j-add-btn,
  body.single-product button.j-add-btn,
  body.single-product .single_add_to_cart_button.j-add-btn { flex: 1 1 80% !important; width: 80% !important; }
  body.single-product .j-woo-shell .j-cart-form .j-qty-btn,
  body.single-product .j-woo-shell form.cart .j-qty button.j-qty-btn,
  body.single-product .j-woo-shell form.cart button.j-qty-btn,
  body.single-product .j-woo-shell button.j-qty-btn { width: 30px !important; min-width: 30px !important; flex: 0 0 30px !important; background: #fff !important; }
  body.single-product .j-woo-shell .j-cart-form .j-qty-input,
  body.single-product .j-woo-shell form.cart .j-qty input.j-qty-input,
  body.single-product .j-woo-shell input.j-qty-input { font-size: 15px !important; padding: 0 4px !important; }

  body.single-product .j-tab-headers { gap: 22px !important; overflow-x: auto; justify-content: flex-start; }
  body.single-product .j-tab-btn,
  body.single-product button.j-tab-btn { font-size: 16px !important; white-space: nowrap; }

  body.single-product .j-share-strip { align-items: stretch; }
  body.single-product .j-share-label { width: 100%; }
  body.single-product .j-share-links { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); }
  body.single-product .j-share-btn { justify-content: center; padding: 12px 8px; font-size: 12px; }
  body.single-product .j-share-btn span { display: block; }

  body.single-product .j-tab-content { font-size: 15px; }
  body.single-product .j-tab-content .woocommerce-Reviews-title { font-size: 22px; }
  body.single-product .j-tab-content ol.commentlist li.review .comment_container { gap: 14px; }
  body.single-product .j-tab-content .j-review-avatar { width: 44px; height: 44px; font-size: 18px; }
  body.single-product .j-tab-content #review_form_wrapper { padding: 18px; border-radius: 16px; }
}


body.single-product .j-tab-content .commentlist { margin-bottom: 26px; }
body.single-product .j-tab-content .commentlist li.review:last-child { border-bottom: 0; margin-bottom: 8px; }
body.single-product .j-tab-content #reviews #comments { margin-bottom: 22px; }
body.single-product .j-tab-content #review_form_wrapper .comment-reply-title { display:block; margin-bottom: 14px; font-size: 28px; font-weight: 800; }
body.single-product .j-tab-content .comment-form-rating { margin-bottom: 16px; }
body.single-product .j-tab-content p.stars a { color: var(--j-gold); }
body.single-product .j-tab-content #reviews .comment-form-comment label { display:block; margin-bottom: 10px; }

body.single-product .j-mobile-sticky-cart { display:none; }

@media (max-width: 768px) {
  body.single-product .j-cart-block { display:none; }
  body.single-product .j-mobile-sticky-cart {
    display:block;
    position: sticky;
    bottom: 12px;
    z-index: 40;
    margin-top: 6px;
  }
  body.single-product .j-mobile-sticky-inner {
    display:flex;
    align-items:stretch;
    gap:10px;
    padding: 10px;
    border:1px solid #e8ece6;
    border-radius: 16px;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(10px);
    box-shadow: 0 14px 30px rgba(18,34,23,.08);
  }
  body.single-product .j-mobile-sticky-inner .j-qty {
    flex: 0 0 20% !important;
    width: 20% !important;
    min-width: 88px !important;
    max-width: none !important;
  }
  body.single-product .j-mobile-sticky-inner .j-add-btn {
    flex: 1 1 80% !important;
    width: 80% !important;
    min-height: 50px !important;
  }
  body.single-product .j-mobile-sticky-inner .j-qty-btn { width: 28px !important; min-width: 28px !important; flex: 0 0 28px !important; }
}
