/* ========== Novedades - Category Page ========== */

/* Breadcrumb */
.breadcrumb { padding: 16px 0; font-size: 14px; }
.breadcrumb .container { display: flex; align-items: center; gap: 8px; }
.breadcrumb a { color: var(--color-executive-navy); opacity: 0.6; text-decoration: none; }
.breadcrumb a:hover { opacity: 1; }
.breadcrumb-sep { width: 14px; height: 14px; opacity: 0.4; }
.breadcrumb span { color: var(--color-executive-navy); font-weight: 600; }

/* Category Hero - Gradient only, no image */
.nv-hero {
  position: relative;
  background: linear-gradient(135deg, #fef9e7 0%, #fff8e1 50%, #fff3e0 100%);
  padding: 85px 0;
  text-align: center;
  overflow: hidden;
}
.nv-hero-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(4px);
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--color-executive-navy);
  box-shadow: 0 2px 10px rgba(17, 26, 53, 0.05);
}
.nv-hero h1 {
  font-family: var(--font-headings);
  font-size: 3.2rem;
  color: var(--color-executive-navy);
  margin-bottom: 12px;
  font-weight: 700;
}
.nv-hero p {
  max-width: 650px;
  margin: 0 auto;
  color: var(--color-ink-charcoal);
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 500;
}

/* ========== Filters + Search Panel ========== */
.nv-filters-section { padding: 24px 0 8px; }

.nv-filters-section > .container {
  background: linear-gradient(135deg, rgba(255,255,255,0.82) 0%, rgba(255,253,246,0.92) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(17,26,53,0.06);
  border-radius: 24px;
  padding: 22px 28px 18px;
  box-shadow: 0 4px 24px rgba(17,26,53,0.035);
}

.nv-filters-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.nv-filters-label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 600;
  font-family: var(--font-headings);
  color: var(--color-executive-navy);
  font-size: 14px;
  white-space: nowrap;
  opacity: 0.7;
}
.nv-filters-label svg { width: 16px; height: 16px; }
.nv-filter-buttons { display: flex; gap: 6px; flex-wrap: wrap; }
.nv-filter-btn {
  padding: 7px 18px;
  border-radius: 30px;
  border: 1.5px solid rgba(17,26,53,0.13);
  background: rgba(255,255,255,0.6);
  color: var(--color-executive-navy);
  font-family: var(--font-headings);
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.nv-filter-btn:hover {
  background: var(--color-blush-pink);
  border-color: var(--color-blush-pink);
  transform: translateY(-1px);
  box-shadow: 0 3px 12px rgba(255,183,178,0.3);
}
.nv-filter-btn.active {
  background: var(--color-executive-navy);
  border-color: var(--color-executive-navy);
  color: #fff;
  box-shadow: 0 3px 12px rgba(17,26,53,0.2);
  transform: translateY(-1px);
}

/* Search Bar */
.cat-search-bar {
  margin-top: 14px;
  position: relative;
}
.cat-search-bar input {
  width: 100%;
  padding: 11px 44px 11px 42px;
  border: 1.5px solid rgba(17,26,53,0.08);
  border-radius: 14px;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  color: #111A35;
  background: rgba(255,255,255,0.7);
  outline: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.cat-search-bar input:focus {
  border-color: var(--color-blush-pink);
  box-shadow: 0 0 0 3px rgba(255,183,178,0.15);
  background: #fff;
}
.cat-search-bar input::placeholder { color: rgba(17,26,53,0.35); font-weight: 400; }
.cat-search-icon { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); width: 17px; height: 17px; color: rgba(17,26,53,0.3); pointer-events: none; }
.cat-search-clear { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); background: rgba(17,26,53,0.06); border: none; border-radius: 50%; width: 26px; height: 26px; cursor: pointer; display: none; align-items: center; justify-content: center; transition: all 0.2s; padding: 0; }
.cat-search-clear:hover { background: rgba(17,26,53,0.12); }
.cat-search-clear svg { width: 13px; height: 13px; color: #111A35; }
.cat-search-clear.visible { display: flex; }

/* Results Count */
.nv-results-count {
  margin-top: 12px;
  font-size: 13px;
  color: rgba(17,26,53,0.4);
  padding-left: 4px;
  font-weight: 500;
}
.nv-results-count strong { color: var(--color-executive-navy); }

/* No Results */
.cat-no-results { text-align: center; padding: 48px 20px; color: rgba(17,26,53,0.4); font-size: 15px; display: none; grid-column: 1 / -1; }
.cat-no-results.visible { display: block; }
.cat-no-results svg { width: 48px; height: 48px; margin-bottom: 12px; opacity: 0.25; display: block; margin-left: auto; margin-right: auto; }

/* Products Grid */
.nv-products { padding: 20px 0 60px; }
.nv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 28px;
}
@media (min-width: 1024px) {
  .nv-grid { grid-template-columns: repeat(4, 1fr); }
}

