/*
Theme Name: ZealFinds
Theme URI: https://zealfinds.com
Author: ZealFinds
Description: A fast, brand-led WooCommerce theme built for curated product discovery.
Version: 1.0.10
Text Domain: zealfinds
Requires at least: 6.5
Requires PHP: 8.1
*/

:root {
  --zf-navy-950: #020d20;
  --zf-navy-900: #061a3a;
  --zf-navy-800: #0a2850;
  --zf-orange: #ff6b00;
  --zf-orange-dark: #df5500;
  --zf-cream: #fffaf5;
  --zf-white: #ffffff;
  --zf-ink: #0c1830;
  --zf-muted: #627089;
  --zf-line: #e6eaf0;
  --zf-surface: #f5f7fa;
  --zf-success: #157347;
  --zf-radius: 18px;
  --zf-radius-sm: 12px;
  --zf-shadow: 0 16px 45px rgba(3, 18, 44, .10);
  --zf-container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--zf-ink);
  background: var(--zf-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
.zf-container { width: min(calc(100% - 40px), var(--zf-container)); margin-inline: auto; }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  width: auto; height: auto; margin: 0; padding: 12px 16px;
  clip: auto; background: #fff; color: #000; z-index: 99999;
}

.zf-announcement {
  background: var(--zf-orange);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}
.zf-announcement .zf-container { padding-block: 8px; }
.zf-header {
  position: sticky;
  top: 0;
  z-index: 100;
  color: #fff;
  background: rgba(2, 13, 32, .96);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
}
.admin-bar .zf-header { top: 32px; }
.zf-header__row { min-height: 78px; display: flex; align-items: center; gap: 30px; }
.zf-brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.zf-brand__mark {
  position: relative;
  width: 56px;
  height: 47px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(255,107,0,.25);
}
.zf-brand__mark img {
  position: absolute;
  width: 72px;
  max-width: none;
  height: 72px;
  left: 50%;
  top: -5px;
  transform: translateX(-50%);
  object-fit: cover;
}
.zf-brand__name { font-size: 17px; font-weight: 900; letter-spacing: .13em; white-space: nowrap; }
.zf-brand__name span { color: var(--zf-orange); }
.zf-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.zf-nav a { color: rgba(255,255,255,.82); font-size: 14px; font-weight: 700; transition: color .2s ease; }
.zf-nav a:hover, .zf-nav a:focus-visible { color: var(--zf-orange); }
.zf-header__actions { display: flex; align-items: center; gap: 10px; }
.zf-icon-button {
  display: inline-grid;
  place-items: center;
  position: relative;
  width: 42px;
  height: 42px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
  background: rgba(255,255,255,.05);
  transition: .2s ease;
}
.zf-icon-button:hover { color: var(--zf-orange); border-color: rgba(255,107,0,.7); }
.zf-icon-button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.zf-cart-count {
  position: absolute; top: -3px; right: -3px;
  display: grid; place-items: center;
  min-width: 18px; height: 18px; padding-inline: 4px;
  color: #fff; background: var(--zf-orange); border: 2px solid var(--zf-navy-950);
  border-radius: 20px; font-size: 9px; font-weight: 900;
}
.zf-menu-toggle { display: none; border: 0; cursor: pointer; }

