/** Shopify CDN: Minification failed

Line 756:0 Unexpected "}"

**/
/* ============================================================
   LittleLegs Custom CSS - Design System & Section Styles
   ============================================================ */

/* --- Font Loading --- */
@font-face {
  font-family: 'Boulder';
  src: url('Boulder_Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


/* --- Design System: Custom Properties --- */
:root {
  /* Font Families */
  --ll-font-heading: 'Boulder', sans-serif;
  --ll-font-body: 'Bricolage Grotesque', sans-serif;
  --ll-font-caveat: 'Caveat', cursive;
  --font-caveat: 'Caveat', cursive;
  /* Brand Colors */
  --ll-cream: #FFF9F2;
  --ll-cream-dark: #F0E8DD;
  --ll-warm: #FFF3E6;
  --ll-sand: #F5EDE3;
  --ll-navy: #1A3A4A;
  --ll-navy-light: #2A5566;

  /* Product Colors */
  --ll-calming: #2BB2FD;
  --ll-calming-light: #E8F6FF;
  --ll-calming-dark: #1a8fd4;
  --ll-allergy: #8b5cf6;
  --ll-allergy-light: #F3EEFF;
  --ll-allergy-dark: #6d3ad4;
  --ll-joint: #e88b8b;
  --ll-joint-light: #FFF0F0;
  --ll-joint-dark: #c46b6b;

  /* Text Colors */
  --ll-text-muted: #7C8494;
  --ll-text-secondary: #4B5563;
  --ll-text-dark: #1a1a1a;

  /* Spacing */
  --ll-section-padding: 80px;
  --ll-section-padding-mobile: 48px;
  --ll-container-max: 1200px;
  --ll-container-narrow: 64rem;

  /* Border Radius */
  --ll-radius-sm: 8px;
  --ll-radius-md: 12px;
  --ll-radius-lg: 16px;
  --ll-radius-xl: 24px;
  --ll-radius-full: 9999px;

  /* Shadows */
  --ll-shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
  --ll-shadow-md: 0 4px 12px rgba(0,0,0,0.1);
  --ll-shadow-lg: 0 8px 30px rgba(0,0,0,0.12);
}

/* --- Global Font & Typography Overrides (override Dawn defaults) --- */
:root {
  --font-body-family: 'Bricolage Grotesque', sans-serif;
  --font-heading-family: 'Boulder', sans-serif;
  --font-body-weight: 400;
  --font-body-style: normal;
  --font-heading-weight: 400;
  --font-heading-style: normal;
}

/* Reset Dawn's 62.5% font-size trick — use normal 16px base */
html {
  font-size: 16px;
  overflow-x: clip;
  width: 100%;
  touch-action: manipulation;
}

body {
  font-family: var(--ll-font-body);
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1.6;
  color: var(--ll-navy);
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
  width: 100%;
  max-width: 100%;
}

.content-for-layout {
  max-width: 100%;
}

.content-for-layout > .shopify-section {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6,
.h0, .h1, .h2, .h3, .h4, .h5,
.hx {
  font-family: var(--ll-font-heading);
  letter-spacing: -0.02em;
}

/* --- Typography --- */
.ll-heading-xl {
  font-family: var(--ll-font-heading);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--ll-navy);
}

.ll-heading-lg {
  font-family: var(--ll-font-heading);
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ll-navy);
}

.ll-heading-md {
  font-family: var(--ll-font-heading);
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--ll-navy);
}

.ll-heading-sm {
  font-family: var(--ll-font-heading);
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 400;
  line-height: 1.3;
  color: var(--ll-navy);
}

.ll-text-body {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--ll-text-secondary);
}

.ll-text-sm {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--ll-text-muted);
}

.ll-text-xs {
  font-size: 0.75rem;
  line-height: 1.4;
  color: var(--ll-text-muted);
}

.ll-section-subtitle {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--ll-text-secondary);
  max-width: 600px;
}

/* --- Container --- */
.ll-container {
  width: 100%;
  max-width: var(--ll-container-max);
  margin: 0 auto;
  padding: 0 24px;
}

.ll-container--narrow {
  max-width: var(--ll-container-narrow);
}

/* --- Chunky 3D Buttons --- */
.ll-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: 700;
  font-family: var(--ll-font-heading);
  border-radius: 12px;
  border: 1.5px solid #2a2a2a;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
  position: relative;
  letter-spacing: 0;
}

.ll-btn:hover {
  transform: translate(1.5px, 1.5px);
}

.ll-btn:active {
  transform: translate(3px, 3px);
}

