/** Shopify CDN: Minification failed

Line 182:0 Unexpected "}"

**/
/* ===== Chewise custom sections ===== */
.cw-section {
  --cw-yellow: #ffd24d;
  --cw-blue: #035ca3;
  --cw-purple: #5c4295;
  --cw-green: #3f8f5f;
  background: var(--cw-bg, transparent);
  color: var(--cw-fg, var(--color-heading));
  padding-block: clamp(48px, 7vw, 96px);
}
.cw-wrap { max-width: 1380px; margin-inline: auto; padding-inline: 16px; }
@media (min-width: 768px) { .cw-wrap { padding-inline: 50px; } }
.cw-center { text-align: center; }
.cw-section-head { max-width: 760px; margin: 0 auto clamp(28px, 4vw, 48px); }
.cw-eyebrow {
  display: inline-block; margin: 0 0 12px;
  font-size: 0.8125rem; font-weight: var(--font-body-bold-weight, 700);
  letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.85;
}
.cw-h2 { color: var(--color-heading); margin: 0; }
.cw-h3 { color: inherit; margin: 0 0 14px; font-size: clamp(1.5rem, 2.6vw, 2.125rem); line-height: 1.15; }
.cw-sub { margin: 14px 0 0; font-size: 1.0625rem; line-height: 1.55; opacity: 0.85; }
.cw-body { font-size: 1rem; line-height: 1.65; color: inherit; }
.cw-body p { margin: 0 0 0.8em; }
.cw-body p:last-child { margin-bottom: 0; }
.cw-pill {
  display: inline-block; margin: 0 0 14px; padding: 6px 12px; border-radius: 999px;
  background: var(--cw-accent, var(--cw-yellow)); color: var(--cw-blue);
  font-size: 0.8125rem; font-weight: var(--font-body-bold-weight, 700); letter-spacing: 0.02em;
}
.cw-btn { margin-top: 32px; }

