.page-lista-de-desejo .navbar-pc,
.page-lista-de-desejo .navbar-mobile { display: none !important; }

.desejo-page {
  width: 100%;
  min-height: 60vh;
}

.desejo-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
}

.desejo-inner:first-child {
  padding-top: 2rem;
}

.desejo-inner:last-child {
  padding-bottom: 4rem;
}

.desejo-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2rem;
}

.desejo-header .desejo-busca-wrap {
  width: 280px;
  flex-shrink: 0;
}

.desejo-titulo {
  font-size: 1.8rem;
  font-weight: 700;
  color: #111;
  margin: 0;
  white-space: nowrap;
}

.desejo-busca-wrap,
.desejo-busca-wrap-mobile {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #f0f0f0;
}

.desejo-busca-mobile-wrap {
  display: none;
}

.desejo-busca-icon {
  flex-shrink: 0;
  color: #888;
}

.desejo-busca-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 0.95rem;
  font-family: inherit;
  color: #111;
  background: transparent;
}

.desejo-busca-input::placeholder {
  color: #999;
}

.desejo-busca-clear {
  border: none;
  background: none;
  cursor: pointer;
  color: #888;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}

.desejo-busca-clear svg {
  width: 18px;
  height: 18px;
}

.desejo-sem-resultados {
  text-align: center;
  padding: 4rem 1rem;
  color: #999;
  font-size: 0.95rem;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.desejo-sem-resultados:empty {
  display: none;
}

.desejo-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.desejo-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
}

.desejo-modal-content {
  position: relative;
  background: #fff;
  padding: 1.5rem;
  max-width: 340px;
  width: 90%;
  text-align: center;
}

.desejo-modal-texto {
  font-size: 1rem;
  color: #111;
  margin: 0 0 1.25rem;
  line-height: 1.4;
}

.desejo-modal-actions {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}

.desejo-modal-cancelar,
.desejo-modal-confirmar {
  flex: 1;
  padding: 0.6rem 1rem;
  border: none;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  font-family: inherit;
}

.desejo-modal-cancelar {
  background: #f0f0f0;
  color: #333;
}

.desejo-modal-confirmar {
  background: #e74c3c;
  color: #fff;
}

.desejo-modal-confirmar:hover {
  background: #c0392b;
}

.desejo-produtos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding-bottom: 3rem;
}

.desejo-vazio {
  text-align: center;
  padding: 4rem 1rem;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.desejo-vazio-icon svg {
  width: 64px;
  height: 64px;
  color: #ccc;
  stroke: #ccc;
  margin-bottom: 1rem;
}

.desejo-vazio-texto {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 1.5rem;
}

.desejo-vazio-btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  background: #e74c3c;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}

.desejo-vazio-btn:hover {
  background: #c0392b;
}

.desejo-card {
  background: #fff;
  border: none;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.desejo-card-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.desejo-card-remove {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 28px;
  height: 28px;
  border: none;
  background: rgba(0,0,0,0.5);
  border-radius: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 2;
}

.desejo-card-remove:hover {
  background: rgba(231,76,60,0.9);
}

.desejo-card-remove svg {
  width: 16px;
  height: 16px;
}

.desejo-card-badge {
  position: absolute;
  top: 6px;
  left: 6px;
  background: #e74c3c;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 2px 6px;
  z-index: 2;
}

.desejo-card-img-wrap {
  width: 100%;
  aspect-ratio: 1;
  background: #FFB800;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.desejo-card-img {
  width: 85%;
  height: 85%;
  object-fit: contain;
}

.desejo-card-body {
  padding: 0.5rem 0.6rem 0.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
}

.desejo-card-nome {
  font-weight: 600;
  font-size: 0.9rem;
  color: #111;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.desejo-card-precos {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.desejo-card-preco {
  font-weight: 700;
  font-size: 1rem;
  color: #FFB800;
}

.desejo-card-old {
  font-size: 0.8rem;
  color: #999;
  text-decoration: line-through;
}

.desejo-card-info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 4px;
}

.desejo-card-add {
  width: 34px;
  height: 34px;
  border-radius: 0;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
}

.desejo-card-add:hover {
  background: transparent;
}

.desejo-card-add svg {
  width: 20px;
  height: 20px;
  color: #333;
}

@media (max-width: 767px) {
  .page-lista-de-desejo .header-pc,
  .page-lista-de-desejo .footer-pc,
  .page-lista-de-desejo .scroll-to-top { display: none !important; }

  .desejo-header {
    display: none;
  }

  .desejo-page {
    padding: 0;
  }

  .desejo-inner {
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .desejo-inner:first-child,
  .desejo-inner:last-child {
    padding: 0;
  }

  .desejo-busca-mobile-wrap {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1rem;
    background: #f0f0f0;
    margin: 0;
    position: sticky;
    top: 56px;
    z-index: 9;
  }

  .desejo-produtos {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    padding: 0.5rem 0.5rem 5rem;
  }

  .desejo-card {
    border: none;
  }

  .desejo-vazio {
    padding: 4rem 1rem 6rem;
  }
}