/* Primary - White */
.ll-btn--white {
  background: #ffffff;
  color: var(--ll-navy);
  box-shadow: 3px 3px 0 #2a2a2a;
}
.ll-btn--white:hover { box-shadow: 1.5px 1.5px 0 #2a2a2a; }
.ll-btn--white:active { box-shadow: 0 0 0 #2a2a2a; }

/* Primary - Calming Blue */
.ll-btn--calming {
  background: var(--ll-calming);
  color: #ffffff;
  box-shadow: 3px 3px 0 #2a2a2a;
}
.ll-btn--calming:hover { box-shadow: 1.5px 1.5px 0 #2a2a2a; }
.ll-btn--calming:active { box-shadow: 0 0 0 #2a2a2a; }

/* Primary - Allergy Purple */
.ll-btn--allergy {
  background: var(--ll-allergy);
  color: #ffffff;
  box-shadow: 3px 3px 0 #2a2a2a;
}
.ll-btn--allergy:hover { box-shadow: 1.5px 1.5px 0 #2a2a2a; }
.ll-btn--allergy:active { box-shadow: 0 0 0 #2a2a2a; }

/* Primary - Joint Pink */
.ll-btn--joint {
  background: var(--ll-joint);
  color: #ffffff;
  box-shadow: 3px 3px 0 #2a2a2a;
}
.ll-btn--joint:hover { box-shadow: 1.5px 1.5px 0 #2a2a2a; }
.ll-btn--joint:active { box-shadow: 0 0 0 #2a2a2a; }

/* Primary - Navy */
.ll-btn--navy {
  background: var(--ll-navy);
  color: #ffffff;
  box-shadow: 3px 3px 0 #2a2a2a;
}
.ll-btn--navy:hover { box-shadow: 1.5px 1.5px 0 #2a2a2a; }
.ll-btn--navy:active { box-shadow: 0 0 0 #2a2a2a; }

/* Outline variant */
.ll-btn--outline {
  background: transparent;
  color: var(--ll-navy);
  box-shadow: 3px 3px 0 #2a2a2a;
}
.ll-btn--outline:hover {
  background: var(--ll-navy);
  color: #ffffff;
  box-shadow: 1.5px 1.5px 0 #2a2a2a;
}

/* Small button */
.ll-btn--sm {
  padding: 10px 24px;
  font-size: 0.875rem;
}

/* Large button */
.ll-btn--lg {
  padding: 18px 40px;
  font-size: 1.125rem;
}

/* --- Section Spacing --- */
.ll-section {
  padding: var(--ll-section-padding) 0;
}

@media (max-width: 749px) {
  .ll-section {
    padding: var(--ll-section-padding-mobile) 0;
  }
}

/* --- Card Base --- */
.ll-card {
  background: #ffffff;
  border-radius: var(--ll-radius-lg);
  box-shadow: var(--ll-shadow-sm);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ll-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--ll-shadow-md);
}

/* --- Badge / Pill --- */
/* Legacy colored pills (kept for other sections) */
.ll-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: var(--ll-radius-full);
  white-space: nowrap;
}

.ll-pill--calming {
  background: var(--ll-calming-light);
  color: var(--ll-calming-dark);
}

.ll-pill--allergy {
  background: var(--ll-allergy-light);
  color: var(--ll-allergy-dark);
}

.ll-pill--joint {
  background: var(--ll-joint-light);
  color: var(--ll-joint-dark);
}

/* Benefit pills — dark border with green checkmark (product cards) */
.ll-benefit-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 8px;
  font-size: 9px;
  font-weight: 500;
  color: #2a2a2a;
  background: #FFFDF9;
  border: 1px solid #2a2a2a;
  border-radius: var(--ll-radius-full);
  box-shadow: 1.5px 1.5px 0 #2a2a2a;
  white-space: nowrap;
  font-family: var(--ll-font-body);
}
.ll-benefit-pill__dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #3d5a3e;
  flex-shrink: 0;
}

/* --- Star Rating --- */
.ll-stars {
  display: inline-flex;
  gap: 2px;
  color: #FBBF24;
}

.ll-stars svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

/* ============================================================
   SHARED: Floating Dog Illustrations
   ============================================================ */
.ll-floating-dog {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  display: none;
}
@media (min-width: 750px) {
  .ll-floating-dog { display: block; }
}

/* Products section: tail-wagging dog, top-right near heading */
.ll-products { position: relative; overflow: hidden; }
.ll-floating-dog--products-right {
  display: block;
  right: -180px;
  top: 0;
  width: 300px;
  opacity: 0.2;
}
@media (min-width: 750px) {
  .ll-floating-dog--products-right {
    right: 16px;
    width: 340px;
    opacity: 0.25;
  }
}

/* Quiz CTA */
.ll-quiz-cta { position: relative; overflow-x: clip; }

/* Why LittleLegs: sniffing dog, bottom-right */


@media (max-width: 749px) {
  
}


/* --- LL Why Section (matches template design system) --- */
.ll-why {
  position: relative;
  overflow-x: clip;
  background: var(--ll-cream);
  padding: var(--ll-section-padding, 80px) 0;
}
@media (max-width: 749px) {
  .ll-why { padding: var(--ll-section-padding-mobile, 48px) 0; }
}

.ll-why__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 749px) {
  .ll-why__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.ll-why__image-col {
  position: relative;
}

.ll-why__image-main {
  border-radius: 16px;
  overflow: hidden;
  border: 1.5px solid #2a2a2a;
  box-shadow: 4px 4px 0 #2a2a2a;
}
.ll-why__image-main img {
  width: 100%;
  height: auto;
  display: block;
}

/* Results badge — chunky style */
.ll-why__results-badge {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #ffffff;
  border-radius: 12px;
  padding: 12px 18px;
  border: 1.5px solid #2a2a2a;
  box-shadow: 2px 2px 0 #2a2a2a;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--ll-navy, #1A3A4A);
  font-family: var(--ll-font-heading, var(--ll-font-body));
}
.ll-why__results-badge svg {
  color: #00b67a;
  flex-shrink: 0;
}
@media (max-width: 749px) {
  .ll-why__results-badge {
    top: -8px;
    right: 16px;
  }
}

/* (old floating-card icon/value/label removed — replaced by results badge) */
.ll-why__floating-value {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--ll-navy, #1A3A4A);
  line-height: 1;
  font-family: var(--ll-font-heading, var(--ll-font-body));
}
.ll-why__floating-label {
  font-size: 0.75rem;
  color: var(--ll-text-muted, #7C8494);
  font-family: var(--ll-font-body);
}

/* (star badge removed — replaced by results badge) */

/* Content column */
.ll-why__content .ll-heading-lg {
  margin: 0 0 16px 0;
  font-family: var(--ll-font-heading, var(--ll-font-body));
}
.ll-why__content .ll-text-body {
  margin: 0 0 32px 0;
  color: rgba(26, 58, 74, 0.6);
  font-family: var(--ll-font-body);
}

/* Trust pillars — chunky cards */
.ll-why__pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 32px;
}
@media (max-width: 749px) {
  .ll-why__pillars { grid-template-columns: 1fr 1fr; }
}

.ll-why__pillar {
  background: #ffffff;
  border-radius: 12px;
  border: 1.5px solid #2a2a2a;
  box-shadow: 2px 2px 0 #2a2a2a;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: transform 0.15s, box-shadow 0.15s;
}
.ll-why__pillar:hover {
  transform: translateY(-2px);
  box-shadow: 3px 4px 0 #2a2a2a;
}

.ll-why__pillar-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--ll-calming-light, #E8F6FF);
  border: 1.5px solid #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ll-why__pillar-icon svg {
  width: 18px;
  height: 18px;
}
.ll-why__pillar-icon--eu svg { color: var(--ll-calming, #2BB2FD); }
.ll-why__pillar-icon--vet svg { color: var(--ll-calming, #2BB2FD); }
.ll-why__pillar-icon--natural svg { color: var(--ll-calming, #2BB2FD); }
.ll-why__pillar-icon--transparent svg { color: var(--ll-calming, #2BB2FD); }

.ll-why__pillar-title {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--ll-navy, #1A3A4A);
  margin: 0;
  font-family: var(--ll-font-heading, var(--ll-font-body));
}
.ll-why__pillar-desc {
  font-size: 0.75rem;
  color: var(--ll-text-muted, #7C8494);
  line-height: 1.4;
  margin: 0;
  font-family: var(--ll-font-body);
}

/* Floating dog illustration */
.ll-floating-dog--why {
  display: block;
  right: 40px;
  bottom: 16px;
  width: 240px;
  opacity: 0.25;
}
@media (max-width: 749px) {
  .ll-floating-dog--why { right: -15px; }
}

/* Subscription: jumping dog, bottom-left */
.ll-subscription { position: relative; overflow-x: clip; }
.ll-floating-dog--sub-left {
  left: 24px;
  bottom: 24px;
  width: 200px;
  opacity: 0.12;
}

/* ============================================================
   SECTION: Hero (layout CSS now inline in ll-hero.liquid)
   ============================================================ */

/* --- Shared: Pointer badges (used by hero + trust bar) --- */
.ll-pointer-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 9999px;
  border: 1px solid #2a2a2a;
  background: #ffffff;
  font-size: 12px;
  font-weight: 500;
  color: #2a2a2a;
  box-shadow: 2px 2px 0 #2a2a2a;
}
.ll-pointer-badge--chunky {
  padding: 6px 12px;
}
.ll-pointer-badge--sm {
  padding: 4px 8px;
  font-size: 10px;
}
.ll-pointer-badge__check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #3d5a3e;
  flex-shrink: 0;
}
.ll-pointer-badge__check svg {
  color: #ffffff;
}

/* Hero layout CSS now inline in ll-hero.liquid */

/* --- Shared: Chunky Button --- */
.ll-btn-chunky {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  line-height: 1.2;
  border-radius: 12px;
  border: 2px solid #2a2a2a;
  padding: 12px 48px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 3px 3px 0 #2a2a2a;
  transition: transform 0.15s, box-shadow 0.15s;
}
.ll-btn-chunky:hover {
  transform: translate(1.5px, 1.5px);
  box-shadow: 1.5px 1.5px 0 #2a2a2a;
}

.ll-btn-chunky--white {
  background: #ffffff;
  color: var(--ll-navy);
}
.ll-btn-chunky--navy {
  background: var(--ll-navy);
  color: #ffffff;
}
.ll-btn-chunky--full {
  display: flex;
  width: 100%;
}
.ll-btn-chunky__sub {
  font-size: 10px;
  font-weight: 400;
  color: rgba(26,58,74,0.5);
}
.ll-btn-chunky__sub--light {
  color: rgba(255,255,255,0.5);
}

/* ============================================================
   SECTION: Press Bar (Ingredient Marquee)
   ============================================================ */
.ll-press-bar {
  background: #ffffff;
  padding: 0 0 12px;
}

.ll-press-bar__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 4px;
}

.ll-press-bar__arrow {
  width: 56px;
  height: 56px;
  color: var(--ll-navy, #1A3A4A);
  transform: rotate(20deg);
}
.ll-press-bar__arrow--flip {
  transform: rotate(-20deg) scaleX(-1);
}
@media (min-width: 750px) {
  .ll-press-bar__arrow {
    width: 40px;
    height: 40px;
  }
}

.ll-press-bar__text {
  font-family: var(--ll-font-caveat, 'Caveat', cursive);
  font-size: 1.5rem;
  color: var(--ll-navy, #1A3A4A);
  transform: rotate(-2deg);
}

.ll-press-bar__marquee {
  overflow: hidden;
  width: 100%;
}
.ll-press-bar__marquee::-webkit-scrollbar { display: none; }

.ll-press-bar__track {
  display: flex;
  width: max-content;
  animation: ll-marquee 25s linear infinite;
}

.ll-press-bar__item {
  margin: 0 24px;
  flex-shrink: 0;
}

.ll-press-bar__img {
  height: 80px;
  width: 144px;
  object-fit: contain;
}
@media (min-width: 750px) {
  .ll-press-bar__img {
    height: 112px;
    width: 192px;
  }
}

@keyframes ll-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
}

/* ============================================================
   SECTION: Trust Bar (Static Badges)
   ============================================================ */
.ll-trust-badges {
  background: #ffffff;
  padding: 24px 0;
}
@media (min-width: 750px) {
  .ll-trust-badges { padding: 32px 0; }
}

.ll-trust-badges__container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 750px) {
  .ll-trust-badges__container { gap: 12px; }
}

.ll-pointer-badge--trust {
  padding: 7px 14px;
  font-size: 12px;
  background: var(--ll-cream, #FFF9F2);
}
@media (min-width: 750px) {
  .ll-pointer-badge--trust {
    padding: 8px 16px;
    font-size: 14px;
  }
}

.ll-pointer-badge__icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (min-width: 750px) {
  .ll-pointer-badge__icon {
    width: 20px;
    height: 20px;
  }
}
.ll-pointer-badge__icon svg {
  width: 100%;
  height: 100%;
}
.ll-pointer-badge__icon--calming {
  color: var(--ll-calming);
}

/* ============================================================
   SECTION: Products
   ============================================================ */
.ll-products {
  background: var(--ll-cream);
}

.ll-products__header {
  text-align: center;
  margin-bottom: 48px;
}

.ll-products__header .ll-heading-lg {
  margin: 0 0 12px 0;
}

.ll-products__header .ll-section-subtitle {
  margin: 0 auto;
}

.ll-products__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: var(--ll-container-narrow);
  margin: 0 auto;
}

@media (max-width: 899px) {
  .ll-products__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 599px) {
  .ll-products__grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
}

.ll-product-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1.5px solid #2a2a2a;
  box-shadow: 4px 4px 0 #2a2a2a;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  display: flex;
  flex-direction: column;
}

.ll-product-card:hover {
  transform: translate(1.5px, 1.5px);
  box-shadow: 2.5px 2.5px 0 #2a2a2a;
}

.ll-product-card__name-link {
  text-decoration: none;
  color: inherit;
}
.ll-product-card__form {
  display: contents;
}
.ll-product-card__form-inner {
  margin: 0;
  display: contents;
}

.ll-product-card__image-wrap {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(240, 232, 221, 0.4);
}

.ll-product-card__image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.ll-product-card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 10px;
  border-radius: var(--ll-radius-full);
  font-size: 0.6875rem;
  font-weight: 700;
  color: #ffffff;
}

.ll-product-card__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.ll-product-card__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.ll-product-card__name {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--ll-navy);
  margin: 0;
  font-family: var(--ll-font-body);
}

.ll-product-card__rating {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.ll-product-card__rating-text {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--ll-text-muted);
}

.ll-product-card__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}

.ll-product-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(240, 232, 221, 0.4);
  padding-top: 16px;
  margin-top: auto;
}

.ll-product-card__pricing {
  display: flex;
  flex-direction: column;
}

.ll-product-card__price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.ll-product-card__price {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--ll-navy);
  font-family: var(--ll-font-body);
}

.ll-product-card__price-original {
  font-size: 0.75rem;
  color: var(--ll-text-muted);
  text-decoration: line-through;
}

.ll-product-card__sub-label {
  font-size: 11px;
  color: var(--ll-text-muted);
}

.ll-product-card__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.75rem;
  border: 1px solid #2a2a2a;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: var(--ll-font-heading);
  letter-spacing: 0.03em;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 3px 3px 0 #2a2a2a;
  transform: translateY(0);
  transition: all 0.15s ease;
}
.ll-product-card__btn:hover {
  transform: translate(1.5px, 1.5px);
  box-shadow: 1.5px 1.5px 0 #2a2a2a;
  color: #fff;
}
.ll-product-card__btn:active {
  transform: translate(3px, 3px);
  box-shadow: 0 0 0 #2a2a2a;
}

.ll-product-card__btn--calming {
  background: var(--ll-calming);
}
.ll-product-card__btn--calming:hover {
  background: #1aa3ee;
}

.ll-product-card__btn--allergy {
  background: var(--ll-allergy);
}
.ll-product-card__btn--allergy:hover {
  background: #7c4edb;
}

.ll-product-card__btn--joint {
  background: var(--ll-joint);
}
.ll-product-card__btn--joint:hover {
  background: #e07a7a;
}

/* ============================================================
   SECTION: How It Works
   ============================================================ */
.ll-how {
  background: #ffffff;
}

.ll-how__header {
  text-align: center;
  margin-bottom: 56px;
}

.ll-how__header .ll-heading-lg {
  margin: 0 0 12px 0;
}

.ll-how__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 749px) {
  .ll-how__steps {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* Connecting line between steps on desktop */
.ll-how__steps::before {
  content: '';
  position: absolute;
  top: 52px;
  left: calc(16.67% + 32px);
  right: calc(16.67% + 32px);
  height: 2px;
  background: var(--ll-cream-dark);
  z-index: 0;
}

@media (max-width: 749px) {
  .ll-how__steps::before {
    display: none;
  }
}

.ll-how__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

.ll-how__icon-wrap {
  width: 96px;
  height: 96px;
  border-radius: var(--ll-radius-xl);
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
}

.ll-how__icon-wrap svg {
  width: 40px;
  height: 40px;
  color: var(--ll-calming);
}

.ll-how__step-number {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--ll-calming);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(43,178,253,0.3);
}

.ll-how__step-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--ll-navy);
  margin: 0 0 8px 0;
}

.ll-how__step-desc {
  font-size: 0.9375rem;
  color: var(--ll-text-muted);
  line-height: 1.5;
  max-width: 260px;
}

/* ============================================================
   SECTION: Social Proof
   ============================================================ */
.ll-social-proof {
  background: var(--ll-sand);
}

.ll-social-proof__header {
  text-align: center;
  margin-bottom: 48px;
}

.ll-social-proof__trustpilot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}

.ll-social-proof__tp-stars {
  display: flex;
  gap: 3px;
}

.ll-social-proof__tp-star {
  width: 24px;
  height: 24px;
  background: #00B67A;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}

.ll-social-proof__tp-star svg {
  width: 14px;
  height: 14px;
  fill: #ffffff;
}

.ll-social-proof__tp-text {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--ll-text-secondary);
  margin-left: 4px;
}

.ll-social-proof__header .ll-heading-lg {
  margin: 0 0 24px 0;
}

.ll-social-proof__stats {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.ll-social-proof__stat {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ll-social-proof__stat-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--ll-calming-light);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ll-social-proof__stat-icon svg {
  width: 18px;
  height: 18px;
  color: var(--ll-calming);
}

.ll-social-proof__stat-text {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--ll-navy);
}

.ll-social-proof__reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

@media (max-width: 749px) {
  .ll-social-proof__reviews {
    grid-template-columns: 1fr;
  }
}

.ll-review-card {
  background: #ffffff;
  border-radius: var(--ll-radius-lg);
  padding: 24px;
  box-shadow: var(--ll-shadow-sm);
}

.ll-review-card__stars {
  display: flex;
  gap: 3px;
  margin-bottom: 12px;
  color: #FBBF24;
}

.ll-review-card__stars svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.ll-review-card__product-tag {
  display: inline-block;
  margin-bottom: 12px;
}

.ll-review-card__text {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--ll-text-secondary);
  margin: 0 0 16px 0;
  font-style: italic;
}

