/** Shopify CDN: Minification failed

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

**/
/* ============================================================
   Wan More Pets — Slow Yolk · v4
   Shopify theme stylesheet
   ============================================================ */


/* ── A. Font faces ─────────────────────────────────────────── */

@font-face {
  font-family: 'Fraunces';
  src: url('//www.wanmorepet.com/cdn/shop/t/32/assets/Fraunces-VariableFont_SOFT_WONK_opsz_wght.ttf?v=1985492851782720441779628350') format('truetype-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces';
  src: url('//www.wanmorepet.com/cdn/shop/t/32/assets/Fraunces-Italic-VariableFont_SOFT_WONK_opsz_wght.ttf?v=99801534200981864231779628350') format('truetype-variations');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('//www.wanmorepet.com/cdn/shop/t/32/assets/PlusJakartaSans-VariableFont_wght.ttf?v=97792388196700500071779628349') format('truetype-variations');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('//www.wanmorepet.com/cdn/shop/t/32/assets/PlusJakartaSans-Italic-VariableFont_wght.ttf?v=94741710615061837711779628349') format('truetype-variations');
  font-weight: 200 800;
  font-style: italic;
  font-display: swap;
}


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



/* ── B. Custom properties ─────────────────────────────────── */
:root {

  /* Surfaces */
  --sy-ivory:       #F8F1E1;
  --sy-butter:      #EBE0C5;
  --sy-paper:       #FBF6EA;
  --sy-white:       #FFFFFF;

  /* Dark surfaces */
  --sy-cocoa:       #221913;
  --sy-cocoa-2:     #2E2218;
  --sy-cocoa-line:  #3A2D20;

  /* Ink */
  --sy-ink:         #1E1A14;
  --sy-ink-2:       #5C5042;
  --sy-ink-3:       #8B7E6B;
  --sy-ink-line:    #DCCFAE;

  /* Brand colors */
  --sy-yolk:        #F5B524;
  --sy-yolk-deep:   #D69405;
  --sy-orange:      #E9772A;
  --sy-ember:       #B7400E;
  --sy-moss:        #3F6A4B;
  --sy-moss-2:      #1F4A33;

  /* Fonts */
  --font-display:   'Fraunces', 'Iowan Old Style', Georgia, serif;
  --font-body:      'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --font-mono:      'DM Mono', ui-monospace, 'SF Mono', Menlo, monospace;

  /* Type scale */
  --fs-d1:   72px;  --lh-d1: 1.03;
  --fs-d2:   56px;  --lh-d2: 1.06;
  --fs-h1:   40px;  --lh-h1: 1.15;
  --fs-h2:   30px;  --lh-h2: 1.2;
  --fs-h3:   22px;  --lh-h3: 1.3;
  --fs-lead: 19px;  --lh-lead: 1.55;
  --fs-body: 16px;  --lh-body: 1.6;
  --fs-sm:   14px;  --lh-sm: 1.5;
  --fs-xs:   12px;  --lh-xs: 1.4;
  --fs-mono: 13px;  --lh-mono: 1.55;

  /* Spacing (4-pt grid) */
  --sp-1:  4px;   --sp-2:  8px;   --sp-3:  12px;  --sp-4:  16px;
  --sp-5:  20px;  --sp-6:  24px;  --sp-7:  32px;  --sp-8:  40px;
  --sp-9:  56px;  --sp-10: 72px;  --sp-11: 96px;

  /* Radii */
  --r-xs:   4px;
  --r-sm:   8px;
  --r-md:   12px;
  --r-lg:   18px;
  --r-xl:   24px;
  --r-pill: 999px;

  /* Shadows */
  --shadow-sm:   0 1px 2px rgba(60, 40, 16, 0.06);
  --shadow-md:   0 6px 18px -8px rgba(60, 40, 16, 0.18), 0 2px 4px rgba(60, 40, 16, 0.05);
  --shadow-lg:   0 18px 40px -16px rgba(60, 40, 16, 0.22), 0 4px 10px rgba(60, 40, 16, 0.06);
  --shadow-card: 0 8px 22px -14px rgba(40, 28, 12, 0.25), 0 1px 2px rgba(40,28,12,.05);

  /* Motion */
  --ease:     cubic-bezier(.22, .61, .36, 1);
  --ease-out: cubic-bezier(.2, .8, .2, 1);
  --dur-fast: 140ms;
  --dur-base: 220ms;
  --dur-slow: 420ms;
}


/* ── C. Base reset ─────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

html {
  color: var(--sy-ink);
  background: var(--sy-ivory);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: var(--sy-ink);
  background: var(--sy-ivory);
  margin: 0;
}

::selection {
  background: var(--sy-yolk);
  color: var(--sy-ink);
}

img, video, svg { display: block; max-width: 100%; }
hr { border: 0; border-top: 1px solid var(--sy-ink-line); margin: var(--sp-6) 0; }


/* ── D. Typography ─────────────────────────────────────────── */

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--sy-ink);
  margin: 0;
  text-wrap: balance;
}

