/**
 * Native theme header layout (no Elementor Theme Builder shell).
 */

.jt-header--native {
  position: fixed;
  top: var(--jt-header-offset, 0);
  left: 0;
  right: 0;
  z-index: 100001;
  height: var(--jt-header-h, 72px);
  background: rgba(8, 8, 8, 0.92);
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.jt-header--native .jt-header__shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  height: 100%;
}

.jt-header--native .jt-header__brand .custom-logo {
  display: block;
  max-height: 40px;
  width: auto;
}

.jt-header--native .jt-site-title {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.jt-header--native .jt-header__nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}

.jt-header--native .jt-header__menu {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jt-header--native .jt-header__menu a {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.jt-header--native .jt-header__menu a:hover,
.jt-header--native .jt-header__menu .current-menu-item > a {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.jt-site-footer {
  margin-top: 80px;
}

.jt-single-product-main:has(.jt-single-product--theme) {
  padding-top: 0;
}

.jt-single-product--theme .jt-single-product__slider {
  margin-top: 0;
  margin-bottom: 0;
}

.jt-single-product--theme .jt-single-product__slider .jt-slider-main {
  padding-top: var(--jt-header-h, 72px);
}

.jt-single-product--theme .jt-single-product__body .elementor-widget-theme-post-title,
.jt-single-product--theme .jt-single-product__body .product_title,
.jt-single-product--theme .jt-single-product__body .jt-slider-main,
.jt-single-product--theme .jt-single-product__body #jt-slider-data {
  display: none !important;
}

.jt-single-product__hero,
.jt-single-product__tester,
.jt-single-product__purchase,
.jt-single-product__license,
.jt-single-product__body,
.jt-single-product__related {
  margin-bottom: 48px;
}

.jt-single-product__related {
  margin-bottom: 0;
}

.jt-single-product--theme:has(.jt-product-info-panel) .jt-single-product__purchase,
.jt-single-product__purchase--wc-sync {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.jt-single-product--theme:has(.jt-product-info-panel) .jt-single-product__purchase .jt-single-product__title,
.jt-single-product--theme:has(.jt-product-info-panel) .jt-single-product__purchase .jt-single-product__price {
  display: none;
}

.jt-single-product--theme:has(.jt-product-info-panel) .jt-single-product__purchase form.cart {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.jt-single-product__purchase .jt-single-product__title {
  margin-top: 0;
}

.jt-single-product__purchase .jt-single-product__title,
.jt-single-product__purchase .jt-single-product__excerpt,
.jt-single-product__purchase .jt-single-product__price {
  margin-bottom: 16px;
}

.jt-single-product__purchase .jt-single-product__title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.05;
}

.jt-single-product__excerpt {
  max-width: 720px;
  color: var(--jt-muted, rgba(255, 255, 255, 0.55));
}

.jt-single-product__price {
  margin-top: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}

.jt-header--native .jt-header-icons {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.jt-header--native .jt-header-icons svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.jt-header--native .jt-header-icons .jt-header-icons__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.jt-header--native .jt-header-icons .jt-header-icons__link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.jt-header--native .jt-header-icons .jt-cart-fragment {
  display: inline-flex;
}

.jt-header--native .jt-header-icons .jt-cart-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  position: relative;
}

.jt-header--native .jt-header-icons .jt-cart-badge:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.jt-header--native .jt-header-icons .jt-cart-badge svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
}

.jt-header--native .jt-header-icons .jt-cart-count {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: #ff8a00;
  color: #111;
  font-size: 10px;
  font-weight: 800;
  line-height: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .jt-header--native .jt-header__nav {
    display: none;
  }

  .jt-header--native .jt-header__shell {
    padding: 0 16px;
  }
}
