/** Shopify CDN: Minification failed

Line 202:32 Expected ":"

**/
/* ============================================================
 * Norsu Homepage — live site stylesheet
 *
 * Selectors match the classes the publish script emits on the
 * live theme directly (.norsu-hero, .norsu-collections, etc.)
 * — NOT wrapped in .norsu-cms — so it actually overrides theme CSS.
 * Update via Online Store → Themes → Edit code → Assets → norsu-homepage.css
 * ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600&family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400;1,500&display=swap');

:root {
  --norsu-burgundy: #642838;
  --norsu-cream:    #F5EFE6;
  --norsu-sage:     #6F8A6A;
  --norsu-charcoal: #2b2228;
  --norsu-muted:    #5a4f54;
  --norsu-line:     #e8ddd6;
}

/* ---------- Reset for the Norsu sections only ---------- */
.norsu-announcement,
.norsu-hero,
.norsu-collections,
.norsu-products,
.norsu-newArrivals,
.norsu-promo,
.norsu-reviews {
  box-sizing: border-box !important;
  font-family: "Work Sans", system-ui, sans-serif !important;
  color: var(--norsu-charcoal) !important;
  margin: 0 !important;
  max-width: none !important;
}
.norsu-announcement *,
.norsu-hero *,
.norsu-collections *,
.norsu-products *,
.norsu-newArrivals *,
.norsu-promo *,
.norsu-reviews * { box-sizing: border-box; }

/* Stop the theme from auto-styling our headings. */
.norsu-hero h1, .norsu-hero h2,
.norsu-collections h2, .norsu-products h2,
.norsu-newArrivals h2, .norsu-promo h2, .norsu-promo h3,
.norsu-reviews h2 {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.1 !important;
  text-transform: none !important;
  text-align: inherit !important;
}

/* ---------- Announcement ---------- */
.norsu-announcement {
  padding: 11px 24px !important;
  font-size: 12px !important;
  letter-spacing: 0.12em !important;
  text-align: center !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
   color: white !important;
}