h1 { font-size: var(--fs-h1); line-height: var(--lh-h1); letter-spacing: -0.015em; }
h2 { font-size: var(--fs-h2); line-height: var(--lh-h2); letter-spacing: -0.01em; }
h3 { font-size: var(--fs-h3); line-height: var(--lh-h3); }

.wm-d1 {
  font-family: var(--font-display); font-weight: 700;
  font-size: var(--fs-d1); line-height: var(--lh-d1);
  letter-spacing: -0.028em;
  font-variation-settings: "opsz" 144, "SOFT" 50, "WONK" 0;
}
.wm-d2 {
  font-family: var(--font-display); font-weight: 700;
  font-size: var(--fs-d2); line-height: var(--lh-d2);
  letter-spacing: -0.022em;
  font-variation-settings: "opsz" 144, "SOFT" 50, "WONK" 0;
}

.wm-italic, em.wm-italic {
  font-style: italic;
  color: var(--sy-orange);
  font-variation-settings: "opsz" 144, "SOFT" 80, "WONK" 1;
}

.wm-underline-yolk {
  text-decoration: underline;
  text-decoration-color: var(--sy-yolk);
  text-decoration-thickness: 5px;
  text-underline-offset: 7px;
  text-decoration-skip-ink: none;
}

p, .wm-body { font-size: var(--fs-body); line-height: var(--lh-body); color: var(--sy-ink); margin: 0; text-wrap: pretty; }
.wm-lead    { font-size: var(--fs-lead); line-height: var(--lh-lead); color: var(--sy-ink-2); }
.wm-small   { font-size: var(--fs-sm);   line-height: var(--lh-sm); }
.wm-caption { font-size: var(--fs-xs);   line-height: var(--lh-xs);  color: var(--sy-ink-3); }

.wm-mono, .wm-spec, code {
  font-family: var(--font-mono);
  font-size: var(--fs-mono);
  line-height: var(--lh-mono);
  letter-spacing: 0.02em;
}

.wm-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sy-ink-2);
  font-weight: 400;
}

.wm-price {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 700;
  color: var(--sy-orange);
  font-variation-settings: "opsz" 144, "SOFT" 80, "WONK" 1;
}
.wm-price-sm {
  font-family: var(--font-mono);
  font-size: var(--fs-mono);
  color: var(--sy-ember);
  font-weight: 600;
  letter-spacing: 0.02em;
}
.wm-price-was {
  font-family: var(--font-mono);
  font-size: var(--fs-sm);
  color: var(--sy-ink-3);
  text-decoration: line-through;
}


/* ── E. Buttons ────────────────────────────────────────────── */

.wm-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-body); font-weight: 700; font-size: 14px;
  letter-spacing: 0.01em;
  padding: 13px 24px;
  border-radius: var(--r-pill);
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  transition:
    background var(--dur-fast) var(--ease),
    color var(--dur-fast) var(--ease),
    transform var(--dur-fast) var(--ease),
    box-shadow var(--dur-fast) var(--ease);
}
.wm-btn:active { transform: translateY(1px); }

.wm-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--sy-ivory), 0 0 0 4px var(--sy-yolk-deep);
}