.zf-hero {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--zf-navy-950) center / cover no-repeat;
}
.zf-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2,13,32,.99) 0%, rgba(2,13,32,.93) 31%, rgba(2,13,32,.42) 60%, rgba(2,13,32,.08) 100%);
}
.zf-hero::after {
  content: ""; position: absolute; width: 430px; height: 430px; left: -250px; bottom: -300px;
  border: 42px solid rgba(255,107,0,.18); border-radius: 50%;
}
.zf-hero__content { position: relative; z-index: 1; max-width: 590px; padding-block: 100px; }
.zf-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  margin-bottom: 20px; color: var(--zf-orange); font-size: 12px; font-weight: 900;
  letter-spacing: .16em; text-transform: uppercase;
}
.zf-eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.zf-hero h1 { margin: 0; max-width: 570px; font-size: clamp(46px, 6vw, 78px); line-height: .98; letter-spacing: -.055em; }
.zf-hero h1 span { color: var(--zf-orange); }
.zf-hero p { max-width: 520px; margin: 25px 0 32px; color: rgba(255,255,255,.76); font-size: 18px; }
.zf-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; }
.zf-button,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button,
body .woocommerce #respond input#submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 23px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--zf-orange);
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.zf-button:hover,
body .woocommerce a.button:hover,
body .woocommerce button.button:hover,
body .woocommerce input.button:hover {
  color: #fff; background: var(--zf-orange-dark); transform: translateY(-2px); box-shadow: 0 11px 24px rgba(255,107,0,.25);
}
.zf-button--ghost { color: #fff; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.23); }
.zf-button--ghost:hover { background: rgba(255,255,255,.13); }
.zf-hero__proof { display: flex; align-items: center; gap: 12px; margin-top: 34px; color: rgba(255,255,255,.72); font-size: 13px; }
.zf-proof-dots { display: flex; }
.zf-proof-dots i { width: 30px; height: 30px; margin-left: -8px; border-radius: 50%; background: linear-gradient(145deg, #fff, #9ba8bb); border: 2px solid var(--zf-navy-950); }
.zf-proof-dots i:first-child { margin-left: 0; }

.zf-trust { position: relative; z-index: 3; margin-top: -32px; }
.zf-trust__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: #fff; border: 1px solid rgba(6,26,58,.08); border-radius: var(--zf-radius);
  box-shadow: var(--zf-shadow); overflow: hidden;
}
.zf-trust__item { display: flex; align-items: center; gap: 13px; padding: 23px 25px; border-right: 1px solid var(--zf-line); }
.zf-trust__item:last-child { border-right: 0; }
.zf-trust__icon { display: grid; place-items: center; flex: 0 0 40px; width: 40px; height: 40px; color: var(--zf-orange); background: #fff3e9; border-radius: 12px; }
.zf-trust__icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.zf-trust__item strong { display: block; font-size: 13px; }
.zf-trust__item small { display: block; margin-top: 2px; color: var(--zf-muted); font-size: 11px; }

.zf-section { padding-block: 92px; }
.zf-section--soft { background: var(--zf-surface); }
.zf-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 35px; }
.zf-section-head h2 { margin: 5px 0 0; font-size: clamp(31px, 4vw, 46px); line-height: 1.08; letter-spacing: -.045em; }
.zf-section-head p { max-width: 560px; margin: 0; color: var(--zf-muted); }
.zf-text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--zf-orange-dark); font-size: 14px; font-weight: 850; white-space: nowrap; }
.zf-text-link::after { content: "→"; transition: transform .2s ease; }
.zf-text-link:hover::after { transform: translateX(4px); }

