/**
 * Critical page slice: pages/category_v4.css
 * Generated — do not edit. Rebuild from pages/category_v4.css (thiksey_sites).
 */

/* ==== pages/category_v4.css ==== */
/* Category page v4 — hero + page body; header layout in gb/shell/header-footer.css */

body.route-dyncategory-v4 {
  --category-v4-content-max: 1320px;
  --category-v4-content-pad: 16px;
  background: #f7f7f7;
}

/* Breadcrumbs aligned with catalog body */
body.route-dyncategory-v4 .category-v2-breadcrumb-inner {
  max-width: var(--category-v4-content-max);
  padding: 8px var(--category-v4-content-pad);
}

/* —— Hero: stacked H1 + intro (thiksey_sites; Gift Blooms thiksey keeps two-column) —— */
.category-v4-hero {
  background: #fdf8f6;
  border-bottom: 1px solid var(--dc-header-border, #e8e8e8);
  padding: 28px var(--category-v4-content-pad, 16px) 32px;
  min-height: 0;
}

.category-v4-hero-inner {
  display: block;
  max-width: var(--category-v4-content-max);
  margin: 0 auto;
  text-align: left;
}

.category-v4-hero-title {
  margin: 0 0 10px;
  font-family: var(--gb-font-heading, Outfit, sans-serif);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #111827;
}

@media (min-width: 768px) {
  .category-v4-hero-title {
    font-size: 36px;
  }
}

.category-v4-hero-tagline {
  margin: 0 0 16px;
  font-family: var(--gb-font-body, Inter, sans-serif);
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--gb-primary, #b82779);
  font-weight: 500;
}

.category-v4-hero-tagline-brand {
  font-weight: 400;
  color: var(--gb-text-muted, #5c5c5c);
}

.category-v4-hero-divider {
  width: 48px;
  height: 2px;
  background: var(--gb-primary, #b82779);
  border: none;
  margin: 0 0 18px;
}

.category-v4-hero-subtitle {
  margin: 0 0 12px;
  font-family: var(--gb-font-heading, Outfit, sans-serif);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
  color: #1f2937;
}

.category-v4-hero-intro {
  max-width: 48rem;
  font-size: 15px;
  line-height: 1.65;
  color: #4b5563;
}

.category-v4-hero-intro p {
  margin: 0 0 0.75em;
}

.category-v4-hero-intro p:last-child {
  margin-bottom: 0;
}