.wm-btn-primary {
  background: var(--sy-yolk);
  color: var(--sy-ink);
  box-shadow: 0 1px 0 rgba(255,255,255,.36) inset,
              0 8px 16px -8px rgba(213, 148, 5, 0.55);
}
.wm-btn-primary:hover { background: var(--sy-yolk-deep); }

.wm-btn-secondary {
  background: var(--sy-ink);
  color: var(--sy-yolk);
}
.wm-btn-secondary:hover { background: #2e2922; }

.wm-btn-ghost {
  background: transparent;
  color: var(--sy-ink);
  border: 1px solid rgba(30, 26, 20, 0.22);
}
.wm-btn-ghost:hover { background: rgba(30, 26, 20, 0.05); }

.wm-btn-ghost-dark {
  background: transparent;
  color: var(--sy-ivory);
  border: 1px solid rgba(248, 241, 225, 0.26);
}
.wm-btn-ghost-dark:hover { background: rgba(248, 241, 225, 0.08); }

.wm-btn-danger {
  background: var(--sy-ember);
  color: var(--sy-ivory);
}
.wm-btn-danger:hover { background: #9a350c; }

.wm-btn-add {
  width: 40px; height: 40px;
  padding: 0;
  border-radius: 50%;
  background: var(--sy-ink);
  color: var(--sy-yolk);
  font-size: 20px; line-height: 1;
  flex-shrink: 0;
}
.wm-btn-add:hover { background: var(--sy-orange); color: var(--sy-ivory); }

.wm-btn-sm { font-size: 13px; padding: 10px 18px; }
.wm-btn-lg { font-size: 16px; padding: 17px 30px; }


/* ── F. Form inputs ────────────────────────────────────────── */

.wm-field { display: flex; flex-direction: column; gap: 6px; }

.wm-label {
  font-family: var(--font-mono);
  font-size: 10px; letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sy-ink-2);
  font-weight: 400;
}

.wm-input,
.wm-select,
.wm-textarea {
  font-family: var(--font-body); font-size: 14px;
  padding: 12px 14px;
  border-radius: var(--r-sm);
  background: var(--sy-white);
  border: 1px solid var(--sy-ink-line);
  color: var(--sy-ink);
  width: 100%;
  transition: border-color var(--dur-fast), box-shadow var(--dur-fast);
  appearance: none;
}
.wm-input::placeholder,
.wm-textarea::placeholder { color: var(--sy-ink-3); }
.wm-input:focus,
.wm-select:focus,
.wm-textarea:focus {
  outline: none;
  border-color: var(--sy-yolk);
  box-shadow: 0 0 0 3px rgba(245, 181, 36, 0.28);
}
.wm-input.error { border-color: var(--sy-ember); }

.wm-textarea { resize: vertical; min-height: 100px; }

.wm-select-wrap { position: relative; }
.wm-select-wrap::after {
  content: "▾";
  position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
  font-size: 12px; color: var(--sy-ink-3);
  pointer-events: none;
}
.wm-select { padding-right: 36px; cursor: pointer; }


/* ── G. Chips & badges ─────────────────────────────────────── */

.wm-chip {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-mono); font-size: 10.5px;
  letter-spacing: 0.14em; text-transform: uppercase; font-weight: 500;
  padding: 6px 11px; border-radius: var(--r-pill);
  background: var(--sy-paper);
  color: var(--sy-ink);
  border: 1px solid rgba(30, 26, 20, 0.18);
  white-space: nowrap;
}

.wm-chip-yolk   { background: var(--sy-yolk);  color: var(--sy-ink);   border-color: transparent; }
.wm-chip-moss   { background: var(--sy-moss);  color: var(--sy-ivory); border-color: transparent; }
.wm-chip-ember  { background: var(--sy-ember); color: var(--sy-ivory); border-color: transparent; }
.wm-chip-orange { background: var(--sy-orange);color: var(--sy-ivory); border-color: transparent; }
.wm-chip-dark   { background: var(--sy-ink);   color: var(--sy-yolk);  border-color: transparent; }

