/** Shopify CDN: Minification failed

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

**/
/* NutraPaw scoped styles */
:root { --np-gap: 16px; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; margin: -1px; clip: rect(0 0 0 0); overflow: hidden; }
.np-section-title { font-size: clamp(1.5rem, 2.5vw, 2rem); line-height: 1.2; margin: 0 0 8px; }
.np-section-intro { color: rgba(0,0,0,.7); margin-bottom: 16px; }

.np-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 16px; border-radius: 8px; text-decoration: none; border: 1px solid currentColor; }
.np-btn--primary { background: #111; color: #fff; border-color: #111; }
.np-btn--ghost { background: transparent; color: #111; }
.np-btn--full { width: 100%; }

.np-link { display: inline-block; padding: 8px 0; text-decoration: underline; }

.np-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.np-badges--tight { margin-top: 8px; }
.np-badge { display: inline-flex; align-items: center; gap: 6px; font-size: .9rem; padding: 6px 10px; background: #f6f6f6; border-radius: 999px; }
.np-badge__dot { display:inline-block; width:8px; height:8px; border-radius:50%; background:#111; }
.np-badge__icon svg { width:20px; height:20px; display:inline-block; } /* keep hero badge icons small */

/* HERO */
.np-hero { padding: 24px 0; }
.np-hero__inner { display: grid; gap: 20px; grid-template-columns: 1fr; align-items: center; }
.np-hero__media img { width: 100%; height: auto; border-radius: 12px; }
.np-hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; margin: 12px 0 4px; }
@media (min-width: 900px) { .np-hero__inner { grid-template-columns: 1.1fr .9fr; } }

/* USP BAR */
.np-usp { padding: 8px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; background: #fafafa; }
.np-usp__scroll { display: grid; grid-auto-flow: column; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 10px 16px; }
.np-usp__item { display: inline-flex; align-items: center; gap: 8px; padding: 10px 12px; background: #fff; border: 1px solid #eee; border-radius: 12px; scroll-snap-align: start; white-space: nowrap; }
.np-usp__icon svg { width: 18px; height: 18px; }

/* PROBLEM */
.np-problem { padding: 40px 0; }
.np-problem__inner { display: grid; gap: 20px; grid-template-columns: 1fr; align-items: center; }
.np-list { margin: 10px 0 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.np-list__item::before { content: "• "; }
.np-problem__media img { width: 100%; height: auto; border-radius: 12px; }
@media (min-width: 900px) { .np-problem__inner { grid-template-columns: 1.1fr .9fr; } }

/* WHY IT WORKS */
.np-mech { padding: 40px 0; }
.np-mech__grid { display: grid; gap: 16px; grid-template-columns: 1fr; }
.np-mech__card { padding: 16px; border: 1px solid #eee; border-radius: 12px; background: #fff; }
.np-mech__icon svg { width: 28px; height: 28px; }
.np-mech__title { margin: 8px 0; font-size: 1.1rem; }
@media (min-width: 800px) { .np-mech__grid { grid-template-columns: repeat(3, 1fr); } }

/* PRODUCT */
.np-product { padding: 40px 0; }
.np-product__wrap { display: grid; gap: 24px; grid-template-columns: 1fr; align-items: start; }
.np-product__media img { width: 100%; height: auto; border-radius: 12px; }
.np-product__price { font-size: 1.25rem; margin: 8px 0; display: flex; gap: 10px; align-items: baseline; }
.np-price--compare { color: #777; }
.np-rating { display: flex; align-items: center; gap: 8px; margin: 6px 0 2px; }
.np-stars { letter-spacing: 2px; }
.np-qty { display: inline-flex; align-items: center; gap: 6px; margin: 12px 0; }
.np-qty__btn { width: 44px; height: 44px; border-radius: 8px; border: 1px solid #ddd; background: #fff; }
.np-qty__input { width: 64px; height: 44px; padding: 8px; text-align: center; border: 1px solid #ddd; border-radius: 8px; }
.np-disclaimer { font-size: .9rem; color: #666; margin-top: 8px; }
@media (min-width: 960px) { .np-product__wrap { grid-template-columns: .9fr 1.1fr; } }

/* REVIEWS */
.np-reviews { padding: 40px 0; background: #fafafa; }
.np-reviews__grid { display: grid; grid-template-columns: 1fr; gap: 16px; padding: 0; list-style: none; }
.np-review { border: 1px solid #eee; border-radius: 12px; background: #fff; padding: 16px; }
.np-review__stars { color: #111; margin-bottom: 6px; }
.np-review__quote { margin: 0 0 8px; }
.np-review__meta { color: #666; font-size: .95rem; }
.np-review__photo { width: 100%; height: auto; border-radius: 10px; margin-top: 10px; }
@media (min-width: 900px) { .np-reviews__grid { grid-template-columns: repeat(3, 1fr); } }

/* HOW IT WORKS */
.np-how { padding: 40px 0; }
.np-steps { display: grid; grid-template-columns: 1fr; gap: 16px; margin: 0; padding: 0; list-style: none; }
.np-step { borde
/* Tame hero image size */
.np-hero__media { max-width: 520px; justify-self: center; }
@media (max-width: 767px) { .np-hero__media { max-width: 380px; } }
.np-hero__media img { width: 100%; height: auto; }
@media (min-width: 900px) { .np-hero__inner { grid-template-columns: 1fr 1fr; } }
/* --- Horizontal ticker --- */
.np-ticker { background:#fafafa; border-top:1px solid #eee; border-bottom:1px solid #eee; overflow:hidden; }
.np-ticker__track { display:flex; gap:32px; align-items:center; white-space:nowrap; padding:10px 0; animation:np-marquee 28s linear infinite; }
.np-ticker:hover .np-ticker__track { animation-play-state: paused; } /* pause on hover */
.np-ticker__item { display:inline-flex; align-items:center; gap:8px; padding:0 8px; font-size:.95rem; color:#222; }
.np-ticker__item svg { width:18px; height:18px; }
@keyframes np-marquee { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
