/** Shopify CDN: Minification failed

Line 30:10 Expected identifier but found whitespace
Line 30:12 Unexpected "{"
Line 30:22 Expected ":"
Line 31:12 Expected identifier but found whitespace
Line 31:14 Unexpected "{"
Line 31:24 Expected ":"
Line 32:17 Expected identifier but found whitespace
Line 32:19 Unexpected "{"
Line 32:29 Expected ":"
Line 33:18 Expected identifier but found whitespace
... and 17 more hidden warnings

**/
/* ============================================================
   CURVE COMMAND — THEME CSS
   Generated by LightStack Technologies
   ============================================================ */

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

/* SKIP TO CONTENT */
.skip-to-content-link { position: absolute; top: -120px; left: 0; background: var(--cc-dark); color: #fff; padding: 10px 20px; font-family: var(--cc-sans); font-size: 12px; font-weight: 500; letter-spacing: 0.06em; z-index: 9999; transition: top 0.2s; text-decoration: none; }
.skip-to-content-link:focus { top: 0; }

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --cc-bg: {{ settings.color_background }};
  --cc-sage: {{ settings.color_sage }};
  --cc-sage-dark: {{ settings.color_sage_dark }};
  --cc-sage-light: {{ settings.color_sage_light }};
  --cc-nude: {{ settings.color_nude }};
  --cc-nude-light: {{ settings.color_nude_light }};
  --cc-cream: {{ settings.color_cream }};
  --cc-dark: {{ settings.color_text }};
  --cc-mid: {{ settings.color_text_secondary }};
  --cc-white: #ffffff;
  --cc-serif: 'Cormorant Garamond', Georgia, serif;
  --cc-sans: 'Jost', sans-serif;
}

html { scroll-behavior: smooth; }
body { background: var(--cc-bg); color: var(--cc-dark); font-family: var(--cc-sans); font-weight: 300; overflow-x: hidden; }

/* ── TYPOGRAPHY ──────────────────────────────────────────── */
/* All headings use Cormorant Garamond */
h1, h2, h3, h4, h5, h6 { font-family: var(--cc-serif); font-weight: 300; line-height: 1.1; }
/* All body text, labels, UI elements use Jost */
p, a, span, li, button, input, select, textarea, label { font-family: var(--cc-sans); }

.cc-serif { font-family: var(--cc-serif); }
.cc-eyebrow { font-size: 15px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 500; color: var(--cc-sage-dark); font-family: var(--cc-sans); }

/* ── ANIMATIONS ──────────────────────────────────────────── */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }

