.lx-picker {
  direction: rtl;
  text-align: right;
  margin: 18px 0 14px;
}

.lx-picker__note {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  color: #6b7280;
}

.lx-picker__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 14px;
}

.lx-picker__card {
  position: relative;
  display: block;
  width: 100%;
  padding: 14px 14px 14px 12px;
  border: 2px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  text-align: right;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
}

.lx-picker__card:hover {
  border-color: rgba(232, 160, 69, 0.45);
  box-shadow: 0 6px 18px rgba(26, 26, 26, 0.06);
}

.lx-picker__card--selected {
  border-color: #1a1a1a;
  background: linear-gradient(180deg, #fffdf8 0%, #faf6ee 100%);
  box-shadow:
    0 0 0 1px rgba(232, 160, 69, 0.28),
    0 10px 24px rgba(26, 26, 26, 0.1);
}

.lx-picker__ribbon {
  position: absolute;
  top: -1px;
  left: 12px;
  padding: 4px 10px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  color: #f0d89a;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}

.lx-picker__row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lx-picker__thumb {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: 10px;
  overflow: hidden;
  background: #0a0a0a;
  border: 1px solid rgba(232, 160, 69, 0.2);
}

.lx-picker__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.lx-picker__info {
  flex: 1;
  min-width: 0;
}

.lx-picker__name {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 900;
  color: #111827;
  line-height: 1.25;
}

.lx-picker__desc {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  line-height: 1.35;
}

.lx-picker__price-col {
  flex: 0 0 auto;
  text-align: left;
  direction: ltr;
  min-width: 72px;
}

.lx-picker__price {
  display: block;
  font-size: 20px;
  font-weight: 900;
  color: #111827;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.lx-picker__card--selected .lx-picker__price {
  background: linear-gradient(90deg, #c87840, #e8a045);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lx-picker__compare {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  font-weight: 700;
  color: #c87840;
  text-decoration: line-through;
  opacity: 0.85;
}

.lx-buy-now {
  display: block;
  width: 100%;
  padding: 16px 20px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  color: #f0d89a;
  font-family: inherit;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lx-buy-now:hover {
  transform: translateY(-1px);
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.lx-buy-now:active {
  transform: translateY(0);
}

.lx-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px 12px;
  background: #fff;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 9;
}

.lx-nav a {
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  color: #374151;
  text-decoration: none;
  border: 1px solid #e5e7eb;
}

.lx-nav a.is-active,
.lx-nav a:hover {
  background: #111;
  color: #f0d89a;
  border-color: #111;
}

.lx-cross {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 4px 0 18px;
  padding: 10px 12px;
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  background: #111;
  border: 1px solid rgba(232, 160, 69, 0.35);
}

.lx-cross img {
  width: 72px;
  height: 48px;
  object-fit: cover;
  border-radius: 8px;
}

.lx-cross strong {
  display: block;
  font-size: 14px;
  color: #f0d89a;
}

.lx-cross em {
  display: block;
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  color: #d1d5db;
  margin-top: 2px;
}

html[lang="he"] .coupon-section,
html[lang="he"] variant-selects,
html[lang="he"] .product-form-wrapper .buy-buttons {
  display: none !important;
}

@media (max-width: 420px) {
  .lx-picker__row {
    gap: 10px;
  }

  .lx-picker__thumb {
    flex-basis: 56px;
    width: 56px;
    height: 56px;
  }

  .lx-picker__name {
    font-size: 14px;
  }

  .lx-picker__price {
    font-size: 18px;
  }
}