.ll-review-card__author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ll-review-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--ll-navy);
}

.ll-review-card__author-info {
  display: flex;
  flex-direction: column;
}

.ll-review-card__author-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--ll-navy);
}

.ll-review-card__verified {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.75rem;
  color: #10B981;
}

.ll-review-card__verified svg {
  width: 12px;
  height: 12px;
}

/* ============================================================
   SECTION: Why LittleLegs
   ============================================================ */


@media (max-width: 749px) {
  
}


@media (max-width: 749px) {
  
}


@media (max-width: 749px) {
  
}


@media (max-width: 320px) {
  
}


/* ============================================================
   SECTION: Subscription Pitch
   ============================================================ */
.ll-subscription {
  background: var(--ll-navy);
  position: relative;
  overflow: hidden;
}

.ll-subscription__bg-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(43,178,253,0.08);
  filter: blur(80px);
}

.ll-subscription__bg-circle--1 {
  width: 400px;
  height: 400px;
  top: -100px;
  right: -100px;
}

.ll-subscription__bg-circle--2 {
  width: 300px;
  height: 300px;
  bottom: -80px;
  left: -80px;
  background: rgba(139,92,246,0.08);
}

.ll-subscription__bg-circle--3 {
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(232,139,139,0.06);
}

.ll-subscription__content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.ll-subscription__heading {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 12px 0;
  line-height: 1.15;
}

