/** Shopify CDN: Minification failed

Line 230:0 Expected "}" to go with "{"

**/
/* ── diervriendelijkeplanten.nl Theme ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --sage: #4a6741;
  --sage-light: #7a9e72;
  --sage-pale: #e8f0e6;
  --sage-ultra: #f4f7f3;
  --cream: #faf8f3;
  --warm: #f2ede3;
  --bark: #3d2e1e;
  --bark-mid: #6b5040;
  --sand: #c4aa87;
  --terracotta: #c4633a;
  --terracotta-light: #f0e0d5;
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'DM Sans', sans-serif;
  --radius: 16px;
  --radius-pill: 100px;
}

body { font-family: var(--font-body); background: var(--cream); color: var(--bark); font-size: 16px; line-height: 1.7; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; font-family: var(--font-body); }

/* ── LAYOUT ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }

/* ── ANNOUNCEMENT BAR ── */
.announcement-bar { background: var(--sage); padding: 10px 2rem; text-align: center; }
.announcement-bar__text { color: rgba(255,255,255,0.92); font-size: 13px; font-weight: 400; letter-spacing: 0.2px; }

/* ── HEADER ── */
.site-header { background: var(--cream); border-bottom: 1px solid rgba(74,103,65,0.12); position: sticky; top: 0; z-index: 100; }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; height: 64px; max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.site-header__logo { font-family: var(--font-display); font-size: 18px; font-weight: 500; color: var(--sage); display: flex; align-items: center; gap: 10px; }
.site-header__logo-mark { width: 28px; height: 28px; background: var(--sage); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); flex-shrink: 0; }
.site-nav { display: flex; list-style: none; gap: 2rem; }
.site-nav a { font-size: 14px; color: var(--bark-mid); font-weight: 400; transition: color 0.2s; }
.site-nav a:hover { color: var(--sage); }
.site-header__actions { display: flex; align-items: center; gap: 1rem; }
.site-header__cart { background: none; border: none; color: var(--bark-mid); font-size: 14px; display: flex; align-items: center; gap: 6px; padding: 8px 16px; border-radius: var(--radius-pill); border: 1.5px solid rgba(74,103,65,0.3); transition: all 0.2s; }
.site-header__cart:hover { border-color: var(--sage); color: var(--sage); }
.cart-count { background: var(--sage); color: white; font-size: 11px; font-weight: 500; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }

/* ── BUTTONS ── */
.btn { display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-body); font-size: 14px; font-weight: 500; padding: 13px 28px; border-radius: var(--radius-pill); border: none; transition: all 0.2s; cursor: pointer; text-decoration: none; }
.btn--primary { background: var(--sage); color: white; }
.btn--primary:hover { background: var(--sage-light); }
.btn--ghost { background: transparent; color: var(--sage); border: 1.5px solid var(--sage); }
.btn--ghost:hover { background: var(--sage-pale); }
.btn--dark { background: var(--bark); color: white; }
.btn--dark:hover { background: var(--bark-mid); }