.wm-chip-outline-yolk {
  background: transparent;
  color: var(--sy-yolk-deep);
  border-color: var(--sy-yolk);
}

.wm-chip .wm-chip-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: currentColor; opacity: 0.8; flex-shrink: 0;
}


/* ── H. Product cards ──────────────────────────────────────── */

.wm-card {
  background: var(--sy-white);
  border-radius: var(--r-lg);
  padding: var(--sp-5);
  box-shadow: var(--shadow-card);
  display: flex; flex-direction: column; gap: var(--sp-4);
  position: relative;
}

.wm-card-tile {
  aspect-ratio: 1 / 1;
  border-radius: var(--r-md);
  overflow: hidden;
  position: relative;
  display: flex; align-items: center; justify-content: center;
  background: var(--sy-butter);
}

.wm-card-tile-dark   { background: var(--sy-cocoa); color: var(--sy-yolk); }
.wm-card-tile-yolk   { background: var(--sy-yolk);  color: var(--sy-ink); }
.wm-card-tile-butter { background: var(--sy-butter); color: var(--sy-ember); }
.wm-card-tile-moss   { background: var(--sy-moss);  color: var(--sy-ivory); }

.wm-card-badge {
  position: absolute; top: 10px; left: 10px;
  font-family: var(--font-mono); font-size: 9.5px;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 5px 9px; border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.92);
  color: var(--sy-ink);
}
.wm-card-tile-dark .wm-card-badge { background: var(--sy-yolk); color: var(--sy-ink); }

.wm-card-label {
  font-family: var(--font-mono); font-size: 10px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--sy-ink-3);
}

.wm-card-title {
  font-family: var(--font-display); font-weight: 700; font-size: 19px;
  color: var(--sy-ink); line-height: 1.18; margin-top: -4px;
  font-variation-settings: "opsz" 30, "SOFT" 40;
  text-wrap: balance;
}

.wm-card-foot {
  display: flex; align-items: center;
  justify-content: space-between;
  margin-top: auto; padding-top: var(--sp-2);
}

.wm-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: var(--sp-5);
}


/* ── I. Navigation ─────────────────────────────────────────── */

.wm-nav {
  display: flex; align-items: center;
  justify-content: space-between;
  padding: 18px 32px;
  background: var(--sy-ivory);
  border-bottom: 1px solid var(--sy-ink-line);
}

.wm-nav-dark {
  background: var(--sy-cocoa);
  border-bottom-color: var(--sy-cocoa-line);
}

.wm-nav-logo {
  font-family: var(--font-display); font-weight: 700; font-size: 20px;
  letter-spacing: -0.015em; color: var(--sy-ink);
  font-variation-settings: "opsz" 30, "SOFT" 50;
  text-decoration: none;
}
.wm-nav-dark .wm-nav-logo { color: var(--sy-ivory); }
.wm-nav-logo span { color: var(--sy-orange); font-style: italic; font-variation-settings: "opsz" 30, "SOFT" 80, "WONK" 1; }

.wm-nav-links {
  display: flex; gap: 28px; list-style: none;
  margin: 0; padding: 0;
}
.wm-nav-links a {
  font-size: 14px; color: var(--sy-ink-2);
  text-decoration: none;
  transition: color var(--dur-fast);
}
.wm-nav-dark .wm-nav-links a { color: rgba(248,241,225,.72); }
.wm-nav-links a:hover,
.wm-nav-links a.active { color: var(--sy-ink); }
.wm-nav-dark .wm-nav-links a.active { color: var(--sy-ivory); }
.wm-nav-links a.active { font-weight: 600; }

.wm-nav-cart {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 9px 16px; border-radius: var(--r-pill);
  background: var(--sy-yolk); color: var(--sy-ink);
  border: 0; font-weight: 600; cursor: pointer;
  text-decoration: none;
  transition: background var(--dur-fast);
}
.wm-nav-cart:hover { background: var(--sy-yolk-deep); }


/* ── J. Hero utilities ─────────────────────────────────────── */

.wm-hero-light {
  background: var(--sy-ivory);
  padding: var(--sp-10) var(--sp-8);
}