.ll-subscription__subtitle {
  font-size: 1.125rem;
  color: rgba(255,255,255,0.7);
  margin: 0 0 48px 0;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.ll-subscription__benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 749px) {
  .ll-subscription__benefits {
    grid-template-columns: 1fr;
    max-width: 360px;
    gap: 12px;
  }
}

.ll-sub-card {
  background: #ffffff;
  border: 1.5px solid #2a2a2a;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 2px 2px 0 #2a2a2a;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}

.ll-sub-card__icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ll-sub-card__icon svg {
  width: 28px;
  height: 28px;
  color: var(--ll-calming);
}

.ll-sub-card__title {
  font-family: var(--ll-font-body);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--ll-navy, #1A3A4A);
  margin: 0 0 4px 0;
}

.ll-sub-card__desc {
  font-size: 0.75rem;
  color: rgba(26,58,74,0.5);
  line-height: 1.4;
  margin: 0;
}

/* ============================================================
   BENEFITS SECTION (ll-benefits)
   ============================================================ */
.ll-benefits {
  background: var(--ll-cream);
}

.ll-benefits__header {
  text-align: center;
  margin-bottom: 48px;
}

.ll-benefits__eyebrow {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ll-allergy);
  margin-bottom: 12px;
}

.ll-benefits__header .ll-heading-lg {
  margin: 0 0 12px 0;
}