/* ── HERO ── */
.hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; background: var(--sage-ultra); }
.hero__content { padding: 5rem 3rem 4rem; display: flex; flex-direction: column; justify-content: center; }
.hero__tag { display: inline-flex; align-items: center; gap: 6px; background: var(--sage-pale); color: var(--sage); font-size: 12px; font-weight: 500; padding: 5px 14px; border-radius: var(--radius-pill); margin-bottom: 1.5rem; width: fit-content; }
.hero__tag-dot { width: 6px; height: 6px; background: var(--sage); border-radius: 50%; }
.hero__title { font-family: var(--font-display); font-size: clamp(36px, 4vw, 52px); font-weight: 300; line-height: 1.1; color: var(--bark); margin-bottom: 1.25rem; letter-spacing: -1px; }
.hero__title em { font-style: italic; color: var(--sage); }
.hero__sub { font-size: 16px; color: var(--bark-mid); line-height: 1.7; max-width: 380px; margin-bottom: 2.5rem; font-weight: 300; }
.hero__btns { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__trust { margin-top: 2.5rem; display: flex; align-items: center; gap: 12px; }
.trust-avatars { display: flex; }
.trust-avatar { width: 32px; height: 32px; border-radius: 50%; border: 2px solid var(--cream); margin-left: -8px; font-family: var(--font-display); font-size: 11px; display: flex; align-items: center; justify-content: center; font-weight: 500; color: white; }
.trust-avatar:first-child { margin-left: 0; }
.trust-text { font-size: 13px; color: var(--bark-mid); font-weight: 300; }
.trust-text strong { font-weight: 500; color: var(--bark); }
.hero__visual { background: var(--sage-pale); display: flex; align-items: flex-end; justify-content: center; overflow: hidden; gap: 0; }
.hero__plant-card { background: var(--cream); border-radius: 20px 20px 0 0; padding: 2rem 1.5rem 1.5rem; text-align: center; width: 160px; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.hero__plant-card:nth-child(2) { width: 180px; padding-top: 2.5rem; align-self: stretch; }
.hero__plant-emoji { font-size: 52px; line-height: 1; margin-bottom: 4px; }
.hero__plant-name { font-family: var(--font-display); font-size: 14px; font-weight: 500; color: var(--bark); }
.hero__plant-tag { font-size: 11px; background: var(--sage-pale); color: var(--sage); padding: 3px 10px; border-radius: var(--radius-pill); font-weight: 500; }

/* ── TRUST BAR ── */
.trust-bar { background: var(--sage); padding: 14px 2rem; }
.trust-bar__inner { display: flex; align-items: center; justify-content: center; gap: 2.5rem; flex-wrap: wrap; max-width: 1200px; margin: 0 auto; }
.trust-bar__item { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.9); font-size: 13px; }
.trust-bar__item svg { opacity: 0.7; flex-shrink: 0; }

/* ── SECTION HEADER ── */
.section-header { margin-bottom: 2.5rem; }
.section-label { font-size: 12px; font-weight: 500; color: var(--sage); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 0.5rem; }
.section-title { font-family: var(--font-display); font-size: clamp(28px, 3vw, 38px); font-weight: 300; color: var(--bark); line-height: 1.15; margin-bottom: 0.75rem; letter-spacing: -0.5px; }
.section-sub { font-size: 15px; color: var(--bark-mid); font-weight: 300; max-width: 480px; line-height: 1.7; }

/* ── PET SECTION ── */
.pet-section { padding: 5rem 0; }
.pet-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 2rem; }
.pet-card { background: var(--warm); border-radius: var(--radius); padding: 1.75rem 1.25rem; text-align: center; cursor: pointer; transition: all 0.2s; border: 2px solid transparent; text-decoration: none; display: block; }
.pet-card:hover { background: var(--sage-pale); border-color: var(--sage-light); transform: translateY(-2px); }
.pet-card__icon { font-size: 40px; margin-bottom: 10px; display: block; }
.pet-card__label { font-family: var(--font-display); font-size: 17px; font-weight: 500; color: var(--bark); margin-bottom: 4px; }
.pet-card__count { font-size: 12px; color: var(--bark-mid); font-weight: 300; }