/* ---------- Hero (split layout, image right, copy on bg) ---------- */
.norsu-hero {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  width: 100% !important;
  min-height: 640px !important;
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.norsu-hero--split-left,
.norsu-hero--split-right { display: grid !important; }
.norsu-hero--full-bleed {
  display: flex !important;
  align-items: flex-end !important;
  color: #fff !important;
}
.norsu-hero__image {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  min-height: 640px !important;
}
.norsu-hero__text {
  padding: 80px 64px !important;
  max-width: 640px !important;
  align-self: center !important;
  display: flex !important;
  flex-direction: column !important;
}
.norsu-hero__eyebrow {
  font-family: "Work Sans", sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  margin: 0 0 22px 0 !important;
  opacity: 0.95;
}
.norsu-hero__headline {
  font-family: "Work Sans", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: clamp(40px, 5vw, 64px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.01em !important;
  margin: 0 !important;
  color: --norsu-burgundy !important;
}
.norsu-hero__body {
  font-family: "Work Sans", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  margin: 24px 0 0 0 !important;
  max-width: 460px;
  opacity: 0.92;
}
.norsu-hero__ctas {
  display: flex !important;
  flex-wrap: wrap;
  gap: 16px !important;
  margin-top: 32px !important;
  align-items: center;
}

/* ---------- Buttons ---------- */
.norsu-btn {
  display: inline-block !important;
  padding: 13px 26px !important;
  font-family: "Work Sans", sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  border: 1px solid transparent !important;
  line-height: 1 !important;
}
.norsu-btn--primary { background: var(--norsu-burgundy) !important; color: #fff !important; }
.norsu-btn--secondary { background: transparent !important; color: inherit !important; border-color: currentColor !important; }

/* ---------- Generic section container ---------- */
.norsu-collections,
.norsu-products,
.norsu-newArrivals,
.norsu-promo,
.norsu-reviews {
  padding: 80px 64px !important;
  max-width: 1840px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background: #fff;
}

/* ---------- Section headers ---------- */
.norsu-section__header,
.norsu-collections .norsu-section__header--center,
.norsu-products    .norsu-section__header--center {
  text-align: left !important;
  margin: 0 0 0 0 !important;
  max-width: none !important;
  display: flex !important;
  align-items: end !important;
  justify-content: space-between !important;
  gap: 24px !important;
  flex-wrap: wrap !important;
}
.norsu-reviews .norsu-section__header--center {
  text-align: center !important;
  margin: 0 auto 40px !important;
  max-width: 720px !important;
  display: block !important;
}
.norsu-section__title {
  font-family: "Work Sans", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 1.1 !important;
  letter-spacing: -0.005em !important;
  color: var(--norsu-burgundy) !important;
  margin: 0 !important;
  text-align: inherit !important;
  text-transform: none !important;
}
.norsu-section__header--center .norsu-section__title { font-size: 28px !important; }
.norsu-section__subhead {
  font-family: "Work Sans", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.6 !important;ß
  margin: 8px 0 0 0 !important;
  color: var(--norsu-muted) !important;
 
}
.norsu-section__eyebrow {
  font-family: "Work Sans", sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  margin-bottom: 12px !important;
  color: var(--norsu-muted) !important;
}

/* ---------- Grids ---------- */
.norsu-collections .norsu-grid,
.norsu-products    .norsu-grid {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr) !important;
  gap: 28px !important;
}
.norsu-promo__grid { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 24px !important; }
.norsu-reviews__grid { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 24px !important; }
.norsu-row--scroll { display: flex !important; gap: 24px !important; overflow-x: auto !important; padding-bottom: 12px; }
.norsu-row--scroll > * { flex: 0 0 240px !important; }

/* ---------- Cards (collections / products / new arrivals) ---------- */
.norsu-card { display: block !important; text-decoration: none !important; color: inherit !important; }

/* Hide piece-count under Featured Collections (editor doesn't surface this any more). */
.norsu-collections .norsu-card__meta,
html body .norsu-cms .norsu-collections .norsu-card__meta { display: none !important; }
.norsu-card__image {
  position: relative !important;
  aspect-ratio: 4 / 5 !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: var(--norsu-cream) !important;
  margin-bottom: 14px !important;
  height: auto !important;
  width: 100% !important;
}
.norsu-card__image--3x4 { aspect-ratio: 3 / 4 !important; }
.norsu-card__badge {
  position: absolute !important;
  top: 14px !important; left: 14px !important;
  background: #fff !important;
  color: var(--norsu-burgundy) !important;
  font-size: 10px !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  padding: 5px 10px !important;
  font-weight: 500 !important;
}
.norsu-card__name {
  font-family: "Work Sans", sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
  color: var(--norsu-charcoal) !important;
  margin: 0 !important;
  line-height: 1.3 !important;
}
.norsu-card__price,
.norsu-card__meta {
  font-family: "Work Sans", sans-serif !important;
  font-size: 13px !important;
  color: var(--norsu-muted) !important;
  margin-top: 4px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
}

/* ---------- Editorial tiles ---------- */
.norsu-promo__tile {
  position: relative !important;
  aspect-ratio: 4 / 5 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  padding: 40px !important;
  color: #fff !important;
  background-size: cover !important;
  background-position: center !important;
  overflow: hidden !important;
  text-decoration: none !important;
}
.norsu-promo__eyebrow {
  font-family: "Work Sans", sans-serif !important;
  font-size: 11px !important; letter-spacing: 0.22em !important;
  text-transform: uppercase !important; font-weight: 500 !important;
  margin: 0 0 14px 0 !important; color: #fff !important;
}
.norsu-promo__title {
  font-family: "Work Sans", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: clamp(24px, 2.4vw, 32px) !important;
  line-height: 1.15 !important;
  max-width: 380px;
  margin: 0 !important;
  color: #fff !important;
}
.norsu-promo__body {
  font-family: "Work Sans", sans-serif !important;
  font-size: 14px !important; line-height: 1.5 !important;
  margin: 14px 0 0 0 !important; max-width: 380px; opacity: 0.92;
  color: #fff !important;
}
.norsu-promo__cta {
  margin-top: 22px !important;
  font-family: "Work Sans", sans-serif !important;
  font-size: 11px !important; letter-spacing: 0.28em !important;
  text-transform: uppercase !important; align-self: flex-start !important;
  padding-bottom: 4px !important; border-bottom: 1px solid currentColor !important;
}

/* ---------- Reviews ---------- */
.norsu-reviews__avg { margin-top: 16px !important; font-size: 13px !important; color: var(--norsu-muted) !important; font-family: "Work Sans", sans-serif !important; }
.norsu-reviews__avg .stars { color: --norsu-burgundy !important; letter-spacing: 2px !important; margin-right: 6px !important; }
.norsu-review { background: #fff !important; border: 1px solid var(--norsu-line) !important; border-radius: 4px !important; padding: 28px 26px !important; display: flex !important; flex-direction: column !important; gap: 12px !important; }
.norsu-review__top { display: flex !important; justify-content: space-between !important; align-items: center !important; }
.norsu-review__stars { color: --norsu-burgundy !important; letter-spacing: 2px !important; font-size: 14px !important; }
.norsu-review__verified { font-size: 9px !important; letter-spacing: 0.22em !important; text-transform: uppercase !important; color: var(--norsu-sage) !important; border: 1px solid var(--norsu-sage) !important; padding: 2px 7px !important; border-radius: 2px !important; }
.norsu-review__title { font-family: "Work Sans", sans-serif !important; font-weight: 500 !important; font-size: 14px !important; color: var(--norsu-charcoal) !important; }
.norsu-review__body { font-family: "Work Sans", sans-serif !important; font-size: 14px !important; line-height: 1.6 !important; color: var(--norsu-muted) !important; }
.norsu-review__meta { font-family: "Work Sans", sans-serif !important; font-size: 12px !important; color: var(--norsu-muted) !important; display: flex !important; flex-wrap: wrap; gap: 10px !important; align-items: baseline; margin-top: 4px !important; }
.norsu-review__meta strong { color: var(--norsu-charcoal) !important; font-weight: 500 !important; }
.norsu-review__meta em { font-style: italic !important; opacity: 0.85; }

/* ============================================================
 * Mobile / small tablet  (≤1024px — covers all phones + iPads portrait)
 * ============================================================ */
@media (max-width: 1024px) {
  .norsu-announcement { padding: 8px 16px !important; font-size: 11px !important; }

  .norsu-hero,
  .norsu-hero--split-left,
  .norsu-hero--split-right { grid-template-columns: 1fr !important; min-height: 420px !important; }
  .norsu-hero__image { min-height: 320px !important; }
  .norsu-hero__text { padding: 40px 20px !important; max-width: 100% !important; }
  .norsu-hero__headline { font-size: clamp(30px, 8vw, 44px) !important; }
  .norsu-hero__body { font-size: 15px !important; }

  .norsu-collections,
  .norsu-products,
  .norsu-newArrivals,
  .norsu-promo,
  .norsu-reviews { padding: 48px 20px !important; }

  /* ---- HARD override: force 2x2 even when the theme tries to flex/scroll ----
     NOTE: the snippet's inline <style> emits a `.norsu-cms .norsu-collections .norsu-grid`
     rule (3 classes = specificity 0,0,3,0) with !important. We need to MATCH or BEAT that,
     so the selectors below either reuse the `.norsu-cms` ancestor or stack extra classes. */
  .norsu-cms .norsu-collections .norsu-grid,
  .norsu-cms .norsu-products    .norsu-grid,
  html body .norsu-cms .norsu-collections .norsu-grid,
  html body .norsu-cms .norsu-products    .norsu-grid,
  html body .norsu-collections.norsu-collections .norsu-grid,
  html body .norsu-products.norsu-products       .norsu-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: auto auto !important;
    grid-auto-flow: row !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
    overflow: visible !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  body .norsu-collections .norsu-grid > *,
  body .norsu-products    .norsu-grid > *,
  html body .norsu-collections .norsu-grid > *,
  html body .norsu-products    .norsu-grid > * {
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    flex: 0 1 auto !important;
  }
  .norsu-promo__grid { grid-template-columns: 1fr !important; gap: 16px !important; }
  .norsu-promo__tile { padding: 28px 22px !important; aspect-ratio: 4 / 5 !important; }
  .norsu-promo__title { font-size: 24px !important; }
  .norsu-reviews__grid { grid-template-columns: 1fr !important; gap: 16px !important; }

  .norsu-section__title { font-size: 18px !important; }
  .norsu-section__header--center .norsu-section__title { font-size: 18px !important; }
  .norsu-section__header,
  .norsu-section__header--center { margin-bottom: 24px !important; }

  .norsu-btn { padding: 11px 22px !important; font-size: 10px !important; }
}

.norsu-cms .norsu-collections .norsu-grid,
.norsu-cms .norsu-products .norsu-grid {
    grid-template-columns: repeat(6, 1fr) !important;
}