.ll-benefits__header .ll-section-subtitle {
  margin: 0 auto;
}

.ll-benefits__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 880px;
  margin: 0 auto;
}

.ll-benefits__card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #ffffff;
  border-radius: var(--ll-radius-lg);
  padding: 0 16px;
  box-shadow: var(--ll-shadow-sm);
  transition: box-shadow 0.2s ease;
}

.ll-benefits__card:hover {
  box-shadow: var(--ll-shadow-md);
}

.ll-benefits__illustration {
  width: 140px;
  height: 140px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ll-benefits__illustration img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ll-benefits__text {
  flex: 1;
  min-width: 0;
}

.ll-benefits__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ll-navy);
  margin: 0 0 4px 0;
  line-height: 1.3;
}

.ll-benefits__desc {
  font-size: 0.8125rem;
  color: var(--ll-text-muted);
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 699px) {
  .ll-benefits__grid {
    grid-template-columns: 1fr;
    max-width: 440px;
  }

  .ll-benefits__card {
    padding: 16px 20px;
    gap: 16px;
  }

  .ll-benefits__illustration {
    width: 72px;
    height: 72px;
  }
}

/* ============================================================
   SECTION: UGC Row
   ============================================================ */
.ll-ugc {
  position: relative;
  overflow-x: clip;
  background: var(--ll-navy);
  padding: 80px 0 64px;
}
@media (min-width: 750px) {
  .ll-ugc { padding: 96px 0 96px; }
}

