:root{--green:#1e8570;--green-2:#176b5b;--leaf:#eaf6f3;--orange:#ff5f41;--ink:#222;--muted:#626d68;--line:#dfe7e4;--sand:#f8f8f6;--shadow:0 10px 30px rgba(24,90,75,.1)}
.header-search{position:relative}.search-form input[type="search"]{padding-left:18px}.predictive-search{position:absolute;z-index:65;top:calc(100% + 7px);left:0;right:0;max-height:min(70vh,560px);overflow:auto;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 18px 45px rgba(28,64,55,.16)}.predictive-search[hidden]{display:none}.predictive-search__header{display:flex;justify-content:space-between;align-items:center;padding:11px 14px;border-bottom:1px solid var(--line);color:var(--muted);font-size:12px;font-weight:750}.predictive-search__list{display:grid}.predictive-search__item{display:grid;grid-template-columns:62px 1fr auto;gap:12px;align-items:center;padding:10px 14px;border-bottom:1px solid #edf1ef}.predictive-search__item:hover,.predictive-search__item:focus{background:var(--leaf)}.predictive-search__image{width:62px;height:62px;display:grid;place-items:center;overflow:hidden;border-radius:9px;background:#f8f9f8}.predictive-search__image img{width:100%;height:100%;object-fit:contain}.predictive-search__title{font-size:13px;font-weight:750;line-height:1.35}.predictive-search__vendor{display:block;margin-bottom:3px;color:var(--green);font-size:10px;font-weight:800;text-transform:uppercase}.predictive-search__price{white-space:nowrap;font-size:13px;font-weight:850}.predictive-search__all{display:block;padding:13px;text-align:center;color:var(--green);font-size:13px;font-weight:800}.predictive-search__empty{padding:25px;text-align:center;color:var(--muted)}.predictive-search__loading{padding:22px;text-align:center;color:var(--muted)}
.product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.category-grid{grid-template-columns:repeat(auto-fit,minmax(130px,160px));justify-content:center;gap:12px}.category-card{min-height:168px}.category-card__image{height:108px}.category-card__body{padding:11px}.category-card h3{font-size:13px}.category-card p{font-size:11px}.product-card h3{font-size:14px}.product-card__body{padding:13px}.product-card__media{aspect-ratio:1/1.02}
.product-info__vendor a{display:inline-block;border-bottom:1px solid currentColor;transition:opacity .2s}.product-info__vendor a:hover{opacity:.7}
@media(max-width:1200px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:780px){.header-search{position:fixed}.predictive-search{top:70px;left:12px;right:12px;max-height:65vh}.predictive-search__item{grid-template-columns:54px 1fr auto;padding:9px 11px}.predictive-search__image{width:54px;height:54px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.category-grid{display:flex}.category-card{min-width:138px}.category-card__image{height:100px}}