/* ── PRODUCTS ── */
.products-section { padding: 0 0 5rem; }
.products-header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 1.75rem; }
.products-header__title { font-family: var(--font-display); font-size: 26px; font-weight: 300; color: var(--bark); }
.products-header__link { font-size: 13px; color: var(--sage); display: flex; align-items: center; gap: 4px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product-card { background: white; border-radius: var(--radius); overflow: hidden; transition: transform 0.2s; border: 1px solid rgba(74,103,65,0.08); }
.product-card:hover { transform: translateY(-4px); }
.product-card__img { height: 200px; display: flex; align-items: center; justify-content: center; position: relative; }
.product-card__img img { width: 100%; height: 100%; object-fit: cover; }
.product-card__img-placeholder { font-size: 72px; }
.product-card__badge { position: absolute; top: 10px; left: 10px; background: var(--sage); color: white; font-size: 10px; font-weight: 500; padding: 3px 9px; border-radius: var(--radius-pill); }
.product-card__badge--new { left: auto; right: 10px; background: var(--terracotta); }
.product-card__info { padding: 1rem 1.1rem 1.25rem; }
.product-card__name { font-family: var(--font-display); font-size: 16px; font-weight: 500; color: var(--bark); margin-bottom: 3px; }
.product-card__latin { font-size: 12px; color: var(--bark-mid); font-style: italic; margin-bottom: 8px; }
.product-card__pets { display: flex; gap: 4px; margin-bottom: 12px; flex-wrap: wrap; }
.pet-pill { font-size: 10px; background: var(--warm); color: var(--bark-mid); padding: 2px 8px; border-radius: var(--radius-pill); }
.product-card__bottom { display: flex; align-items: center; justify-content: space-between; }
.product-card__price { font-size: 18px; font-weight: 500; color: var(--bark); font-family: var(--font-display); }
.product-card__add { width: 36px; height: 36px; background: var(--sage); border: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 20px; transition: background 0.2s; }
.product-card__add:hover { background: var(--sage-light); }

/* ── WHY SECTION ── */
.why-section { background: var(--warm); padding: 5rem 0; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.why-visual { background: var(--cream); border-radius: 24px; padding: 2rem; }
.why-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.why-stat { background: white; border-radius: 14px; padding: 1.5rem; }
.why-stat__num { font-family: var(--font-display); font-size: 36px; font-weight: 300; color: var(--sage); line-height: 1; margin-bottom: 4px; }
.why-stat__label { font-size: 13px; color: var(--bark-mid); font-weight: 300; line-height: 1.4; }
.why-stat--big { background: var(--sage); border-radius: 14px; padding: 1.75rem; margin-top: 14px; grid-column: 1 / -1; }
.why-stat--big .why-stat__num { font-size: 48px; color: white; }
.why-stat--big .why-stat__label { color: rgba(255,255,255,0.8); font-size: 14px; }
.why-points { display: flex; flex-direction: column; gap: 1.5rem; margin-top: 2rem; }
.why-point { display: flex; gap: 1rem; align-items: flex-start; }
.why-point__icon { width: 44px; height: 44px; background: var(--sage-pale); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 20px; }
.why-point h4 { font-family: var(--font-display); font-size: 17px; font-weight: 500; color: var(--bark); margin-bottom: 4px; }
.why-point p { font-size: 14px; color: var(--bark-mid); font-weight: 300; line-height: 1.6; }

/* ── REVIEWS ── */
.reviews-section { padding: 5rem 0; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 2.5rem; }
.review-card { background: var(--sage-ultra); border-radius: var(--radius); padding: 1.5rem; }
.review-card__stars { color: var(--sand); font-size: 15px; margin-bottom: 10px; letter-spacing: 2px; }
.review-card__text { font-size: 14px; color: var(--bark); line-height: 1.7; font-family: var(--font-display); font-style: italic; margin-bottom: 1rem; font-weight: 300; }
.review-card__author { display: flex; align-items: center; gap: 10px; }
.review-card__avatar { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 500; font-size: 13px; color: white; flex-shrink: 0; }
.review-card__name { font-size: 13px; font-weight: 500; color: var(--bark); }
.review-card__pet { font-size: 12px; color: var(--bark-mid); font-weight: 300; }

/* ── CTA ── */
.cta-section { background: var(--bark); padding: 5rem 0; text-align: center; }
.cta-section__title { font-family: var(--font-display); font-size: clamp(32px, 4vw, 44px); font-weight: 300; color: var(--cream); line-height: 1.15; margin-bottom: 1rem; letter-spacing: -0.5px; }
.cta-section__title em { font-style: italic; color: var(--sand); }
.cta-section__sub { font-size: 16px; color: rgba(250,248,243,0.6); font-weight: 300; margin-bottom: 2.5rem; }
.cta-form { display: flex; gap: 10px; max-width: 420px; margin: 0 auto 1rem; }
.cta-form input { flex: 1; padding: 13px 18px; border-radius: var(--radius-pill); border: 1px solid rgba(255,255,255,0.15); background: rgba(255,255,255,0.08); color: var(--cream); font-family: var(--font-body); font-size: 14px; outline: none; }
.cta-form input::placeholder { color: rgba(250,248,243,0.35); }
.cta-form button { background: var(--sand); color: var(--bark); font-family: var(--font-body); font-size: 14px; font-weight: 500; padding: 13px 24px; border-radius: var(--radius-pill); border: none; white-space: nowrap; cursor: pointer; }
.cta-section__small { font-size: 12px; color: rgba(250,248,243,0.35); }

/* ── FOOTER ── */
.site-footer { background: #2a1e12; padding: 4rem 0 0; }
.site-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; max-width: 1200px; margin: 0 auto; padding: 0 2rem 3rem; }
.footer-brand__logo { font-family: var(--font-display); font-size: 16px; font-weight: 500; color: rgba(250,248,243,0.9); display: flex; align-items: center; gap: 8px; margin-bottom: 0.75rem; }
.footer-brand__logo-mark { width: 22px; height: 22px; background: var(--sand); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); flex-shrink: 0; }
.footer-brand p { font-size: 13px; color: rgba(250,248,243,0.4); font-weight: 300; line-height: 1.7; max-width: 220px; }
.footer-col h5 { font-size: 11px; font-weight: 500; color: rgba(250,248,243,0.55); letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 1rem; }
.footer-col a { display: block; font-size: 13px; color: rgba(250,248,243,0.45); margin-bottom: 0.6rem; font-weight: 300; transition: color 0.2s; }
.footer-col a:hover { color: var(--sand); }
.site-footer__bottom { background: #1e1509; padding: 1rem 2rem; display: flex; justify-content: space-between; align-items: center; max-width: 100%; }
.site-footer__bottom p { font-size: 12px; color: rgba(250,248,243,0.28); font-weight: 300; }

/* ── COLLECTION PAGE ── */
.collection-page { padding: 3rem 0 5rem; }
.collection-page__header { margin-bottom: 2.5rem; }
.collection-page__title { font-family: var(--font-display); font-size: 40px; font-weight: 300; color: var(--bark); margin-bottom: 0.5rem; }
.collection-page__desc { font-size: 15px; color: var(--bark-mid); font-weight: 300; max-width: 560px; }

/* ── PRODUCT PAGE ── */
.product-page { padding: 3rem 0 5rem; }
.product-page__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.product-page__images img { border-radius: var(--radius); width: 100%; }
.product-page__info { position: sticky; top: 80px; }
.product-page__latin { font-size: 13px; color: var(--bark-mid); font-style: italic; margin-bottom: 0.5rem; }
.product-page__title { font-family: var(--font-display); font-size: 36px; font-weight: 300; color: var(--bark); line-height: 1.15; margin-bottom: 1rem; }
.product-page__safe { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 1.5rem; }
.product-page__price { font-family: var(--font-display); font-size: 32px; font-weight: 300; color: var(--bark); margin-bottom: 2rem; }
.product-page__desc { font-size: 15px; color: var(--bark-mid); line-height: 1.75; margin-bottom: 2rem; font-weight: 300; }
.product-page__add { width: 100%; padding: 16px; font-size: 16px; margin-bottom: 1rem; }
.product-page__care { background: var(--sage-ultra); border-radius: var(--radius); padding: 1.5rem; margin-top: 2rem; }
.product-page__care h4 { font-family: var(--font-display); font-size: 16px; font-weight: 500; margin-bottom: 1rem; color: var(--sage); }
.care-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.care-item { text-align: center; }
.care-item__icon { font-size: 24px; margin-bottom: 4px; }
.care-item__label { font-size: 11px; color: var(--bark-mid); font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; }
.care-item__value { font-size: 13px; color: var(--bark); font-weight: 400; }

/* ── CART ── */
.cart-page { padding: 3rem 0 5rem; }
.cart-page__title { font-family: var(--font-display); font-size: 36px; font-weight: 300; color: var(--bark); margin-bottom: 2rem; }
.cart-item { display: grid; grid-template-columns: 80px 1fr auto; gap: 1.5rem; align-items: center; padding: 1.5rem 0; border-bottom: 1px solid rgba(74,103,65,0.12); }
.cart-item img { border-radius: 10px; width: 80px; height: 80px; object-fit: cover; }
.cart-item__name { font-family: var(--font-display); font-size: 16px; font-weight: 500; }
.cart-item__price { font-size: 14px; color: var(--bark-mid); }
.cart-total { font-family: var(--font-display); font-size: 24px; font-weight: 300; text-align: right; margin: 2rem 0; }
.cart-checkout { width: 100%; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .hero { grid-template-columns: 1fr; }
  .hero__visual { display: none; }
  .hero__content { padding: 3rem 1.5rem; }
  .pet-grid { grid-template-columns: repeat(2, 1fr); }
  .pet-grid { grid-template-columns: repeat(2, 1fr); }
.product-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .why-grid { grid-template-columns: 1fr; gap: 2rem; }
  .reviews-grid { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .trust-bar__inner { gap: 1rem; }
  .site-nav { display: none; }
  .product-page__grid { grid-template-columns: 1fr; }
  .container { padding: 0 1rem; }