/* ── BUTTONS ─────────────────────────────────────────────── */
.btn-primary { background: var(--cc-dark); color: var(--cc-white); font-size: 10px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none; padding: 16px 36px; transition: background 0.25s, transform 0.2s; display: inline-block; border: none; cursor: pointer; font-family: var(--cc-sans); }
.btn-primary:hover { background: var(--cc-sage-dark); transform: translateY(-1px); }
.btn-ghost { border: 1px solid var(--cc-dark); color: var(--cc-dark); font-size: 10px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none; padding: 16px 36px; transition: all 0.25s; display: inline-block; background: transparent; cursor: pointer; font-family: var(--cc-sans); }
.btn-ghost:hover { background: var(--cc-dark); color: var(--cc-white); }
.btn-ghost-light { border: 1px solid rgba(255,255,255,0.55); color: #fff; font-size: 10px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none; padding: 16px 36px; transition: all 0.25s; display: inline-block; background: transparent; cursor: pointer; font-family: var(--cc-sans); }
.btn-ghost-light:hover { background: rgba(255,255,255,0.15); border-color: #fff; }
.btn-sage { background: var(--cc-sage); color: var(--cc-white); font-size: 10px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; padding: 16px 36px; transition: background 0.25s; display: inline-block; border: none; cursor: pointer; text-decoration: none; font-family: var(--cc-sans); }
.btn-sage:hover { background: var(--cc-sage-dark); }

/* ── PRODUCT CARD ────────────────────────────────────────── */
.cc-product-card { cursor: pointer; }
.cc-product-card__img { aspect-ratio: 3/4; overflow: hidden; margin-bottom: 14px; position: relative; }
.cc-product-card__img img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform 0.5s ease; }
.cc-product-card:hover .cc-product-card__img img { transform: scale(1.05); }
.cc-product-card__badge { position: absolute; top: 12px; left: 12px; font-size: 9px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; padding: 5px 10px; font-family: var(--cc-sans); }
.cc-product-card__badge--dark { background: var(--cc-dark); color: var(--cc-white); }
.cc-product-card__badge--sage { background: var(--cc-sage-dark); color: var(--cc-white); }
.cc-product-card__badge--nude { background: var(--cc-nude); color: var(--cc-white); }
.cc-product-card__quick-add { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(28,28,28,0.9); color: var(--cc-white); font-size: 10px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; padding: 13px; text-align: center; transform: translateY(100%); transition: transform 0.3s ease; cursor: pointer; border: none; width: 100%; font-family: var(--cc-sans); }
.cc-product-card:hover .cc-product-card__quick-add { transform: translateY(0); }
.cc-product-card__name { font-size: 13px; font-weight: 400; color: var(--cc-dark); line-height: 1.4; margin-bottom: 6px; text-decoration: none; display: block; font-family: var(--cc-sans); }
.cc-product-card__price { display: flex; gap: 10px; align-items: center; }
.cc-product-card__price-current { font-size: 15px; font-weight: 500; color: var(--cc-dark); font-family: var(--cc-serif); }
.cc-product-card__price-compare { font-size: 13px; color: var(--cc-mid); text-decoration: line-through; font-family: var(--cc-serif); }
.cc-product-card__price-sale { color: #c0392b; }
.cc-product-card__stars { display: flex; gap: 2px; margin-top: 5px; }
.cc-star { font-size: 11px; color: var(--cc-sage-dark); }
/* ── ADD THESE TO theme.css inside the product card block ── */

/* Dim the image when unavailable */
.cc-product-card--unavailable .cc-product-card__img-main,
.cc-product-card--unavailable .cc-product-card__img-hover {
  opacity: 0.5;
  filter: grayscale(30%);
}

/* Unavailable badge — neutral grey */
.cc-product-card__badge--unavailable {
  background: #888;
  color: #fff;
}

/* Hover overlay — replaces quick-add for unavailable products */
.cc-product-card__unavailable-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(80, 80, 80, 0.88);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 13px;
  text-align: center;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.cc-product-card--unavailable:hover .cc-product-card__unavailable-overlay {
  transform: translateY(0);
}

/* Price line when unavailable */
.cc-product-card__price-unavailable {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  font-style: italic;
  letter-spacing: 0.03em;
}

/* ── PRODUCT CARD — hover image & permanent ATC ─────────── */
.cc-product-card__img { position: relative; }
.cc-product-card__img-main { position: relative; z-index: 1; display: block; width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform 0.5s ease; }
.cc-product-card:hover .cc-product-card__img-main { transform: scale(1.05); }
.cc-product-card__img-hover { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; object-fit: cover; object-position: top center; opacity: 0; transition: opacity 0.45s ease; pointer-events: none; }
.cc-product-card:hover .cc-product-card__img-hover { opacity: 1; }
.cc-product-card__swatches { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 8px; margin-bottom: 10px; }
.cc-card-swatch { width: 20px; height: 20px; border-radius: 50%; border: 2px solid transparent; cursor: pointer; transition: border-color 0.2s, transform 0.2s; flex-shrink: 0; }
.cc-card-swatch:hover { transform: scale(1.12); }
.cc-card-swatch.active { border-color: var(--cc-dark); box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--cc-dark); }
.cc-card-atc { display: block; width: 100%; margin-top: 12px; background: var(--cc-dark); color: #fff; font-family: var(--cc-sans); font-size: 10px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; padding: 13px 20px; border: none; cursor: pointer; transition: background 0.25s; text-align: center; text-decoration: none; }
.cc-card-atc:hover:not(:disabled) { background: var(--cc-sage-dark); color: #fff; }
.cc-card-atc--options { background: transparent; color: var(--cc-dark); border: 1px solid rgba(28,28,28,0.35); }
.cc-card-atc--options:hover { background: var(--cc-dark); color: #fff; border-color: var(--cc-dark); }
.cc-card-atc--unavailable { background: #ccc; color: #888; cursor: not-allowed; }
.cc-swapping { opacity: 0.6; transition: opacity 0.2s; }

/* ── SECTION LABEL ───────────────────────────────────────── */
.cc-section-label { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--cc-sage-dark); font-weight: 500; margin-bottom: 48px; display: flex; align-items: center; gap: 16px; font-family: var(--cc-sans); }
.cc-section-label::after { content: ''; flex: 1; height: 1px; background: var(--cc-sage-light); }

/* ── BREADCRUMB ──────────────────────────────────────────── */
.cc-breadcrumb { font-size: 11px; color: var(--cc-mid); letter-spacing: 0.04em; font-family: var(--cc-sans); }
.cc-breadcrumb a { color: var(--cc-mid); text-decoration: none; font-family: var(--cc-sans); }
.cc-breadcrumb a:hover { color: var(--cc-dark); }
.cc-breadcrumb span { color: var(--cc-dark); font-family: var(--cc-sans); }

/* ── TICKER ──────────────────────────────────────────────── */
.cc-ticker-wrap { overflow: hidden; background: var(--cc-dark); padding: 14px 0; }
.cc-ticker { display: flex; white-space: nowrap; animation: ccTicker 28s linear infinite; }
.cc-ticker-item { font-size: 10px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.7); padding: 0 48px; display: flex; align-items: center; gap: 16px; font-family: var(--cc-sans); }
.cc-ticker-item::after { content: '◆'; font-size: 6px; color: var(--cc-sage); }
@keyframes ccTicker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── MOBILE NAV (legacy guard) ───────────────────────────── */
.cc-mobile-menu { display: none; }

/* ── CART TOAST ──────────────────────────────────────────── */
.cc-cart-toast { position: fixed; bottom: 32px; left: 50%; transform: translateX(-50%) translateY(16px); background: var(--cc-dark); color: #fff; font-family: var(--cc-sans); font-size: 13px; font-weight: 400; padding: 14px 24px; z-index: 9999; opacity: 0; transition: opacity 0.3s ease, transform 0.3s ease; pointer-events: none; white-space: nowrap; border-left: 3px solid var(--cc-sage-dark); }
.cc-cart-toast.active { opacity: 1; transform: translateX(-50%) translateY(0); pointer-events: auto; }
.cc-toast-link { color: var(--cc-sage); text-decoration: underline; margin-left: 10px; font-weight: 500; font-family: var(--cc-sans); }
@media (max-width: 600px) { .cc-cart-toast { white-space: normal; max-width: calc(100vw - 48px); text-align: center; } }
