.lx-intro {
  direction: rtl;
  text-align: right;
  margin-bottom: 1.25rem;
}

.lx-intro__headline {
  margin: 0 0 14px;
  line-height: 1.15;
}

.lx-intro__brand {
  display: block;
  font-size: clamp(13px, 2.8vw, 15px);
  font-weight: 800;
  letter-spacing: 0.22em;
  color: #6b7280;
  margin-bottom: 4px;
}

.lx-intro__name {
  display: block;
  font-size: clamp(26px, 5.2vw, 34px);
  font-weight: 900;
  color: #111827;
  letter-spacing: -0.02em;
}

.lx-intro__name em {
  font-style: normal;
  background: linear-gradient(90deg, #c87840, #e8a045);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lx-intro__sub {
  display: block;
  margin-top: 6px;
  font-size: clamp(14px, 3.2vw, 16px);
  font-weight: 600;
  color: #374151;
  line-height: 1.45;
}

.lx-intro__pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px 11px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border: 1px solid rgba(232, 160, 69, 0.35);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.lx-intro__pill-label {
  flex: 1;
  font-size: 14px;
  font-weight: 800;
  background: linear-gradient(90deg, #f0d89a, #e8a045);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lx-intro__pill-badge {
  font-size: 11px;
  font-weight: 900;
  color: #1a1a1a;
  background: linear-gradient(135deg, #f0d89a 0%, #e8a045 100%);
  border-radius: 999px;
  padding: 5px 11px;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(232, 160, 69, 0.28);
}

.lx-trust-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px 8px 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #faf6ee 0%, #f3ecdf 100%);
  border: 1px solid rgba(200, 120, 64, 0.2);
  box-shadow: 0 6px 18px rgba(80, 50, 20, 0.08);
  margin-bottom: 14px;
}

.lx-trust-pill__text {
  flex: 1;
  font-size: 13.5px;
  font-weight: 600;
  color: #3a2a14;
  line-height: 1.25;
}

.lx-trust-pill__text strong {
  font-weight: 900;
  color: #9a5a20;
}

.lx-trust-pill__badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #fff;
  border: 1px solid rgba(200, 120, 64, 0.28);
  border-radius: 999px;
  padding: 4px 10px 4px 8px;
  font-size: 11px;
  font-weight: 800;
  color: #9a5a20;
  white-space: nowrap;
}

.lx-trust-pill__flag {
  width: 18px;
  height: 13px;
  border-radius: 2px;
  overflow: hidden;
  flex-shrink: 0;
  background:
    linear-gradient(#0038b8 0 0) 0 0 / 100% 22% no-repeat,
    linear-gradient(#fff 0 0) 0 22% / 100% 56% no-repeat,
    linear-gradient(#0038b8 0 0) 0 78% / 100% 22% no-repeat;
  position: relative;
}

.lx-trust-pill__flag::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 38%;
  background: #0038b8;
}

.lx-trust-pill__flag::after {
  content: "✡";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-52%);
  color: #fff;
  font-size: 7px;
  line-height: 1;
}

.lx-intro__tagline {
  margin: 0 0 14px;
  padding: 12px 16px;
  border: 1.5px solid #1a1a1a;
  border-radius: 4px;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.55;
  color: #111827;
  text-align: center;
  background: #fff;
}

.lx-intro__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 14px;
  background: #fff;
}

.lx-intro__feat {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 12px;
  border-bottom: 1px solid #e5e7eb;
}

.lx-intro__feat:nth-child(odd) {
  border-left: 1px solid #e5e7eb;
}

.lx-intro__feat:nth-last-child(-n + 2) {
  border-bottom: none;
}

.lx-intro__feat-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e8a045;
}

.lx-intro__feat-icon svg {
  width: 20px;
  height: 20px;
}

.lx-intro__feat-text {
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.45;
  color: #111827;
}

.lx-intro__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #374151;
  margin-bottom: 6px;
}

.lx-intro__stars {
  display: inline-flex;
  gap: 2px;
  color: #e8a045;
}

.lx-intro__stars svg {
  width: 16px;
  height: 16px;
}

.lx-intro__price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px solid #e5e7eb;
}

.lx-intro__price-row .product__price {
  margin: 0;
}

.lx-intro__price-row .product__price .money {
  font-size: clamp(24px, 5vw, 30px);
  font-weight: 900;
  color: #111827;
}

html[lang="he"] .product__info:has(.lx-intro) .product__title .heading,
html[lang="he"] .product__info:has(.lx-intro) .product__title > .flex.items-center,
html[lang="he"] .product__info:has(.lx-intro) .product__text.rte {
  display: none !important;
}

@media (max-width: 520px) {
  .lx-intro__grid {
    grid-template-columns: 1fr;
  }

  .lx-intro__feat:nth-child(odd) {
    border-left: none;
  }

  .lx-intro__feat:not(:last-child) {
    border-bottom: 1px solid #e5e7eb;
  }

  .lx-trust-pill {
    flex-wrap: wrap;
    padding: 8px 12px;
  }

  .lx-intro__pill-label {
    font-size: 12.5px;
  }
}