/* stars (mask) */
.cw-stars {
  --size: 18px; --gap: 2px;
  display: inline-block; flex: 0 0 auto;
  width: calc(var(--size) * 5 + var(--gap) * 4); height: var(--size);
  background: linear-gradient(90deg, #f5a623 calc(var(--r) / 5 * 100%), rgba(0,0,0,.15) 0);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 1.8l3.1 6.6 7.2.9-5.3 5 1.4 7.1L12 17.9l-6.4 3.5 1.4-7.1-5.3-5 7.2-.9z'/></svg>") left center / calc(var(--size) + var(--gap)) var(--size) repeat-x;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 1.8l3.1 6.6 7.2.9-5.3 5 1.4 7.1L12 17.9l-6.4 3.5 1.4-7.1-5.3-5 7.2-.9z'/></svg>") left center / calc(var(--size) + var(--gap)) var(--size) repeat-x;
}
.cw-stars--lg { --size: 24px; }

/* ---------- Trust bar ---------- */
.cw-trust { padding-block: var(--cw-pt, 22px) var(--cw-pb, 22px); }
.cw-trust__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 16px; }
@media (min-width: 990px) { .cw-trust__list { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.cw-trust__item { display: flex; align-items: center; gap: 12px; min-width: 0; }
.cw-trust__icon { flex: 0 0 auto; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.14); color: var(--cw-accent); }
.cw-trust__icon svg { width: 22px; height: 22px; }
.cw-trust__text { display: flex; flex-direction: column; line-height: 1.25; min-width: 0; }
.cw-trust__text strong { font-size: 1.0625rem; font-weight: var(--font-body-bold-weight, 700); }
.cw-trust__text span { font-size: 0.875rem; opacity: 0.85; }

.cw-trust--soft .cw-trust__icon { background: var(--cw-accent); color: var(--cw-fg); }
@media (min-width: 990px) { .cw-trust__item { justify-content: center; } }

/* ---------- Shop by need ---------- */
.cw-needs { padding-block: 40px 72px; }
.cw-needs .cw-section-head { margin-bottom: 24px; }
.cw-needs__grid { display: grid; grid-template-columns: 1fr; gap: 36px; }
@media (min-width: 768px) { .cw-needs__grid--2, .cw-needs__grid--4 { grid-template-columns: repeat(2, 1fr); } .cw-needs__grid--3 { grid-template-columns: repeat(3, 1fr); gap: 28px; } }
@media (min-width: 1200px) { .cw-needs__grid--4 { grid-template-columns: repeat(4, 1fr); } }
.cw-need { display: flex; flex-direction: column; align-items: center; text-align: center; color: var(--color-heading); text-decoration: none; }
.cw-need__media { display: block; width: 100%; aspect-ratio: 1 / 1; border-radius: 28px; overflow: hidden; }
.cw-need__media img { width: 100%; height: 100%; object-fit: contain; display: block; mix-blend-mode: multiply; transition: transform .45s ease; }
.cw-need:hover .cw-need__media img { transform: scale(1.05) rotate(-1.5deg); }
.cw-need__copy { display: flex; flex-direction: column; align-items: center; gap: 10px; margin-top: 4px; max-width: 340px; }
.cw-need__eyebrow { font-size: 0.8125rem; font-weight: var(--font-body-bold-weight, 700); letter-spacing: .14em; text-transform: uppercase; opacity: .75; }
.cw-need__title { font-size: clamp(1.75rem, 2.5vw, 2.25rem); line-height: 1.25; font-weight: 700; color: var(--color-heading); }
.cw-need__title span {
  padding: 0 6px; -webkit-box-decoration-break: clone; box-decoration-break: clone;
  background: linear-gradient(transparent 58%, var(--tile-accent) 58%, var(--tile-accent) 92%, transparent 92%);
}
.cw-need__text { font-size: 1rem; line-height: 1.5; color: var(--color-body); }
.cw-need__cta { display: inline-flex; align-items: center; gap: 6px; margin-top: 4px; padding: 10px 20px; border-radius: 999px; border: 1.5px solid var(--color-heading); font-weight: var(--font-body-bold-weight, 700); font-size: 0.9375rem; color: var(--color-heading); transition: background .2s, color .2s; }
.cw-need__cta svg { width: 16px; height: 16px; transition: transform .2s ease; }
.cw-need:hover .cw-need__cta { background: var(--color-heading); color: #fff; }
.cw-need:hover .cw-need__cta svg { transform: translateX(3px); }

/* ---------- Featured reviews ---------- */
.cw-reviews__head { margin-bottom: 32px; }
.cw-reviews__score { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px 12px; margin-top: 16px; font-size: 1rem; }
.cw-reviews__score strong { font-weight: var(--font-body-bold-weight, 700); }
.cw-carousel-nav { display: none; gap: 12px; justify-content: center; margin-top: 24px; }
@media (min-width: 768px) { .cw-carousel-nav { display: flex; } }
.cw-carousel-btn {
  width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; cursor: pointer;
  border: 1.5px solid currentColor; background: transparent; color: inherit; transition: background .2s, color .2s;
}
.cw-carousel-btn svg { width: 20px; height: 20px; }
.cw-carousel-btn:hover { background: var(--cw-fg); color: var(--cw-bg); }
.cw-carousel {
  display: grid; grid-auto-flow: column; grid-auto-columns: 86%; column-gap: 16px;
  overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: 0;
  padding-bottom: 8px; scrollbar-width: none; -ms-overflow-style: none;
}
.cw-carousel::-webkit-scrollbar { display: none; }
@media (min-width: 768px) { .cw-carousel { grid-auto-columns: calc((100% - 32px) / 2.2); column-gap: 20px; } }
@media (min-width: 1200px) { .cw-carousel { grid-auto-columns: calc((100% - 60px) / 3.3); } }
.cw-rcard {
  text-align: left;
  scroll-snap-align: start; margin: 0;
  display: flex; flex-direction: column; gap: 12px;
  background: var(--cw-card, #fff); color: var(--color-body, #035ca3);
  border-radius: 20px; padding: 26px 24px 22px;
  box-shadow: 0 2px 0 rgba(3, 92, 163, .06);
}
.cw-rcard__title { margin: 0; font-size: 1.125rem; line-height: 1.3; color: var(--color-heading); }
.cw-rcard__quote { margin: 0; padding: 0; border: 0; text-align: left; font-size: 0.9875rem; line-height: 1.6; flex: 1 1 auto; }
.cw-rcard__quote::before { content: "\201C"; }
.cw-rcard__quote::after { content: "\201D"; }
.cw-rcard__foot { display: flex; flex-direction: column; gap: 14px; padding-top: 14px; border-top: 1px dashed rgba(3, 92, 163, .2); }
.cw-rcard__who { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 10px; }
.cw-avatar { width: 34px; height: 34px; border-radius: 50%; background: #e3f3f0; color: var(--color-accent); font-weight: 700; display: inline-grid; place-items: center; font-size: .9375rem; }
.cw-rcard__name { font-weight: var(--font-body-bold-weight, 700); color: var(--color-heading); }
.cw-verified { display: inline-flex; align-items: center; gap: 4px; color: var(--cw-green); font-weight: var(--font-body-bold-weight, 700); font-size: .8125rem; }
.cw-verified svg { width: 13px; height: 13px; }
.cw-rcard__product { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--color-heading); font-size: .875rem; font-weight: var(--font-body-medium-weight, 500); }
.cw-rcard__product img { width: 44px; height: 44px; object-fit: cover; border-radius: 10px; background: #f6f4ea; }
.cw-rcard__product:hover span { text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Feature rows ---------- */
.cw-frow { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: center; }
.cw-frow + .cw-frow { margin-top: clamp(40px, 6vw, 80px); }
@media (min-width: 990px) {
  .cw-frow { grid-template-columns: 1fr 1fr; gap: 64px; }
  .cw-frow--flip .cw-frow__media { order: 2; }
}
.cw-frow__media { border-radius: 24px; overflow: hidden; background: #f6f4ea; aspect-ratio: 1 / 1; }
.cw-frow__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cw-frow__copy { max-width: 520px; }
.cw-checks { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 12px; }
.cw-checks li { display: flex; align-items: flex-start; gap: 10px; font-size: 1rem; line-height: 1.45; font-weight: var(--font-body-medium-weight, 500); }
.cw-checks__icon { flex: 0 0 auto; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: var(--cw-accent, var(--cw-yellow)); color: var(--cw-blue); margin-top: -1px; }
.cw-checks__icon svg { width: 14px; height: 14px; }

/* ---------- Comparison ---------- */
.cw-compare__scroll { overflow-x: auto; }
.cw-compare__table { width: 100%; max-width: 900px; margin: 0 auto; border-collapse: separate; border-spacing: 0; font-size: 1rem; }
.cw-compare__table th, .cw-compare__table td { padding: 16px 18px; text-align: center; border-bottom: 1px solid rgba(3, 92, 163, .12); }
.cw-compare__table tbody th { text-align: left; font-weight: var(--font-body-medium-weight, 500); color: var(--color-heading); }
.cw-compare__table thead th { border-bottom: 0; vertical-align: bottom; font-weight: var(--font-body-bold-weight, 700); }
.cw-compare__us { background: #fff; width: 30%; }
.cw-compare__table thead .cw-compare__us span { font-size: 1.0625rem; }
.cw-compare__table thead .cw-compare__us { border-radius: 20px 20px 0 0; padding-top: 20px; }
.cw-compare__table tbody tr:last-child .cw-compare__us { border-radius: 0 0 20px 20px; }
.cw-compare__them { width: 30%; opacity: .75; }
.cw-compare__img { display: block; width: 88px; height: 88px; object-fit: contain; margin: 0 auto 8px; mix-blend-mode: multiply; }
.cw-yes, .cw-no { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; }
.cw-yes { background: var(--cw-blue); color: #fff; }
.cw-no { background: rgba(0,0,0,.08); color: rgba(0,0,0,.45); }
.cw-yes svg, .cw-no svg { width: 16px; height: 16px; }

/* ---------- FAQ ---------- */
.cw-faq__grid { display: grid; gap: 28px; }
@media (min-width: 990px) { .cw-faq__grid { grid-template-columns: 0.8fr 1.2fr; gap: 64px; align-items: start; } .cw-faq__intro { position: sticky; top: 120px; } }
.cw-faq__intro .cw-body { margin-top: 14px; }
.cw-faq__list { display: grid; gap: 12px; }
.cw-qa { background: #fff; border-radius: 16px; padding: 0 22px; border: 1px solid rgba(3, 92, 163, .1); }
.cw-qa summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 0; font-weight: var(--font-body-bold-weight, 700); font-size: 1.0625rem; color: var(--color-heading); }
.cw-qa summary::-webkit-details-marker { display: none; }
.cw-qa__icon { flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--cw-yellow); color: var(--cw-blue); transition: transform .25s ease; }
.cw-qa__icon svg { width: 16px; height: 16px; }
.cw-qa[open] .cw-qa__icon { transform: rotate(45deg); }
.cw-qa__a { padding: 0 0 20px; }
.cw-body a { color: inherit; text-decoration: underline; text-underline-offset: 3px; font-weight: var(--font-body-medium-weight, 500); }
.cw-compare__table, .cw-compare__table th, .cw-compare__table td { border-left: 0 !important; border-right: 0 !important; border-top: 0 !important; }
.cw-compare__table { border: 0 !important; }
.cw-compare__table thead th:first-child, .cw-compare__table thead .cw-compare__them { background: transparent; }
@media (max-width: 767px) {
  .cw-need__media { width: 78%; }
  .cw-trust__text strong { font-size: 0.9375rem; }
  .cw-trust__text span { font-size: 0.8125rem; }
  .cw-trust__icon { width: 34px; height: 34px; }
}
}

/* Unified section titles (theme collection tabs, rich text, custom sections) */
.section-header--title,
.rich-text .h2,
.product-reviews .pr-summary__heading,
.cw-h2 {
  font-size: clamp(2rem, 3.4vw, 2.75rem) !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: var(--color-heading) !important;
}

/* ---------- Page hero ---------- */
.cw-hero { padding-block: clamp(32px, 5vw, 64px); }
.cw-hero__grid { display: grid; gap: 28px; align-items: center; }
@media (min-width: 990px) { .cw-hero__grid { grid-template-columns: 1.05fr 0.95fr; gap: 64px; } }
.cw-hero__eyebrow { margin: 0 0 12px; font-size: 0.8125rem; font-weight: var(--font-body-bold-weight, 700); letter-spacing: .14em; text-transform: uppercase; color: var(--color-heading); opacity: .8; }
.cw-hero__title { margin: 0; color: var(--color-heading); font-size: clamp(2.25rem, 4.6vw, 3.75rem); line-height: 1.08; }
.cw-hero__highlight { margin: 14px 0 0; font-size: clamp(1.25rem, 2vw, 1.625rem); font-weight: 700; color: var(--color-heading); line-height: 1.3; }
.cw-hero__highlight span { padding: 0 6px; -webkit-box-decoration-break: clone; box-decoration-break: clone; background: linear-gradient(transparent 58%, var(--tile-accent) 58%, var(--tile-accent) 92%, transparent 92%); }
.cw-hero__text { margin-top: 16px; max-width: 540px; color: var(--color-body); }
.cw-hero .cw-checks { margin-top: 18px; }
.cw-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; margin-top: 28px; }
.cw-hero__link { display: inline-flex; align-items: center; gap: 6px; font-weight: var(--font-body-bold-weight, 700); color: var(--color-heading); text-decoration: underline; text-underline-offset: 4px; }
.cw-hero__link svg { width: 16px; height: 16px; }
.cw-hero__media { border-radius: 28px; overflow: hidden; aspect-ratio: 1 / 1; }
.cw-hero__media img { width: 100%; height: 100%; object-fit: contain; display: block; mix-blend-mode: multiply; }
@media (max-width: 989px) { .cw-hero__media { order: -1; max-width: 520px; margin-inline: auto; width: 100%; } }
