/* Font: matches the site's own body copy (Nunito, loaded via Google Fonts on
   the main site) with a fallback chain that still looks right on pages that
   don't load it -- e.g. Webflow's native /search results page, whose base
   styles fall back to Arial. Never `inherit`: that page's <body> is Arial,
   and every rule below is written to win outright over that page's base
   element selectors (bare h3/button/input/ul/a, `.w-form`, etc.) rather than
   leave any text-transform/letter-spacing/font-family undeclared for them to
   fill in. No selector here needs !important -- the site's own base rules
   are all plain element selectors, easily beaten by a single class. */
.iyt-search{--iyt-green:#2f6b4f;--iyt-green-dark:#26603e;--iyt-ink:#24382f;--iyt-muted:#6b7a6e;--iyt-line:#e2e5dc;--iyt-bg:#fffdf9;font-family:'Nunito',Arial,sans-serif;text-align:left;text-transform:none;letter-spacing:normal;color:var(--iyt-ink);max-width:1180px;margin:0 auto;padding:8px 16px 40px;box-sizing:border-box}
.iyt-search *{box-sizing:border-box}
.iyt-search-formwrap{position:relative;margin:0 0 6px}

/* One shared field design used by all three mounts (nav box, mobile bar,
   results page): the same pill input + square magnifier button, icon only,
   no text button anywhere. Only height and width differ per mount -- set on
   the mount-specific classes below, never here. */
.iyt-field-input{-webkit-appearance:none;appearance:none;font-family:'Nunito',Arial,sans-serif;font-size:15px;line-height:normal;padding:0 16px;border:1.5px solid #cfd8cc;border-radius:999px;background:#fff;color:var(--iyt-ink,#24382f);outline:none;box-sizing:border-box;text-transform:none;letter-spacing:normal}
.iyt-field-input:focus{border-color:#2f6b4f}
.iyt-field-btn{flex:0 0 auto;aspect-ratio:1/1;border:0;border-radius:999px;background:#2f6b4f;color:#fff;cursor:pointer;display:grid;place-items:center;padding:0;transition:background .15s ease}
.iyt-field-btn:hover{background:#26603e}
.iyt-field-btn svg{width:44%;height:44%}

.iyt-search-form{display:flex;align-items:center;gap:8px}
.iyt-search-input{flex:1;min-width:0;height:44px}
.iyt-search-btn{height:44px}
.iyt-search-status{font-size:14px;line-height:1.4;color:var(--iyt-muted);margin:10px 2px 14px;min-height:20px;text-transform:none;letter-spacing:normal}

/* The page's own <h1> (tagged by search.js, results mode only) matches the
   site's heading style instead of the base (oversized) h1 on pages like
   Webflow's native /search results template. */
.iyt-page-title{font-family:'Instrument Serif',Georgia,'Times New Roman',serif;font-weight:400;font-size:34px;line-height:1.15;letter-spacing:normal;text-transform:none;margin:0 0 14px;color:#24382f}
@media(max-width:600px){.iyt-page-title{padding:0 16px}}

/* Result cards: fixed 340x340 squares matching the Sukkos product cards
   (Option B -- sukkos/build/inner/sip-embed.square.css.html): image band on
   top 60% (204px @340) on white with object-fit:contain, title + one-line
   blurb + two pill links pinned to the bottom 40%. Grid uses the same fixed
   tracks, centred: 3-up >=1228px, 2-up fixed 340 from 992px, 2-up flexible
   capped at 340 <=991px, 1-up capped at 300 <=479px -- extra width becomes
   side whitespace, cards never widen. */
.iyt-results{display:grid;grid-template-columns:repeat(2,340px);justify-content:center;gap:40px;list-style:none;margin:0;padding:0;overflow:visible}
@media screen and (min-width:1228px){.iyt-results{grid-template-columns:repeat(3,340px)}}
.iyt-card{display:grid;grid-template-columns:none;grid-template-rows:60fr 40fr;aspect-ratio:1/1;width:100%;min-height:0;background-color:#fffcf6;border:1px solid rgba(90,76,54,.08);border-radius:16px;box-shadow:0 8px 20px rgba(60,45,20,.08);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}
.iyt-card:hover{transform:translateY(-6px);box-shadow:0 24px 46px rgba(60,45,20,.16)}
.iyt-card-imgwrap{position:relative;display:block;height:auto;min-height:0;border-bottom:1px solid rgba(90,76,54,.08);background-color:#fff;text-decoration:none}
.iyt-card-img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;padding:12px}
.iyt-card-noimg{position:absolute;inset:0;display:grid;place-items:center;background:#fff;color:var(--iyt-muted);font-family:'Nunito',Arial,sans-serif;font-weight:700;font-size:13px;text-align:center;padding:12px;box-sizing:border-box;text-transform:none;letter-spacing:normal}
.iyt-card-body{display:flex;flex-direction:column;min-height:0;overflow:hidden;padding:12px 16px;gap:3px;justify-content:flex-start}
.iyt-card-title{flex:0 0 auto;font-family:'Instrument Serif',Georgia,'Times New Roman',serif;font-weight:400;font-size:20px;line-height:1.15;margin:0;color:#322d24;text-align:left;text-transform:none;letter-spacing:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.iyt-card-title mark{background:#f6e9a9;color:inherit;padding:0}
.iyt-card-blurb{flex:0 0 auto;font-family:'Nunito',Arial,sans-serif;font-size:12.5px;line-height:1.4;color:#6e6455;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-transform:none;letter-spacing:normal}
/* Single shop pill, pinned to the bottom of the body and left-aligned
   (align-self:flex-start so it hugs its own text instead of stretching to
   the column's full width) -- like the Sukkos cards' "Shop @Amazon →". */
.iyt-card-shop{align-self:flex-start;margin-top:auto;display:inline-flex;align-items:center;max-width:100%;min-width:0;padding:4px 11px;border-radius:999px;font-family:'Nunito',Arial,sans-serif;font-size:12.5px;font-weight:700;line-height:1.2;text-decoration:none;text-transform:none;letter-spacing:normal;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff;background:var(--iyt-green,#2f6b4f);border:1.5px solid var(--iyt-green,#2f6b4f)}
.iyt-card-shop:hover{background:var(--iyt-green-dark,#26603e);border-color:var(--iyt-green-dark,#26603e)}
.iyt-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media screen and (max-width:991px){
  .iyt-results{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:696px;margin-left:auto;margin-right:auto}
  .iyt-card{max-width:340px;margin-left:auto;margin-right:auto}
  .iyt-card-title{font-size:19px}
  .iyt-card-blurb{font-size:12px}
  .iyt-card-shop{font-size:12px;padding:4px 10px}
}
@media screen and (max-width:479px){
  .iyt-results{grid-template-columns:minmax(0,1fr);max-width:300px}
  .iyt-card{max-width:300px}
}

.iyt-more{display:block;margin:26px auto 0;font:inherit;font-weight:600;line-height:normal;padding:12px 26px;border:2px solid var(--iyt-green);border-radius:999px;background:#fff;color:var(--iyt-green);cursor:pointer;text-transform:none;letter-spacing:normal}
.iyt-more[hidden]{display:none}
.iyt-empty{padding:40px 10px;text-align:center;color:var(--iyt-muted);font-size:15px;line-height:1.6;text-transform:none;letter-spacing:normal}
.iyt-empty[hidden]{display:none}
.iyt-disclosure{font-size:11px;line-height:1.5;color:var(--iyt-muted);margin:28px 2px 0;text-transform:none;letter-spacing:normal}

/* Native fallback: Webflow's own `.search-result-items` page list. Hidden
   by default (search.js only reveals it, with this heading, once a
   submitted query comes back with zero item results) -- light styling only,
   no card treatment, since this is a plain "see also" list of pages. */
.iyt-native-heading{font-family:'Nunito',Arial,sans-serif;font-size:20px;font-weight:700;line-height:1.3;color:var(--iyt-ink,#24382f);margin:36px 0 12px;text-align:left;text-transform:none;letter-spacing:normal}
.iyt-native-heading[hidden]{display:none}
.search-result-items{font-family:'Nunito',Arial,sans-serif;font-size:14px;line-height:1.6;color:var(--iyt-muted,#6b7a6e);text-transform:none;letter-spacing:normal}
.search-result-items[hidden]{display:none}
.search-result-items>div{margin:0 0 18px;padding:0 0 18px;border-bottom:1px solid var(--iyt-line,#e2e5dc)}
.search-result-items>div:last-child{border-bottom:0;margin-bottom:0}
.search-result-items a{color:var(--iyt-green,#2f6b4f);font-size:15px;font-weight:700;line-height:1.4;text-decoration:none;text-transform:none;letter-spacing:normal}
.search-result-items a:hover{text-decoration:underline}
.search-result-items p{margin:4px 0 0;font-size:14px;line-height:1.5;color:var(--iyt-muted,#6b7a6e);text-transform:none;letter-spacing:normal}

/* Suggestions dropdown (combobox listbox) -- shared, identical, by all three
   mounts (results, box, mobile bar). `.iyt-search`/`.iyt-search-box`/
   `.iyt-mobile-bar` never set overflow, so this can never be clipped by an
   ancestor of ours. */
.iyt-suggest-list{list-style:none;margin:6px 0 0;padding:6px;position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid var(--iyt-line,#e2e5dc);border-radius:12px;box-shadow:0 10px 28px #26361e26;max-height:340px;overflow:auto;z-index:60;text-align:left;text-transform:none;letter-spacing:normal}
.iyt-suggest-list[hidden]{display:none}
.iyt-suggest-opt{padding:10px 12px;border-radius:8px;font-size:15px;line-height:1.3;color:var(--iyt-ink,#24382f);cursor:pointer;text-transform:none;letter-spacing:normal}
.iyt-suggest-opt b{font-weight:700}
.iyt-suggest-opt.iyt-active,.iyt-suggest-opt:hover{background:#eef1e6}

/* Box mode: compact inline search for the site nav. Sized to sit inline
   without changing the nav's height; the dropdown floats free below it. */
.iyt-search-box{--iyt-green:#2f6b4f;--iyt-ink:#24382f;--iyt-muted:#6b7a6e;--iyt-line:#e2e5dc;position:relative;display:inline-block;font-family:'Nunito',Arial,sans-serif;text-transform:none;letter-spacing:normal;max-width:100%}
.iyt-search-box *{box-sizing:border-box}
.iyt-box-form{display:flex;align-items:center;gap:8px;height:36px}
.iyt-box-input{width:180px;max-width:100%;height:36px;transition:width .15s ease}
.iyt-box-input:focus{width:260px}
.iyt-box-btn{height:36px}
.iyt-box-btn svg{width:15px;height:15px}
.iyt-search-box .iyt-suggest-list{min-width:280px;max-width:92vw;z-index:9999}
@media(max-width:600px){
  .iyt-search-box{width:100%}
  .iyt-box-input,.iyt-box-input:focus{width:100%}
}

/* Mobile bar: search.js appends this to <body> (never inside the nav)
   when the nav has collapsed to a burger, so search stays visible on the
   page itself instead of hiding inside the closed menu. Absolutely
   positioned -- it scrolls away with the page like any other block, it
   just starts pinned right under the fixed nav -- with its own scoped
   variables and explicit text-transform/letter-spacing/font-family so it
   never inherits from whatever page it lands on. Same field design as the
   other two mounts, just full-width and 44px tall. */
.iyt-mobile-bar{--iyt-green:#2f6b4f;--iyt-ink:#24382f;--iyt-muted:#6b7a6e;--iyt-line:#cfd8cc;position:absolute;left:0;right:0;top:74px;z-index:900;background:#fffcf7;border-bottom:1px solid #e8e6df;padding:8px 14px;box-sizing:border-box;font-family:'Nunito',Arial,sans-serif;text-align:left;text-transform:none;letter-spacing:normal;color:var(--iyt-ink)}
.iyt-mobile-bar *{box-sizing:border-box}
.iyt-mobile-bar-form{display:flex;align-items:center;gap:8px}
.iyt-mobile-bar-input{flex:1;min-width:0;height:44px}
.iyt-mobile-bar-btn{height:44px}
.iyt-mobile-bar .iyt-suggest-list{z-index:901}
