.velora-tools {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: grid;
  gap: 10px;
}

.velora-tool-btn,
.velora-wish-btn {
  min-width: 42px;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(10, 10, 10, 0.82);
  color: #f4f1e9;
  backdrop-filter: blur(14px);
  font: 700 12px/1 Manrope, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.velora-tool-btn {
  padding: 0 14px;
}

.velora-wish-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: grid;
  place-items: center;
  font-size: 17px;
}

.velora-wish-btn.active {
  background: #f4f1e9;
  color: #0a0a0a;
}

.velora-search-panel,
.velora-wishlist-panel {
  position: fixed;
  inset: auto 18px 72px auto;
  z-index: 70;
  width: min(420px, calc(100vw - 36px));
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #11110f;
  color: #f4f1e9;
  padding: 18px;
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.5);
}

.velora-search-panel form {
  display: flex;
  gap: 8px;
}

.velora-search-panel input {
  flex: 1;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #0a0a0a;
  color: #f4f1e9;
  padding: 0 12px;
}

.velora-search-panel button,
.velora-wishlist-panel a {
  min-height: 42px;
  border: 1px solid #d8b15f;
  background: #d8b15f;
  color: #15120b;
  padding: 0 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font: 700 12px/1 Manrope, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.velora-wishlist-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.velora-wishlist-item:last-child {
  border-bottom: 0;
}

.velora-stock-note {
  margin-top: 10px;
  color: #d8b15f;
  font: 700 11px/1.3 Manrope, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
