.menu-lvl-2 sup, .category-title sup {
    color: #dc3545;
    font-size: 75%;
}

.cart-crypto-banner {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 20px 0;
  padding: 18px 18px;
  border: 1px solid rgba(242, 114, 58, 0.45);
  border-radius: 16px;
  background: linear-gradient(135deg, #fff5f0 0%, #ffe7de 100%);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

.cart-crypto-banner__icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 999px;
  background: #F2723A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.cart-crypto-banner__content {
  flex: 1;
}

.cart-crypto-banner__content h3 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  color: #111;
}

.cart-crypto-banner__content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #444;
}

.cart-crypto-banner__action {
  flex: 0 0 auto;
}

.cart-crypto-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  transition: all .2s ease;
}

.cart-crypto-banner__btn:hover {
  background: #F2723A;
  color: #fff;
}