/** Shopify CDN: Minification failed

Line 403:0 All "@import" rules must come first

**/
/* ============================================================
   Charli & Chlo — Store Design System
   Emil Kowalski + Impeccable + Taste Skill principles
   60/30/10: cream / mauve / plum
   ============================================================ */


/* === Dog Pattern on ALL cream (scheme-2) sections === */
.color-scheme-2 {
  position: relative;
}
.color-scheme-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--cc-pattern-url);
  background-repeat: repeat;
  background-size: 280px auto;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
}
.color-scheme-2 > * {
  position: relative;
  z-index: 1;
}

/* Also on header (cream bg) */
.section-header.color-scheme-2 {
  position: relative;
}


/* --- Hero typography: bigger, more presence --- */
.color-scheme-4 .rich-text__blocks .h0 {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.color-scheme-4 .rich-text__blocks .rich-text__text {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  opacity: 0.9;
  max-width: 540px;
  margin: 0 auto 24px;
}



/* --- Plum sections (brand story, newsletter): refined --- */
.color-scheme-4 .rich-text__blocks .h1 {
  letter-spacing: 0.03em;
}
.color-scheme-4 .button--secondary {
  border-color: rgba(250, 246, 242, 0.5) !important;
  color: rgb(250, 246, 242) !important;
}
@media (hover: hover) and (pointer: fine) {
  .color-scheme-4 .button--secondary:hover {
    background-color: rgba(250, 246, 242, 0.15) !important;
  }
}

/* --- Announcement bar: subtle, branded --- */
.announcement-bar {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* --- Add to Cart: Primary CTA (filled mauve) --- */
.product-form__submit {
  background-color: rgb(var(--color-button)) !important;
  color: rgb(var(--color-button-text)) !important;
  border: none !important;
  transition: transform 160ms cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 200ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
@media (hover: hover) and (pointer: fine) {
  .product-form__submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(217, 193, 176, 0.35);
  }
}
.product-form__submit:active {
  transform: scale(0.97);
  transition-duration: 100ms;
}

/* --- Buy it Now: Secondary --- */
.shopify-payment-button .shopify-payment-button__button--unbranded {
  background-color: transparent !important;
  color: rgb(var(--color-foreground)) !important;
  border: 1px solid rgba(var(--color-foreground), 0.55) !important;
  transition: transform 160ms cubic-bezier(0.22, 1, 0.36, 1),
              background-color 200ms cubic-bezier(0.22, 1, 0.36, 1),
              color 200ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
@media (hover: hover) and (pointer: fine) {
  .shopify-payment-button .shopify-payment-button__button--unbranded:hover {
    background-color: rgb(var(--color-foreground)) !important;
    color: rgb(var(--color-background)) !important;
  }
}
.shopify-payment-button .shopify-payment-button__button--unbranded:active {
  transform: scale(0.97);
  transition-duration: 100ms;
}

/* --- Variant pills + quantity: Tactile --- */
.product-form__input label {
  transition: transform 120ms cubic-bezier(0.22, 1, 0.36, 1),
              border-color 150ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
@media (hover: hover) and (pointer: fine) {
  .product-form__input label:hover { transform: translateY(-1px); }
}
.product-form__input label:active { transform: scale(0.97); }

.quantity__button {
  transition: transform 120ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.quantity__button:active { transform: scale(0.93); }

/* --- Product description: Better rhythm --- */
.product__description { line-height: 1.7; letter-spacing: 0.01em; }

/* --- Product cards: Subtle lift on hover --- */
.card-wrapper {
  transition: transform 200ms cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 200ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
@media (hover: hover) and (pointer: fine) {
  .card-wrapper:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(26, 26, 26, 0.08);
  }
}

/* --- Related products: Dog pattern background --- */
.related-products { position: relative; }
.related-products::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--cc-pattern-url);
  background-repeat: repeat;
  background-size: 400px auto;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}
.related-products > * { position: relative; z-index: 1; }

/* --- Collection cards: Better presence --- */
.collection-list__item .card__content {
  background: rgba(var(--color-foreground), 0.04);
  transition: background 200ms cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .collection-list__item .card__content:hover {
    background: rgba(var(--color-foreground), 0.08);
  }
}

/* === In-Store Only Message === */
.cc-instore-message {
  text-align: center;
  padding: 24px 16px;
  border: 1px solid rgba(var(--color-foreground), 0.12);
  border-radius: var(--buttons-radius, 10px);
  background: rgba(var(--color-foreground), 0.03);
  margin: 8px 0;
}
.cc-instore-icon { margin-bottom: 12px; opacity: 0.6; }
.cc-instore-icon svg { display: inline-block; }
.cc-instore-heading {
  font-family: var(--font-heading-family);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 8px;
  color: rgb(var(--color-foreground));
}
.cc-instore-body {
  font-size: 1.3rem;
  line-height: 1.6;
  margin: 0;
  opacity: 0.7;
}

/* === ZO Consultation Gate === */
.cc-consultation-gate { margin: 8px 0; }
.cc-gate-locked {
  text-align: center;
  padding: 24px 16px;
  border: 1px solid rgba(var(--color-foreground), 0.12);
  border-radius: var(--buttons-radius, 10px);
  background: rgba(var(--color-foreground), 0.03);
}
.cc-gate-heading {
  font-family: var(--font-heading-family);
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0 0 16px;
  color: rgb(var(--color-foreground));
}
.cc-gate-input-wrap {
  display: flex;
  gap: 8px;
  max-width: 320px;
  margin: 0 auto 12px;
}
.cc-gate-input {
  flex: 1;
  padding: 10px 14px;
  border: 1px solid rgba(var(--color-foreground), 0.25);
  border-radius: var(--inputs-radius, 10px);
  font-size: 1.3rem;
  background: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
}
.cc-gate-input:focus {
  outline: none;
  border-color: rgb(var(--color-button));
  box-shadow: 0 0 0 2px rgba(var(--color-button), 0.15);
}
.cc-gate-btn {
  padding: 10px 20px !important;
  min-height: unset !important;
  font-size: 1.3rem !important;
  transition: transform 160ms cubic-bezier(0.22, 1, 0.36, 1);
}
.cc-gate-btn:active { transform: scale(0.97); }
.cc-gate-error {
  color: #c44;
  font-size: 1.2rem;
  margin: 0 0 8px;
  display: none;
}
.cc-gate-link {
  font-size: 1.3rem;
  display: inline-block;
  margin-top: 4px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* --- Dark footer: Ensure link contrast --- */
.color-scheme-3 a {
  color: rgba(250, 246, 242, 0.7);
  transition: color 150ms cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .color-scheme-3 a:hover { color: rgb(250, 246, 242); }
}



/* ==========================================================
   2026-04-29 Hero Redesign — taste-skill + impeccable
   ========================================================== */

/* Palette demotion: scheme-4 from mauve wall to cream surface */
.color-scheme-4 {
  background-color: #FDF8F4 !important;
  color: #2C2C2C !important;
}
.color-scheme-4 .rich-text__blocks .h0,
.color-scheme-4 .rich-text__blocks h1 {
  color: #2C2C2C !important;
}

/* Hero: asymmetric split-screen via grid */
.color-scheme-4 .rich-text {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: min(78vh, 680px);
  padding: clamp(3rem, 8vw, 6rem) clamp(1.5rem, 6vw, 5rem) !important;
  position: relative;
  overflow: hidden;
}

/* Pattern accent panel on right (uses pattern-light.jpg already uploaded) */
.color-scheme-4 .rich-text::after {
  content: "";
  display: block;
  background-image: var(--cc-pattern-url);
  background-repeat: repeat;
  background-size: 220px auto;
  border-radius: 16px;
  aspect-ratio: 4 / 5;
  width: 100%;
  max-width: 520px;
  justify-self: end;
  background-color: #D9C1B0;
  background-blend-mode: multiply;
  opacity: 0.92;
  box-shadow: 0 30px 60px -30px rgba(44, 44, 44, 0.18);
  grid-column: 2;
  grid-row: 1;
}

/* Left column: text */
.color-scheme-4 .rich-text__blocks {
  text-align: left !important;
  align-items: flex-start !important;
  max-width: 540px;
  margin: 0 !important;
  grid-column: 1;
  grid-row: 1;
}

/* Smaller H1, tighter leading */
.color-scheme-4 .rich-text__blocks .h0,
.color-scheme-4 .rich-text__blocks h1 {
  font-size: clamp(2rem, 3.6vw, 3.2rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.025em !important;
  margin-bottom: 1.25rem !important;
}

.color-scheme-4 .rich-text__blocks .rich-text__text,
.color-scheme-4 .rich-text__blocks p {
  font-size: clamp(1rem, 1.2vw, 1.125rem) !important;
  line-height: 1.55 !important;
  opacity: 0.78;
  max-width: 46ch;
  margin-bottom: 2rem !important;
}

/* Single accent button — rose-gold consistent */
.color-scheme-4 .button,
.color-scheme-4 a.button {
  background-color: #B8997A !important;
  color: #FFFFFF !important;
  border-color: transparent !important;
  border-radius: 999px !important;
  padding: 0.95rem 2.25rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  transition: transform 120ms cubic-bezier(0.16, 1, 0.3, 1), background-color 200ms ease, box-shadow 200ms ease !important;
  box-shadow: 0 8px 20px -10px rgba(184, 153, 122, 0.6);
}
.color-scheme-4 .button:hover {
  background-color: #A0815E !important;
  box-shadow: 0 12px 28px -12px rgba(184, 153, 122, 0.7);
}
.color-scheme-4 .button:active {
  transform: translateY(1px) scale(0.98);
}

/* Mobile collapse */
@media (max-width: 768px) {
  .color-scheme-4 .rich-text {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    padding: 3rem 1.5rem !important;
    min-height: auto;
  }
  .color-scheme-4 .rich-text__blocks {
    grid-column: 1 !important;
    grid-row: 1 !important;
    max-width: 100% !important;
  }
  .color-scheme-4 .rich-text::after {
    grid-column: 1 !important;
    grid-row: 2 !important;
    aspect-ratio: 5 / 4;
    max-width: 100%;
    justify-self: stretch;
  }
  .color-scheme-4 .rich-text__blocks .h0 {
    font-size: clamp(1.875rem, 8vw, 2.5rem) !important;
  }
}

/* Announcement bar tone */
.utility-bar {
  background-color: #B8997A !important;
}


/* ==========================================================
   2026-04-29 STORE REDESIGN — taste-skill + impeccable
   60/30/10: cream surface / charcoal type / rose-gold accent
   Consolidates Tasks 1–10 of redesign plan
   ========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600&display=swap');

:root {
  --cc-surface:        #FDF8F4;
  --cc-surface-alt:    #FFFFFF;
  --cc-surface-deep:   #F4ECE3;
  --cc-ink:            #2C2C2C;
  --cc-ink-soft:       #5A5550;
  --cc-ink-muted:      #8A847E;
  --cc-accent:         #B8997A;
  --cc-accent-hover:   #A0815E;
  --cc-accent-soft:    #D9C1B0;
  --cc-border:         rgba(44, 44, 44, 0.10);
  --cc-shadow-sm:      0 4px 12px -6px rgba(44, 44, 44, 0.08);
  --cc-shadow-md:      0 12px 28px -16px rgba(44, 44, 44, 0.14);
  --cc-shadow-lift:    0 20px 40px -20px rgba(44, 44, 44, 0.18);
}

/* Override Sense color scheme variables */
.color-scheme-1, .color-scheme-2, .color-scheme-4 {
  --color-background: 253 248 244;
  --color-foreground: 44 44 44;
  --color-foreground-secondary: 90 85 80;
  --color-button: 184 153 122;
  --color-button-text: 255 255 255;
  --color-link: 184 153 122;
}
.color-scheme-3 {
  --color-background: 26 26 26;
  --color-foreground: 250 246 242;
  --color-button: 184 153 122;
}

body {
  background-color: var(--cc-surface);
  color: var(--cc-ink-soft);
  font-size: 16px;
  line-height: 1.55;
}

/* Reduce existing pattern opacity since cream surface needs less noise */
.color-scheme-2::before { opacity: 0.06 !important; }

/* === Typography === */
body, p, span, li, a, button, input, label, td, th,
.product-card__title, .collection-card__title, .price,
.cart-link, .button, nav, .header__menu, .footer__content,
.product-form__quantity, .product-form__buttons {
  font-family: 'Outfit', system-ui, -apple-system, 'Segoe UI', sans-serif !important;
  font-weight: 400;
  letter-spacing: 0;
}

h1, h2, h3, .h0, .h1, .h2, .h3,
.rich-text__blocks .h0,
.collection-list-title,
.featured-collection__title,
.hero__heading {
  font-family: 'Cormorant Garamond', 'Cormorant', serif !important;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.06;
}

.h0, h1 { font-size: clamp(2rem, 4vw, 3.4rem) !important; font-weight: 500; }
.h1, h2 { font-size: clamp(1.625rem, 3vw, 2.4rem) !important; font-weight: 500; }
.h2, h3 { font-size: clamp(1.25rem, 2vw, 1.625rem) !important; font-weight: 500; }

.eyebrow, .product-card__vendor, .collection-card__count, .card__vendor {
  font-family: 'Outfit', sans-serif !important;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: var(--cc-ink-muted) !important;
}

.button, button { font-weight: 500; letter-spacing: 0.02em; }

@media (max-width: 768px) {
  body { font-size: 15px; }
}

/* === Hero (Image with text) polish === */
.image-with-text__media {
  border-radius: 14px !important;
  box-shadow: var(--cc-shadow-lift);
  overflow: hidden;
}
.image-with-text__heading {
  font-size: clamp(2rem, 3.6vw, 3.2rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.022em !important;
  color: var(--cc-ink) !important;
  margin-bottom: 1rem !important;
}
.image-with-text__text p {
  font-size: clamp(1rem, 1.15vw, 1.0625rem) !important;
  line-height: 1.55 !important;
  color: var(--cc-ink-soft) !important;
  max-width: 46ch;
  margin-bottom: 1.75rem !important;
}
.image-with-text .button {
  background-color: var(--cc-accent) !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 0.875rem 2rem !important;
  font-weight: 500;
  box-shadow: 0 8px 18px -10px rgba(184, 153, 122, 0.55);
  transition: transform 120ms cubic-bezier(0.16, 1, 0.3, 1), background-color 200ms ease, box-shadow 200ms ease;
}
.image-with-text .button:hover {
  background-color: var(--cc-accent-hover) !important;
  box-shadow: 0 12px 26px -12px rgba(184, 153, 122, 0.65);
}
.image-with-text .button:active {
  transform: translateY(1px) scale(0.98);
}
@media (max-width: 768px) {
  .image-with-text { grid-template-columns: 1fr !important; gap: 1.5rem !important; }
  .image-with-text__media { aspect-ratio: 5 / 4; max-width: 100%; }
  .image-with-text__heading { font-size: clamp(1.75rem, 6vw, 2.25rem) !important; }
}

/* === Collection cards (brand row + concern row) === */
.collection-list-wrapper .collection-list-title,
.section--collection-list h2 {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(1.75rem, 3vw, 2.4rem) !important;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: var(--cc-ink);
  text-align: left;
  margin-bottom: 2.5rem;
  padding-left: 1rem;
}
.collection-list .collection-card,
.collection-list .card-wrapper .card {
  border: none !important;
  background: var(--cc-surface-alt) !important;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--cc-shadow-sm);
  transition: transform 200ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 200ms ease;
}
.collection-list .collection-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--cc-shadow-md);
}
.collection-list .collection-card__media,
.collection-list .card__media {
  aspect-ratio: 1 / 1;
  background: var(--cc-surface-alt);
  padding: 18%;
}
.collection-list .collection-card__media img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.collection-list .collection-card__title,
.collection-list .card__heading {
  font-family: 'Outfit', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500;
  color: var(--cc-ink) !important;
  letter-spacing: 0;
  padding: 1.25rem 1rem 1.5rem;
  text-align: left;
}
.collection-list .collection-card__title::after {
  content: ' →';
  color: var(--cc-accent);
  margin-left: 0.25rem;
  transition: transform 180ms ease;
  display: inline-block;
}
.collection-list .collection-card:hover .collection-card__title::after {
  transform: translateX(4px);
}
.collection-list-view-all .button,
.section--collection-list .button {
  background: transparent !important;
  border: 1.5px solid var(--cc-accent) !important;
  color: var(--cc-accent) !important;
  border-radius: 999px;
  padding: 0.625rem 1.5rem !important;
  font-weight: 500;
  font-size: 0.875rem;
}
.collection-list-view-all .button:hover {
  background: var(--cc-accent) !important;
  color: #FFFFFF !important;
}
@media (max-width: 768px) {
  .collection-list { grid-template-columns: 1fr 1fr !important; gap: 0.75rem !important; }
}

/* === Concern row (second collection-list section) === */
.shopify-section--collection-list:nth-of-type(3) {
  background-color: var(--cc-surface-deep) !important;
  position: relative;
}
.shopify-section--collection-list:nth-of-type(3) .collection-card__media {
  aspect-ratio: 4 / 5 !important;
  padding: 0;
}
.shopify-section--collection-list:nth-of-type(3) .collection-card__media img {
  object-fit: cover;
}
.shopify-section--collection-list:nth-of-type(3) .collection-card { position: relative; }
.shopify-section--collection-list:nth-of-type(3) .collection-card__title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem 1rem 1.25rem !important;
  background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 100%);
  color: #FFFFFF !important;
  font-size: 1.125rem !important;
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.shopify-section--collection-list:nth-of-type(3) .collection-card__title::after {
  display: none;
}

/* === Product card (featured products + collection grid) === */
.product-card,
.card-wrapper.product-card-wrapper .card,
.featured-collection .card {
  border: none !important;
  background: transparent !important;
  text-align: left;
}
.product-card__media,
.product-card .card__media {
  aspect-ratio: 1 / 1;
  background: var(--cc-surface-alt);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--cc-shadow-sm);
  transition: transform 200ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 200ms ease;
}
.product-card:hover .product-card__media {
  transform: translateY(-2px);
  box-shadow: var(--cc-shadow-md);
}
.product-card__media img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.product-card .product-card__vendor,
.product-card .card__vendor {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  display: block;
}
.product-card__title,
.product-card .card__heading,
.product-card .card__heading a {
  font-family: 'Outfit', sans-serif !important;
  font-size: 0.9375rem !important;
  font-weight: 400;
  color: var(--cc-ink) !important;
  line-height: 1.35;
  margin-bottom: 0.5rem;
}
.product-card .price,
.product-card .price__regular {
  font-family: 'Outfit', sans-serif !important;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--cc-ink) !important;
}
.product-card .price--on-sale .price__regular {
  text-decoration: line-through;
  color: var(--cc-ink-muted) !important;
  font-weight: 400;
  margin-right: 0.5rem;
}
.product-card .price__sale {
  color: var(--cc-accent) !important;
}
.product-card .jdgm-prev-badge,
.product-card .jdgm-widget {
  margin-top: 0.25rem;
  font-size: 0.75rem !important;
}
.product-card .jdgm-prev-badge__stars { color: var(--cc-accent) !important; }