.ll-floating-dog--ugc {
  display: block;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  width: 300px;
  opacity: 0.3;
}
@media (min-width: 750px) {
  .ll-floating-dog--ugc {
    left: auto;
    transform: none;
    right: 24px;
    top: 16px;
    width: 300px;
    opacity: 0.15;
  }
}

.ll-ugc__header {
  position: relative;
  text-align: center;
  max-width: 768px;
  margin: 0 auto 40px;
  padding: 0 24px;
}
.ll-ugc__heading {
  font-size: clamp(1.875rem, 4vw, 2.75rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
}

.ll-ugc__sub {
  font-family: var(--ll-font-caveat, 'Caveat', cursive);
  font-size: 1.25rem;
  color: rgba(255,255,255,0.6);
  margin-top: 4px;
}

.ll-ugc__marquee {
  overflow: hidden;
  padding: 20px 0;
}
.ll-ugc__marquee::-webkit-scrollbar { display: none; }

.ll-ugc__track {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 16px;
  width: max-content;
  animation: ll-marquee 60s linear infinite;
}

.ll-ugc__item {
  flex-shrink: 0;
  width: 176px;
  height: 288px;
  border-radius: 16px;
  border: 4px solid #ffffff;
  overflow: hidden;
  transform: rotate(var(--rotate, 0deg));
  transition: transform 0.3s, scale 0.3s;
  
}
.ll-ugc__item:hover {
  transform: rotate(0deg) scale(1.08);
  z-index: 10;
}
@media (min-width: 750px) {
  .ll-ugc__item {
    width: 224px;
    height: 384px;
  }
}

.ll-ugc__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================================================
   SECTION: Trustpilot Reviews
   ============================================================ */
.ll-tp-reviews {
  background: var(--ll-cream);
  padding: 80px 0;
  overflow-x: clip;
}
@media (min-width: 750px) {
  .ll-tp-reviews { padding: 112px 0; }
}

.ll-tp-reviews__header {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto 48px;
  padding: 0 24px;
}

.ll-tp-reviews__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #2a2a2a;
  background: #ffffff;
  border-radius: 9999px;
  padding: 8px 16px;
  margin-bottom: 16px;
  box-shadow: 2px 2px 0 #2a2a2a;
}

.ll-tp-reviews__stars,
.ll-tp-reviews__card-stars {
  display: flex;
  gap: 2px;
}

.ll-tp-reviews__star {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #00b67a;
  color: #ffffff;
}

.ll-tp-reviews__rating {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--ll-navy);
}

.ll-tp-reviews__heading {
  font-size: clamp(1.875rem, 4vw, 2.75rem);
  font-weight: 800;
  color: var(--ll-navy);
  line-height: 1.1;
}

.ll-tp-reviews__marquee {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.ll-tp-reviews__marquee::-webkit-scrollbar { display: none; }

.ll-tp-reviews__track {
  display: flex;
  gap: 14px;
  padding: 4px 24px 8px;
  width: max-content;
}

.ll-tp-reviews__card {
  flex-shrink: 0;
  width: 260px;
  background: #ffffff;
  border: 1.5px solid #2a2a2a;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 2px 2px 0 #2a2a2a;
}

.ll-tp-reviews__title {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--ll-navy);
  margin: 12px 0 0;
}

.ll-tp-reviews__body {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(26,58,74,0.6);
  margin: 8px 0 0;
}

.ll-tp-reviews__author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}

.ll-tp-reviews__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--ll-navy);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
  flex-shrink: 0;
}

.ll-tp-reviews__name {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--ll-navy);
}

.ll-tp-reviews__verified {
  font-size: 0.75rem;
  color: #00b67a;
  margin-left: 6px;
}

/* ============================================================
   UTILITY CLASSES
   ============================================================ */
.ll-text-center { text-align: center; }
.ll-mb-0 { margin-bottom: 0; }
.ll-mt-auto { margin-top: auto; }

/* ============================================================
   COLLECTION PAGE OVERRIDES
   ============================================================ */

/* Push content below fixed header */
.collection-banner-section,
.main-collection-banner {
  padding-top: 114px;
}
@media (min-width: 750px) {
  .collection-banner-section,
  .main-collection-banner {
    padding-top: 130px;
  }
}

/* Hide ugly default filter bar */
.collection .facets-container { display: none; }

/* Product count */
.collection .product-count { display: none; }

/* Collection heading */
.collection-hero__title {
  font-family: var(--ll-font-heading);
  color: var(--ll-navy);
}

/* Product grid — chunky card styling */
.collection .grid__item .card {
  border-radius: 16px;
  border: 1.5px solid #2a2a2a;
  overflow: hidden;
  background: #FFFDF9;
  box-shadow: 2px 2px 0 #2a2a2a;
  transition: transform 0.15s, box-shadow 0.15s;
}
.collection .grid__item .card:hover {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px 0 #2a2a2a;
}