.wm-hero-dark {
  background: var(--sy-cocoa);
  color: var(--sy-ivory);
  padding: var(--sp-10) var(--sp-8);
}

.wm-hero-eyebrow {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--sy-ember);
  display: inline-flex; align-items: center; gap: 10px;
  margin-bottom: var(--sp-4);
}
.wm-hero-eyebrow::before {
  content: ""; width: 6px; height: 6px;
  border-radius: 50%; background: var(--sy-yolk);
  flex-shrink: 0;
}
.wm-hero-dark .wm-hero-eyebrow { color: var(--sy-yolk); }
.wm-hero-dark .wm-hero-eyebrow::before { background: var(--sy-orange); }

.wm-hero-lede {
  font-size: 17px; line-height: 1.55;
  color: var(--sy-ink-2);
  max-width: 40ch;
  margin: 0 0 var(--sp-7);
}
.wm-hero-dark .wm-hero-lede { color: rgba(248,241,225,.74); }


/* ── K. Spec / cert strip ──────────────────────────────────── */

.wm-cert-strip {
  background: var(--sy-cocoa);
  color: rgba(248, 241, 225, 0.82);
  padding: 16px 32px;
  display: flex; align-items: center;
  justify-content: center; gap: 0;
  flex-wrap: wrap;
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
}
.wm-cert-strip span + span::before {
  content: "·";
  color: var(--sy-yolk);
  margin: 0 18px;
  font-weight: 700;
}


/* ── L. Receipt / ingredient block ────────────────────────── */

.wm-receipt {
  background: var(--sy-cocoa);
  color: rgba(248, 241, 225, 0.86);
  font-family: var(--font-mono); font-size: 12px;
  letter-spacing: 0.02em; line-height: 1.7;
  padding: 20px 22px;
  border-radius: var(--r-md);
}
.wm-receipt-label {
  color: var(--sy-yolk); letter-spacing: 0.14em;
  text-transform: uppercase; font-size: 10px;
  margin-bottom: var(--sp-3); display: block;
}
.wm-receipt-total {
  border-top: 1px dashed rgba(248, 241, 225, 0.22);
  margin-top: var(--sp-3); padding-top: var(--sp-3);
  color: var(--sy-orange); font-weight: 600;
}
.wm-receipt-free { color: var(--sy-moss); }


/* ── M. Footer band ────────────────────────────────────────── */

.wm-footer {
  background: var(--sy-cocoa);
  color: rgba(248, 241, 225, 0.78);
  padding: var(--sp-9) var(--sp-8) var(--sp-7);
}
.wm-footer a { color: inherit; text-decoration: none; }
.wm-footer a:hover { color: var(--sy-ivory); }

.wm-footer-brand {
  font-family: var(--font-display); font-weight: 700;
  font-size: 32px; letter-spacing: -0.02em;
  color: var(--sy-ivory); margin-bottom: var(--sp-3);
  font-variation-settings: "opsz" 144, "SOFT" 50;
}
.wm-footer-brand em {
  font-style: italic; color: var(--sy-orange);
  font-variation-settings: "opsz" 144, "SOFT" 80, "WONK" 1;
}

.wm-footer-col h5 {
  font-family: var(--font-mono); font-size: 10px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--sy-yolk); margin: 0 0 var(--sp-3);
  font-weight: 400;
}
.wm-footer-col ul {
  list-style: none; padding: 0; margin: 0;
  font-size: 13px; line-height: 1.9;
}

.wm-footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: var(--sp-6);
  padding-top: var(--sp-5);
  border-top: 1px solid var(--sy-cocoa-line);
  font-family: var(--font-mono); font-size: 10.5px;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(248, 241, 225, 0.44);
}

/* ── Alt section backgrounds ───────────────────────────────── */
.wm-section-butter { background: var(--sy-butter); }
.wm-section-paper  { background: var(--sy-paper); }
.wm-section-dark   { background: var(--sy-cocoa); color: var(--sy-ivory); }

/* ── Quick-add disabled ───────────────────────────────── */
.quick-add__button,
quick-add-component { display: none !important; }