.zf-categories { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.zf-category {
  position: relative; min-height: 250px; overflow: hidden; padding: 26px;
  color: #fff; border-radius: var(--zf-radius); background: var(--zf-navy-900);
  isolation: isolate; transition: transform .25s ease, box-shadow .25s ease;
}
.zf-category:hover { transform: translateY(-5px); box-shadow: var(--zf-shadow); }
.zf-category::before, .zf-category::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; }
.zf-category::before { width: 180px; height: 180px; right: -72px; bottom: -55px; background: var(--cat-color, var(--zf-orange)); opacity: .95; }
.zf-category::after { width: 110px; height: 110px; right: 18px; bottom: 12px; border: 20px solid rgba(255,255,255,.13); }
.zf-category:nth-child(2) { --cat-color: #255d9d; }
.zf-category:nth-child(3) { --cat-color: #ff8c3a; }
.zf-category:nth-child(4) { --cat-color: #0b8f82; }
.zf-category__number { color: rgba(255,255,255,.48); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.zf-category h3 { max-width: 170px; margin: 62px 0 8px; font-size: 25px; line-height: 1.08; }
.zf-category p { max-width: 175px; margin: 0; color: rgba(255,255,255,.67); font-size: 13px; }

.zf-story { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 470px; overflow: hidden; background: var(--zf-navy-950); color: #fff; border-radius: 28px; }
.zf-story__visual { min-height: 390px; background: var(--zf-navy-900) center / cover no-repeat; }
.zf-story__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 7vw, 80px); }
.zf-story__copy h2 { margin: 8px 0 20px; font-size: clamp(34px, 4vw, 52px); line-height: 1.03; letter-spacing: -.05em; }
.zf-story__copy p { margin: 0 0 28px; color: rgba(255,255,255,.7); }
.zf-story__stats { display: flex; gap: 36px; margin-top: 10px; }
.zf-story__stats strong { display: block; color: var(--zf-orange); font-size: 25px; }
.zf-story__stats small { color: rgba(255,255,255,.62); }

.zf-newsletter { padding-block: 75px; background: var(--zf-orange); color: #fff; }
.zf-newsletter__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.zf-newsletter h2 { margin: 0 0 8px; font-size: clamp(30px, 4vw, 46px); line-height: 1.05; letter-spacing: -.04em; }
.zf-newsletter p { margin: 0; color: rgba(255,255,255,.8); }
.zf-newsletter__form { display: flex; width: min(100%, 470px); padding: 6px; background: #fff; border-radius: 999px; }
.zf-newsletter__form input { min-width: 0; flex: 1; padding: 12px 17px; border: 0; outline: 0; background: transparent; }
.zf-newsletter__form button { padding: 13px 20px; border: 0; border-radius: 999px; color: #fff; background: var(--zf-navy-950); font-weight: 850; cursor: pointer; }

.zf-main { min-height: 50vh; }
.zf-content { padding-block: 65px; }
.zf-page-title { margin: 0 0 35px; font-size: clamp(34px, 5vw, 58px); letter-spacing: -.05em; }
.zf-prose { max-width: 1020px; }
.zf-prose .zf-page-title { max-width: 850px; }
.zf-prose h2 { margin: 48px 0 15px; color: var(--zf-ink); font-size: clamp(25px, 3vw, 34px); line-height: 1.15; letter-spacing: -.025em; }
.zf-prose h3 { margin: 28px 0 9px; color: var(--zf-ink); font-size: 19px; line-height: 1.3; }
.zf-prose p, .zf-prose li { color: #43516a; }
.zf-prose p { margin: 0 0 18px; }
.zf-prose ul, .zf-prose ol { margin: 0 0 24px; padding-left: 22px; }
.zf-prose li + li { margin-top: 8px; }
.zf-prose a:not(.zf-button) { color: #c64c00; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.zf-lead { max-width: 780px; margin-bottom: 32px !important; color: var(--zf-ink) !important; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.zf-kicker { display: inline-block; color: var(--zf-orange-dark); font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.zf-policy-meta { margin: -22px 0 32px !important; color: var(--zf-muted) !important; font-size: 13px; }
.zf-callout { margin: 30px 0; padding: 22px 24px; color: var(--zf-ink); background: #fff3e9; border-left: 4px solid var(--zf-orange); border-radius: 0 12px 12px 0; }
.zf-callout p:last-child { margin-bottom: 0; }
.zf-info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 32px 0 18px; }
.zf-info-card { padding: 25px; background: var(--zf-surface); border: 1px solid var(--zf-line); border-radius: 16px; }
.zf-info-card h2, .zf-info-card h3 { margin-top: 0; }
.zf-info-card p:last-child { margin-bottom: 0; }
.zf-faq { margin-top: 30px; border-top: 1px solid var(--zf-line); }
.zf-faq details { border-bottom: 1px solid var(--zf-line); }
.zf-faq summary { position: relative; padding: 22px 46px 22px 0; color: var(--zf-ink); font-size: 17px; font-weight: 850; cursor: pointer; list-style: none; }
.zf-faq summary::-webkit-details-marker { display: none; }
.zf-faq summary::after { content: "+"; position: absolute; right: 8px; top: 50%; transform: translateY(-50%); color: var(--zf-orange); font-size: 26px; font-weight: 500; }
.zf-faq details[open] summary::after { content: "−"; }
.zf-faq details > div { max-width: 790px; padding: 0 40px 20px 0; }
.zf-contact-panel { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(30px, 6vw, 72px); align-items: start; margin-top: 25px; }
.zf-contact-panel h2 { margin-top: 7px; }
.zf-contact-form { padding: clamp(22px, 4vw, 36px); background: var(--zf-surface); border: 1px solid var(--zf-line); border-radius: 20px; }
.zf-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.zf-contact-form label { display: block; margin-bottom: 17px; color: var(--zf-ink); font-size: 13px; font-weight: 800; }
.zf-contact-form input, .zf-contact-form select, .zf-contact-form textarea { width: 100%; margin-top: 7px; padding: 12px 13px; color: var(--zf-ink); background: #fff; border: 1px solid #cfd6e1; border-radius: 10px; outline: 0; transition: border-color .2s ease, box-shadow .2s ease; }
.zf-contact-form textarea { resize: vertical; }
.zf-contact-form input:focus, .zf-contact-form select:focus, .zf-contact-form textarea:focus { border-color: var(--zf-orange); box-shadow: 0 0 0 3px rgba(255,107,0,.12); }
.zf-contact-form .zf-checkbox { display: flex; align-items: flex-start; gap: 9px; color: var(--zf-muted); font-weight: 600; line-height: 1.5; }
.zf-contact-form .zf-checkbox input { width: 17px; height: 17px; margin: 3px 0 0; flex: 0 0 17px; }
.zf-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.zf-form-notice { margin-bottom: 20px; padding: 13px 15px; border-radius: 10px; font-size: 14px; font-weight: 750; }
.zf-form-notice--success { color: #0c5d39; background: #e3f7ed; }
.zf-form-notice--error { color: #8c2230; background: #fdebed; }
.zf-prose .woocommerce form.track_order { max-width: 720px; margin-top: 30px; padding: 30px; background: var(--zf-surface); border: 1px solid var(--zf-line); border-radius: 18px; }
.zf-prose .woocommerce form.track_order .form-row { width: 100%; float: none; }
.zf-prose .woocommerce form.track_order input { width: 100%; padding: 12px 13px; border: 1px solid #cfd6e1; border-radius: 10px; }
.woocommerce .woocommerce-breadcrumb { margin: 0 0 25px; color: var(--zf-muted); font-size: 13px; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 28px; }
.woocommerce .woocommerce-ordering select { padding: 11px 36px 11px 14px; border: 1px solid var(--zf-line); border-radius: 10px; background: #fff; }
body .woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin: 0; }
body .woocommerce ul.products::before, body .woocommerce ul.products::after { display: none; }
body .woocommerce ul.products li.product { float: none; width: 100% !important; margin: 0 !important; padding: 12px 12px 18px; background: #fff; border: 1px solid var(--zf-line); border-radius: var(--zf-radius); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
body .woocommerce ul.products li.product:hover { transform: translateY(-6px); border-color: rgba(255,107,0,.28); box-shadow: var(--zf-shadow); }
body .woocommerce ul.products li.product a img { aspect-ratio: 1 / 1; object-fit: cover; margin: 0 0 17px; border-radius: 13px; background: var(--zf-surface); }
body .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 48px; padding: 0 4px; color: var(--zf-ink); font-size: 16px; line-height: 1.4; }
body .woocommerce ul.products li.product .price { padding: 0 4px; color: var(--zf-orange-dark); font-size: 16px; font-weight: 900; }
.zf-preview-label { display: block; margin-top: 2px; color: var(--zf-muted); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
body .woocommerce ul.products li.product .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 8px);
  margin: 12px 4px 0;
  min-height: 44px;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
}
body .woocommerce span.onsale { min-width: 48px; min-height: 30px; padding: 7px 9px; line-height: 1; top: 20px; left: 20px; border-radius: 999px; background: var(--zf-orange); }
.woocommerce div.product div.images img { border-radius: var(--zf-radius); }
.woocommerce div.product .product_title { font-size: clamp(32px, 4vw, 50px); letter-spacing: -.045em; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--zf-orange-dark); font-weight: 900; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--zf-orange); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--zf-orange); }

.zf-footer { color: rgba(255,255,255,.72); background: var(--zf-navy-950); }
.zf-footer__grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 55px; padding-block: 72px; }
.zf-footer .zf-brand { color: #fff; margin-bottom: 19px; }
.zf-footer__about { max-width: 330px; margin: 0; font-size: 14px; }
.zf-footer h3 { margin: 3px 0 18px; color: #fff; font-size: 14px; }
.zf-footer ul { margin: 0; padding: 0; list-style: none; }
.zf-footer li + li { margin-top: 10px; }
.zf-footer a { font-size: 13px; transition: color .2s ease; }
.zf-footer a:hover { color: var(--zf-orange); }
.zf-footer .zf-cookie-settings { margin: 0; padding: 0; color: inherit; background: transparent; border: 0; font-size: 13px; line-height: inherit; text-align: left; cursor: pointer; transition: color .2s ease; }
.zf-footer .zf-cookie-settings:hover, .zf-footer .zf-cookie-settings:focus-visible { color: var(--zf-orange); }
.zf-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.09); font-size: 12px; }
.zf-payment-marks { display: flex; gap: 7px; }
.zf-payment-marks span { padding: 5px 8px; color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.14); border-radius: 5px; font-size: 9px; font-weight: 900; }

/* Consent remains accessible from the Legal links without covering content. */
#cmplz-manage-consent { display: none; }

@media (max-width: 980px) {
  .zf-nav {
    position: fixed; inset: 111px 0 auto; display: none; flex-direction: column; align-items: flex-start;
    gap: 0; padding: 20px; background: var(--zf-navy-950); border-top: 1px solid rgba(255,255,255,.08);
  }
  .zf-nav.is-open { display: flex; }
  .zf-nav a { width: 100%; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .zf-menu-toggle { display: inline-grid; }
  .zf-header__actions { margin-left: auto; }
  .zf-hero { min-height: 600px; background-position: 61% center; }
  .zf-hero::before { background: linear-gradient(90deg, rgba(2,13,32,.98), rgba(2,13,32,.89) 55%, rgba(2,13,32,.35)); }
  .zf-trust__grid { grid-template-columns: repeat(2, 1fr); }
  .zf-trust__item:nth-child(2) { border-right: 0; }
  .zf-trust__item:nth-child(-n+2) { border-bottom: 1px solid var(--zf-line); }
  .zf-categories, body .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
  .zf-story { grid-template-columns: 1fr; }
  .zf-newsletter__inner { flex-direction: column; align-items: flex-start; }
  .zf-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .zf-footer__brand-col { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .admin-bar .zf-header { top: 46px; }
  .zf-container { width: min(calc(100% - 28px), var(--zf-container)); }
  .zf-announcement { font-size: 10px; }
  .zf-header__row { min-height: 70px; gap: 12px; }
  .zf-brand__mark { width: 52px; height: 42px; }
  .zf-brand__name { font-size: 14px; letter-spacing: .09em; }
  .zf-content { padding-block: 48px; }
  .zf-info-grid { grid-template-columns: 1fr; }
  .zf-contact-panel { grid-template-columns: 1fr; }
  .zf-form-grid { grid-template-columns: 1fr; gap: 0; }
  .zf-contact-form { padding: 21px; }
  .zf-icon-button--account { display: none; }
  .zf-nav { inset: 101px 0 auto; }
  .zf-hero { min-height: 660px; background-position: 68% bottom; align-items: flex-start; }
  .zf-hero::before { background: linear-gradient(180deg, rgba(2,13,32,.99) 0%, rgba(2,13,32,.93) 52%, rgba(2,13,32,.46) 100%); }
  .zf-hero__content { padding-block: 70px 250px; }
  .zf-hero h1 { font-size: 48px; }
  .zf-hero p { font-size: 16px; }
  .zf-trust { margin-top: -20px; }
  .zf-trust__grid { grid-template-columns: 1fr; }
  .zf-trust__item { border-right: 0; border-bottom: 1px solid var(--zf-line); }
  .zf-trust__item:last-child { border-bottom: 0; }
  .zf-section { padding-block: 68px; }
  .zf-section-head { align-items: flex-start; flex-direction: column; margin-bottom: 27px; }
  .zf-categories, body .woocommerce ul.products { grid-template-columns: 1fr 1fr; gap: 12px; }
  .zf-category { min-height: 220px; padding: 20px; }
  .zf-category h3 { margin-top: 50px; font-size: 21px; }
  body .woocommerce ul.products li.product { padding: 8px 8px 13px; }
  body .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 58px; font-size: 14px; }
  .zf-story__copy { padding: 38px 25px; }
  .zf-story__stats { gap: 20px; }
  .zf-newsletter__form { border-radius: 16px; }
  .zf-newsletter__form button { padding-inline: 15px; }
  .zf-footer__grid { grid-template-columns: 1fr 1fr; gap: 35px; padding-block: 55px; }
  .zf-footer__bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 420px) {
  .zf-brand__name { display: none; }
  .zf-hero { min-height: 0; }
  .zf-hero__content { padding-block: 44px 48px; }
  .zf-hero h1 { font-size: 42px; }
  .zf-hero p { font-size: 15px; }
  .zf-actions { gap: 10px; }
  .zf-actions .zf-button { min-height: 46px; padding: 12px 17px; font-size: 13px; }
  .zf-hero__proof { margin-top: 25px; }

  .zf-trust { margin-top: 0; padding-top: 18px; }
  .zf-trust__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .zf-trust__item { min-width: 0; min-height: 78px; gap: 9px; padding: 13px 11px; border-right: 1px solid var(--zf-line); border-bottom: 1px solid var(--zf-line); }
  .zf-trust__item:nth-child(2n) { border-right: 0; }
  .zf-trust__item:nth-last-child(-n+2) { border-bottom: 0; }
  .zf-trust__icon { flex-basis: 32px; width: 32px; height: 32px; border-radius: 9px; }
  .zf-trust__icon svg { width: 17px; height: 17px; }
  .zf-trust__item strong { font-size: 11px; line-height: 1.25; }
  .zf-trust__item small { font-size: 9px; line-height: 1.25; }

  .zf-section { padding-block: 36px; }
  .zf-section-head { margin-bottom: 20px; gap: 14px; }
  .zf-categories, body .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .zf-category { min-height: 180px; padding: 17px; }
  .zf-category::before { width: 145px; height: 145px; }
  .zf-category::after { width: 90px; height: 90px; border-width: 16px; }
  .zf-category h3 { margin-top: 36px; font-size: 18px; }
  .zf-category p { font-size: 11px; line-height: 1.45; }

  body .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 54px; padding-inline: 2px; font-size: 13px; }
  body .woocommerce ul.products li.product .price { padding-inline: 2px; font-size: 14px; }
  body .woocommerce ul.products li.product .button { width: calc(100% - 4px); margin: 10px 2px 0; padding-inline: 10px; font-size: 11px; }

  .zf-newsletter { padding-block: 46px; }
  .zf-newsletter__inner { gap: 24px; }
  .zf-footer__grid { gap: 28px; padding-block: 42px; }
  .zf-footer__bottom { padding-block: 18px; }
}