/* Card image */
.collection .card__media {
  border-radius: 0;
  overflow: hidden;
}
.collection .card__media img {
  border-radius: 0;
}

/* Product title */
.collection .card__heading,
.collection .card__heading a {
  font-family: var(--ll-font-heading);
  font-size: 1rem;
  font-weight: 400;
  color: var(--ll-navy);
  text-decoration: none;
  letter-spacing: normal;
}

/* Price container */
.collection .price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  flex-wrap: nowrap;
}
.collection .price-item {
  font-family: var(--ll-font-body);
  font-weight: 700;
  color: var(--ll-navy);
  font-size: 0.9375rem;
  white-space: nowrap;
}

/* "From" label */
.collection .price__label {
  font-size: 0.75rem;
  color: var(--ll-text-muted);
  text-transform: none;
  font-weight: 400;
}

/* Remove Dawn's card inner borders and shadows */
.collection .card--card {
  --border-width: 0;
  --shadow-visible: 0;
  --border-opacity: 0;
}
.collection .card__inner::after {
  display: none;
}

/* Card content padding */
.collection .card__content {
  padding: 16px;
}
.collection .card-information {
  gap: 4px;
}

/* Collection page background */
.collection .main-collection-product-grid {
  background: #ffffff;
}

/* ============================================================
   SCROLL ANIMATIONS (uses Dawn's animations.js IntersectionObserver)
   ============================================================ */
@media (prefers-reduced-motion: no-preference) {
  .scroll-trigger.ll-anim-fade-up {
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: calc(var(--animation-order, 0) * 120ms);
  }
  .scroll-trigger.ll-anim-fade-up.scroll-trigger--offscreen {
    opacity: 0;
    transform: translateY(24px);
  }

  .scroll-trigger.ll-anim-scale-up {
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition-delay: calc(var(--animation-order, 0) * 120ms);
  }
  .scroll-trigger.ll-anim-scale-up.scroll-trigger--offscreen {
    opacity: 0;
    transform: scale(0.95);
  }
}
/* Design mode: keep everything visible in editor */
.shopify-design-mode .scroll-trigger.scroll-trigger--offscreen {
  opacity: 1 !important;
  transform: none !important;
}

/* ============================================================
   WAVE SEPARATOR UTILITY
   ============================================================ */
.ll-wave-sep {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  z-index: 1;
  line-height: 0;
  pointer-events: none;
}
.ll-wave-sep svg {
  display: block;
  width: 100%;
  height: 80px;
}
@media (max-width: 749px) {
  .ll-wave-sep svg { height: 48px; }
}

/* ============================================================
   Shopify Customer Privacy / Cookie Banner — chunky LL restyle
   Class names verified from Shopify's storefront-banner.js bundle.
   Selectors use .shopify-pc__banner (no leading #) because the
   banner is rendered as a class wrapper, not an ID.
   ============================================================ */

.shopify-pc__banner,
.shopify-pc__banner__wrapper {
  font-family: var(--ll-font-body, 'Boulder', sans-serif) !important;
}