/* === Email signup === */
.section--email-signup,
.shopify-section--email-signup {
  background: var(--cc-surface) !important;
  padding: 5rem 1.5rem !important;
}
.email-signup__inner,
.section--email-signup .page-width {
  max-width: 720px !important;
  margin: 0 auto;
  padding: 3rem 2.5rem;
  background: var(--cc-surface-alt);
  border-radius: 18px;
  box-shadow: var(--cc-shadow-md);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.email-signup__inner::after {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 220px;
  height: 220px;
  background-image: var(--cc-pattern-url);
  background-size: 180px;
  opacity: 0.08;
  pointer-events: none;
}
.section--email-signup h2 {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(1.75rem, 3vw, 2.4rem) !important;
  color: var(--cc-ink) !important;
  font-weight: 500;
  margin-bottom: 0.75rem;
  letter-spacing: -0.015em;
}
.section--email-signup p {
  color: var(--cc-ink-soft) !important;
  font-size: 1rem;
  margin-bottom: 1.75rem;
}
.section--email-signup form {
  display: flex !important;
  gap: 0.5rem;
  max-width: 460px;
  margin: 0 auto;
}
.section--email-signup input[type='email'] {
  flex: 1;
  border: 1.5px solid var(--cc-border) !important;
  background: var(--cc-surface) !important;
  border-radius: 999px;
  padding: 0.875rem 1.25rem !important;
  font-family: 'Outfit', sans-serif !important;
  color: var(--cc-ink) !important;
  font-size: 0.9375rem;
}
.section--email-signup input[type='email']:focus {
  outline: none;
  border-color: var(--cc-accent) !important;
  box-shadow: 0 0 0 3px rgba(184, 153, 122, 0.15);
}
.section--email-signup button[type='submit'] {
  background: var(--cc-accent) !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 999px;
  padding: 0.875rem 1.75rem !important;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 500;
  cursor: pointer;
}
.section--email-signup button[type='submit']:hover {
  background: var(--cc-accent-hover) !important;
}
@media (max-width: 540px) {
  .section--email-signup form { flex-direction: column; }
  .section--email-signup button { width: 100%; }
}

/* === Footer === */
.footer, footer.section--footer {
  background: #1A1A1A !important;
  color: #FAF6F2 !important;
}
.footer__column-heading, .footer__column h3 {
  font-family: 'Outfit', sans-serif !important;
  font-size: 0.75rem !important;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(250, 246, 242, 0.5) !important;
  margin-bottom: 1.25rem;
  font-weight: 500;
}
.footer__column a,
.footer__menu a {
  font-family: 'Outfit', sans-serif !important;
  color: rgba(250, 246, 242, 0.85) !important;
  font-size: 0.9375rem;
  text-decoration: none;
  display: inline-block;
  padding: 0.375rem 0;
  transition: color 150ms ease;
}
.footer__column a:hover { color: var(--cc-accent) !important; }
.footer__copyright,
.footer__content-bottom {
  border-top: 1px solid rgba(250, 246, 242, 0.08);
  padding: 1.5rem 1rem;
  font-size: 0.75rem;
  color: rgba(250, 246, 242, 0.45);
  font-family: 'Outfit', sans-serif !important;
}

/* === Product page === */
.product__title,
.main-product__title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(1.75rem, 3vw, 2.4rem) !important;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: var(--cc-ink) !important;
  margin-bottom: 0.5rem;
}
.product__vendor,
.main-product__vendor {
  font-family: 'Outfit', sans-serif !important;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--cc-ink-muted) !important;
  margin-bottom: 0.625rem;
}
.product__price,
.price__container {
  font-family: 'Outfit', sans-serif !important;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--cc-ink) !important;
  margin: 0.75rem 0 1.5rem;
}
.product__description,
.product-description {
  font-family: 'Outfit', sans-serif !important;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--cc-ink-soft) !important;
  max-width: 56ch;
}
.product-form__buttons .button--primary,
.product-form__cart-submit {
  background: var(--cc-ink) !important;
  color: var(--cc-surface) !important;
  border: none !important;
  border-radius: 999px;
  padding: 1rem 2rem !important;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  transition: transform 120ms cubic-bezier(0.16, 1, 0.3, 1), background 200ms ease;
}
.product-form__buttons .button--primary:hover { background: #1A1A1A !important; }
.product-form__buttons .button--primary:active { transform: translateY(1px) scale(0.98); }
.shopify-payment-button__button--unbranded,
.product-form__dynamic-checkout-buttons {
  background: transparent !important;
  color: var(--cc-ink) !important;
  border: 1.5px solid var(--cc-ink) !important;
  border-radius: 999px;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 500;
}
.product-recommendations__heading,
.section--related-products h2 {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.5rem !important;
  letter-spacing: -0.015em;
  color: var(--cc-ink) !important;
  text-align: left;
  margin-bottom: 1.5rem;
}

/* === Collection page === */
.collection-hero__title,
.template-collection h1 {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--cc-ink) !important;
  margin-bottom: 0.5rem;
}
.collection-hero__count,
.collection-product-count {
  font-family: 'Outfit', sans-serif !important;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--cc-ink-muted) !important;
  margin-bottom: 2rem;
  display: block;
}
.collection-filters,
.facets__form {
  background: transparent !important;
  border: none !important;
}
.collection-filters__heading,
.facets__heading {
  font-family: 'Outfit', sans-serif !important;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--cc-ink-muted);
  margin-bottom: 0.75rem;
  font-weight: 500;
}
.collection-filters__option,
.facets__item label {
  font-family: 'Outfit', sans-serif !important;
  font-size: 0.875rem;
  color: var(--cc-ink) !important;
}
.collection__sort,
.facets__sort {
  border: 1.5px solid var(--cc-border) !important;
  background: var(--cc-surface-alt) !important;
  border-radius: 999px;
  padding: 0.5rem 1.25rem !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 0.875rem;
  color: var(--cc-ink) !important;
}
.pagination__list a {
  font-family: 'Outfit', sans-serif !important;
  color: var(--cc-ink) !important;
  border: 1px solid var(--cc-border);
  border-radius: 8px;
  padding: 0.5rem 0.875rem;
  margin: 0 0.125rem;
}
.pagination__list a[aria-current='page'] {
  background: var(--cc-ink);
  color: var(--cc-surface) !important;
  border-color: var(--cc-ink);
}


