/** Shopify CDN: Minification failed

Line 21:18 Expected identifier but found whitespace
Line 21:20 Unexpected "{"
Line 21:30 Expected ":"
Line 22:17 Expected identifier but found whitespace
Line 22:19 Unexpected "{"
Line 22:29 Expected ":"
Line 23:13 Expected identifier but found whitespace
Line 23:15 Unexpected "{"
Line 23:25 Expected ":"
Line 24:15 Expected identifier but found whitespace
... and 5 more hidden warnings

**/
/* ═══════════════════════════════════════
   CrYsp Fresh Theme — Base Styles
═══════════════════════════════════════ */

:root {
  --color-primary: {{ settings.color_primary }};
  --color-accent: {{ settings.color_accent }};
  --color-bg: {{ settings.color_background }};
  --color-text: {{ settings.color_text }};
  --color-pale: #e6f4f2;
  --color-mid: #b2ddd8;
  --color-cream: #faf9f5;
  --font-heading: {{ settings.font_heading }};
  --font-body: 'DM Sans', sans-serif;
  --radius: 14px;
  --radius-pill: 50px;
  --shadow: 0 4px 24px rgba(0,100,90,0.1);
  --shadow-lg: 0 12px 40px rgba(0,100,90,0.18);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--color-bg);
  color: var(--color-text);
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

/* ── Utility ── */
.page-width { max-width: 1280px; margin: 0 auto; padding: 0 4%; }
.section-pad { padding: 5rem 4%; max-width: 1280px; margin: 0 auto; }
.text-center { text-align: center; }
.text-green { color: var(--color-accent); }

/* ── Typography ── */
h1, h2, h3, h4 { font-family: var(--font-heading); line-height: 1.15; color: var(--color-primary); }
h1 { font-size: clamp(2.2rem, 5vw, 4rem); font-weight: 900; }
h2 { font-size: clamp(1.8rem, 3.5vw, 3rem); font-weight: 700; }
h3 { font-size: 1.3rem; font-weight: 700; }
p { font-size: 1rem; color: #3a5a58; line-height: 1.75; }

/* ── Buttons ── */
.btn {
  display: inline-block; text-decoration: none; border: none; cursor: pointer;
  font-family: var(--font-body); font-weight: 600; font-size: 0.9rem;
  letter-spacing: 0.5px; text-transform: uppercase; transition: all 0.25s;
  border-radius: var(--radius-pill);
}
.btn-primary {
  background: var(--color-primary); color: white;
  padding: 14px 32px;
}
.btn-primary:hover { background: var(--color-accent); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-outline {
  background: transparent; color: var(--color-primary);
  border: 2px solid var(--color-primary); padding: 12px 28px;
}
.btn-outline:hover { background: var(--color-primary); color: white; }
.btn-accent { background: var(--color-accent); color: white; padding: 14px 32px; }
.btn-accent:hover { background: var(--color-primary); transform: translateY(-2px); }

/* ── Section labels ── */
.label {
  display: inline-block; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--color-accent); margin-bottom: 0.75rem;
}
.section-title { margin-bottom: 0.75rem; }
.section-sub { color: #5a7a78; font-size: 1.05rem; max-width: 560px; margin-bottom: 2.5rem; }

/* ── Cards ── */
.card {
  background: white; border-radius: var(--radius);
  border: 1px solid var(--color-mid); overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }

/* ── Grid ── */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.grid-auto { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.5rem; }

/* ── Toast ── */
.cart-toast {
  position: fixed; bottom: 30px; right: 30px;
  background: var(--color-primary); color: white;
  padding: 12px 24px; border-radius: var(--radius-pill);
  font-weight: 600; font-size: 0.9rem; z-index: 500;
  opacity: 0; transform: translateY(20px);
  transition: all 0.3s; pointer-events: none;
}
.cart-toast.show { opacity: 1; transform: translateY(0); }

/* ── Page hero banner ── */
.page-hero {
  background: var(--color-pale);
  padding: 4rem 4%;
  text-align: center;
}
.page-hero h1 { margin-bottom: 0.75rem; }
.page-hero p { margin: 0 auto; max-width: 540px; font-size: 1.1rem; }

/* ── Responsive ── */
@media (max-width: 768px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .section-pad { padding: 3rem 5%; }
}
@media (max-width: 480px) {
  .grid-auto { grid-template-columns: 1fr; }
}
.cart-item:has([data-cart-item-property-name="_is_child"]),
.cart-drawer__item:has([data-cart-item-property-name="_is_child"]),
.cart__item:has([data-cart-item-property-name="_is_child"]) { display: none !important; }

/* ── Shopify Inbox chat bubble ── */
@media (min-width: 769px) {
  #shopify-chat,
  iframe[name="Shopify Chat"],
  iframe[id^="shopify-chat"] {
    zoom: 0.75 !important;
    position: fixed !important;
  }
}

@media (max-width: 768px) {
  #shopify-chat,
  iframe[name="Shopify Chat"],
  iframe[id^="shopify-chat"] {
    bottom: 80px !important;
  }
}