.shopify-pc__banner__dialog {
  position: fixed !important;
  bottom: 20px !important;
  left: 20px !important;
  right: auto !important;
  max-width: 440px !important;
  width: calc(100% - 40px) !important;
  z-index: 9999 !important;
  background: var(--ll-cream, #FFF9F2) !important;
  color: var(--ll-navy, #1A3A4A) !important;
  border: 1.5px solid #2a2a2a !important;
  border-radius: 18px !important;
  box-shadow: 4px 4px 0 #2a2a2a !important;
  padding: 22px 24px !important;
  margin: 0 !important;
  font-family: var(--ll-font-body, 'Boulder', sans-serif) !important;
}

.shopify-pc__banner__body {
  margin: 0 0 16px !important;
  padding: 0 !important;
}

.shopify-pc__banner__body-title {
  display: block !important;
  font-family: var(--ll-font-heading, 'Bricolage Grotesque', sans-serif) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--ll-navy, #1A3A4A) !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em !important;
}

.shopify-pc__banner__body p,
.shopify-pc__banner__body span {
  font-size: 13px !important;
  line-height: 1.55 !important;
  color: var(--ll-text-secondary, #4B5563) !important;
  font-family: var(--ll-font-body, 'Boulder', sans-serif) !important;
  margin: 0 0 6px !important;
}

.shopify-pc__banner__body-policy-link,
.shopify-pc__banner a {
  color: var(--ll-calming, #2BB2FD) !important;
  text-decoration: underline !important;
  font-weight: 600 !important;
}
.shopify-pc__banner__body-policy-link:hover,
.shopify-pc__banner a:hover {
  color: var(--ll-calming-dark, #1a8fd4) !important;
}

.shopify-pc__banner__btns,
.shopify-pc__banner__btns-granular {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

.shopify-pc__banner__btn-accept,
.shopify-pc__banner__btn-decline,
.shopify-pc__banner__btn-manage-prefs {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 18px !important;
  font-family: var(--ll-font-body, 'Boulder', sans-serif) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  border-radius: 12px !important;
  border: 1.5px solid #2a2a2a !important;
  cursor: pointer !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  min-height: auto !important;
  margin: 0 !important;
  text-decoration: none !important;
}

/* Accept = primary teal CTA */
.shopify-pc__banner__btn-accept {
  background: var(--ll-calming, #2BB2FD) !important;
  color: #fff !important;
  box-shadow: 2px 2px 0 #2a2a2a !important;
}
.shopify-pc__banner__btn-accept:hover {
  transform: translate(-1px, -1px) !important;
  box-shadow: 3px 3px 0 #2a2a2a !important;
  background: var(--ll-calming-dark, #1a8fd4) !important;
}

/* Decline / reject = equal-prominence outline (GDPR Art. 7.3) */
.shopify-pc__banner__btn-decline {
  background: #FFFDF9 !important;
  color: var(--ll-navy, #1A3A4A) !important;
  box-shadow: 2px 2px 0 #2a2a2a !important;
}
.shopify-pc__banner__btn-decline:hover {
  transform: translate(-1px, -1px) !important;
  box-shadow: 3px 3px 0 #2a2a2a !important;
  background: var(--ll-cream-dark, #F0E8DD) !important;
}

/* Manage prefs = ghost link */
.shopify-pc__banner__btn-manage-prefs {
  background: transparent !important;
  color: var(--ll-text-secondary, #4B5563) !important;
  border: 1.5px solid transparent !important;
  box-shadow: none !important;
  text-decoration: underline !important;
  padding: 10px 6px !important;
  font-weight: 600 !important;
}
.shopify-pc__banner__btn-manage-prefs:hover {
  color: var(--ll-navy, #1A3A4A) !important;
  background: transparent !important;
  transform: none !important;
  box-shadow: none !important;
}

/* Preferences modal */
.shopify-pc__prefs {
  font-family: var(--ll-font-body, 'Boulder', sans-serif) !important;
}
.shopify-pc__prefs__dialog {
  background: var(--ll-cream, #FFF9F2) !important;
  border: 1.5px solid #2a2a2a !important;
  border-radius: 18px !important;
  box-shadow: 4px 4px 0 #2a2a2a !important;
  color: var(--ll-navy, #1A3A4A) !important;
  padding: 24px !important;
  max-width: 540px !important;
}
.shopify-pc__prefs__header-title {
  font-family: var(--ll-font-heading, 'Bricolage Grotesque', sans-serif) !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: var(--ll-navy, #1A3A4A) !important;
  margin: 0 0 12px !important;
}
.shopify-pc__prefs__intro,
.shopify-pc__prefs__intro-explain,
.shopify-pc__prefs__intro-explain-accept,
.shopify-pc__prefs__intro-explain-decline {
  font-size: 13px !important;
  line-height: 1.55 !important;
  color: var(--ll-text-secondary, #4B5563) !important;
}
.shopify-pc__prefs__essential,
.shopify-pc__prefs__analytics,
.shopify-pc__prefs__marketing {
  border-top: 1px solid rgba(26,58,74,0.12) !important;
  padding: 14px 0 !important;
  margin: 0 !important;
}
.shopify-pc__prefs__header-accept,
.shopify-pc__prefs__header-decline,
.shopify-pc__prefs__header-save {
  background: var(--ll-calming, #2BB2FD) !important;
  color: #fff !important;
  border: 1.5px solid #2a2a2a !important;
  border-radius: 12px !important;
  box-shadow: 2px 2px 0 #2a2a2a !important;
  font-weight: 700 !important;
  padding: 10px 16px !important;
  font-family: var(--ll-font-body, 'Boulder', sans-serif) !important;
  font-size: 13px !important;
  cursor: pointer !important;
}
.shopify-pc__prefs__header-decline {
  background: #FFFDF9 !important;
  color: var(--ll-navy, #1A3A4A) !important;
}
.shopify-pc__prefs__header-close {
  background: transparent !important;
  border: none !important;
  color: var(--ll-navy, #1A3A4A) !important;
  cursor: pointer !important;
}

/* Mobile — full-width bottom card with safe-area inset */
@media (max-width: 749px) {
  .shopify-pc__banner__dialog {
    left: 12px !important;
    right: 12px !important;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px)) !important;
    max-width: none !important;
    width: auto !important;
    padding: 18px 20px !important;
    border-radius: 16px !important;
  }
  .shopify-pc__banner__body-title {
    font-size: 16px !important;
  }
  .shopify-pc__banner__btns,
  .shopify-pc__banner__btns-granular {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .shopify-pc__banner__btn-accept,
  .shopify-pc__banner__btn-decline,
  .shopify-pc__banner__btn-manage-prefs {
    width: 100% !important;
  }
}


/* ============================================================
   SCROLL REVEAL ANIMATIONS
   ============================================================ */

/* Base: hidden state */
.ll-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.ll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered children (product cards, review cards, etc.) */
.ll-reveal-stagger > .ll-reveal { transition-delay: 0s; }
.ll-reveal-stagger > .ll-reveal:nth-child(2) { transition-delay: 0.1s; }
.ll-reveal-stagger > .ll-reveal:nth-child(3) { transition-delay: 0.2s; }
.ll-reveal-stagger > .ll-reveal:nth-child(4) { transition-delay: 0.3s; }

/* Scale-in variant (for badges, icons) */
.ll-reveal--scale {
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.ll-reveal--scale.is-visible {
  opacity: 1;
  transform: scale(1);
}

/* Slide from left */
.ll-reveal--left {
  opacity: 0;
  transform: translateX(-32px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.ll-reveal--left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* Slide from right */
.ll-reveal--right {
  opacity: 0;
  transform: translateX(32px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.ll-reveal--right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .ll-reveal, .ll-reveal--scale, .ll-reveal--left, .ll-reveal--right {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