.nv-card {
  background: #fff;
  border-radius: var(--border-radius-ui);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.nv-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}
.nv-card.hidden { display: none !important; }

.nv-img-wrap {
  position: relative;
  background: #fafafa;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
}
.nv-img-wrap img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
  transition: transform 0.4s ease;
}
.nv-card:hover .nv-img-wrap img { transform: scale(1.08); }

.nv-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  font-family: var(--font-headings);
  z-index: 2;
}
.badge-new { background: var(--color-blush-pink); color: var(--color-executive-navy); }
.badge-sale { background: var(--color-mochi-yellow); color: var(--color-executive-navy); }

.nv-info { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.nv-brand {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--color-executive-navy);
  opacity: 0.5;
  font-weight: 600;
  margin-bottom: 4px;
}
.nv-name {
  font-family: var(--font-headings);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-executive-navy);
  margin-bottom: 8px;
  line-height: 1.3;
}
.nv-short {
  font-size: 13px;
  color: var(--color-ink-charcoal);
  line-height: 1.5;
  margin-bottom: 12px;
  opacity: 0.8;
}
.nv-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 16px; }
.nv-skin-tag {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  background: var(--color-glow-cream);
  color: var(--color-executive-navy);
  border: 1px solid rgba(17,26,53,0.1);
}
.nv-price-row {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(0,0,0,0.06);
}
.nv-price-col {
  display: flex;
  flex-direction: column;
}
.nv-old-price {
  font-size: 13px;
  text-decoration: line-through;
  color: var(--color-ink-charcoal);
  opacity: 0.5;
  margin-bottom: 2px;
}
.nv-price {
  font-family: var(--font-headings);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--color-executive-navy);
}

/* Highlight Banner */
.nv-highlight {
  padding: 40px 0 80px;
}
.nv-highlight-box {
  background: var(--color-glow-cream);
  border-left: 8px solid var(--color-mochi-yellow);
  border-radius: 12px;
  padding: 40px;
  box-shadow: var(--shadow-soft);
  text-align: center;
}
.nv-highlight-content {
  max-width: 600px;
  margin: 0 auto;
}
.nv-highlight h2 {
  font-family: var(--font-headings);
  color: var(--color-executive-navy);
  font-size: 1.8rem;
  margin-bottom: 16px;
}
.nv-highlight p {
  color: var(--color-ink-charcoal);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 24px;
}
.nv-subscribe-form {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.nv-subscribe-form input {
  padding: 12px 20px;
  border: 1px solid rgba(17, 26, 53, 0.2);
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 15px;
  width: 100%;
  max-width: 300px;
  outline: none;
}
.nv-subscribe-form input:focus {
  border-color: var(--color-executive-navy);
}
.nv-subscribe-form button {
  padding: 12px 24px;
  background: var(--color-executive-navy);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: var(--font-headings);
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.3s;
}
.nv-subscribe-form button:hover {
  opacity: 0.9;
}

@media (max-width: 768px) {
  .nv-hero { padding: 50px 0; }
  .nv-hero h1 { font-size: 2.2rem; }
  .nv-grid { grid-template-columns: 1fr; }
  .nv-subscribe-form { flex-direction: column; align-items: center; }
  .nv-subscribe-form input { max-width: 100%; }
  .nv-subscribe-form button { width: 100%; }
  .nv-highlight-box { padding: 24px; }
}