/* 2026-04-30 hotfix gradient class */
.gradient { --gradient-background: var(--cc-surface) !important; }
.color-scheme-3 .gradient, .color-scheme-3.gradient { --gradient-background: #1A1A1A !important; }
.image-with-text__media-item { border-radius: 14px; box-shadow: var(--cc-shadow-lift); overflow: hidden; }


/* 2026-04-30 hotfix #2: concern row, newsletter (email signup), sold-out badge */
.section-collection-list ~ .section-collection-list .gradient {
  --gradient-background: var(--cc-surface-deep) !important;
}
.section-collection-list ~ .section-collection-list .collection-card__media,
.section-collection-list ~ .section-collection-list .card__media {
  aspect-ratio: 4/5 !important;
  padding: 0 !important;
}
.newsletter__wrapper {
  max-width: 720px !important;
  margin: 0 auto;
  padding: 3rem 2.5rem !important;
  background: var(--cc-surface-alt);
  border-radius: 18px;
  box-shadow: var(--cc-shadow-md);
  position: relative;
  overflow: hidden;
}
.newsletter__wrapper::after {
  content: ""; position: absolute; top: -40px; right: -40px;
  width: 220px; height: 220px;
  background-image: var(--cc-pattern-url); background-size: 180px;
  opacity: 0.08; pointer-events: none;
}
.product-card .badge,
.card__badge,
.badge {
  background-color: var(--cc-ink-muted) !important;
  color: var(--cc-surface) !important;
  font-family: "Outfit", sans-serif !important;
  font-size: 0.625rem !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border-radius: 999px;
  font-weight: 500;
}
