.zsx{--zsx-surface: var(--zh-surface, #ffffff);--zsx-bg: var(--zh-bg, #fffdf9);--zsx-ink: var(--zh-ink, #171512);--zsx-muted: var(--zh-muted, #746d63);--zsx-line: var(--zh-line, #e9e2d8);--zsx-soft: var(--zh-soft, #f6f0e8);--zsx-accent: var(--zh-accent, #94704f);--zsx-accent-dark: var(--zh-accent-dark, #3a2d22);--zsx-sale: var(--zh-sale, #b9472d);--zsx-radius: var(--zh-radius, 18px);--zsx-radius-sm: 14px;--zsx-shadow: var(--zh-shadow, 0 22px 70px rgba(23, 21, 18, .16));color:var(--zsx-ink)}.zsx *,.zsx *:before,.zsx *:after{box-sizing:border-box}.zsx a{text-decoration:none}.zsx img{max-width:100%}.zsx-visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}zenz-predictive-search{display:block;position:relative}.zsx-panel{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:120;display:none;max-height:min(548px,70vh);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:6px 0 0;background:var(--zsx-surface);border:1px solid var(--zsx-line);border-radius:var(--zsx-radius);box-shadow:var(--zsx-shadow);text-align:left}zenz-predictive-search[data-open=true] .zsx-panel{display:block}.zsx-panel__progress{position:sticky;top:0;left:0;right:0;height:2px;margin:-6px 0 4px;overflow:hidden;background:transparent}zenz-predictive-search[data-loading=true] .zsx-panel__progress{background:var(--zsx-soft)}.zsx-panel__progress:after{content:"";display:block;width:40%;height:100%;border-radius:99px;background:var(--zsx-accent);transform:translate(-100%);opacity:0}zenz-predictive-search[data-loading=true] .zsx-panel__progress:after{opacity:1;animation:zsx-progress 1.1s ease-in-out infinite}@keyframes zsx-progress{0%{transform:translate(-100%)}to{transform:translate(250%)}}.zsx-group+.zsx-group{border-top:1px solid var(--zsx-line)}.zsx-group__title{margin:0;padding:12px 18px 6px;font-size:11.5px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:var(--zsx-muted)}.zsx-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:10px 18px;color:inherit;text-decoration:none;border:0;background:none;cursor:pointer}.zsx-row:hover,.zsx-row[aria-selected=true]{background:var(--zsx-soft)}.zsx-row:focus-visible{outline:2px solid var(--zsx-accent);outline-offset:-3px}.zsx-thumb{position:relative;display:block;width:56px;height:56px;flex:none;overflow:hidden;border:1px solid var(--zsx-line);border-radius:12px;background:var(--zsx-soft)}.zsx-thumb img{display:block;width:100%;height:100%;object-fit:cover}.zsx-thumb--contain img{object-fit:contain}.zsx-thumb__fallback{display:flex;width:100%;height:100%;align-items:center;justify-content:center;background:linear-gradient(160deg,var(--zsx-soft),#fff);color:var(--zsx-accent)}.zsx-thumb__fallback svg{width:40%;height:40%}.zsx-row__body{display:block;min-width:0}.zsx-badge{display:inline-block;margin-bottom:4px;padding:2px 8px;border-radius:999px;background:var(--zsx-soft);color:var(--zsx-accent-dark);font-size:10.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;line-height:1.6}.zsx-row__title{display:block;font-size:15px;font-weight:600;line-height:1.3;color:var(--zsx-ink);overflow-wrap:anywhere}.zsx-row__excerpt{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:3px;font-size:13px;line-height:1.45;color:var(--zsx-muted)}.zsx-row__price{display:block;margin-top:3px;font-size:13.5px;font-weight:600;color:var(--zsx-ink)}.zsx-row__price del{margin-left:7px;font-weight:400;color:var(--zsx-muted)}.zsx-row__chevron{flex:none;color:var(--zsx-muted);font-size:16px;line-height:1;transition:transform .15s ease,color .15s ease}@media(prefers-reduced-motion:reduce){.zsx-row__chevron{transition:none}zenz-predictive-search[data-loading=true] .zsx-panel__progress:after{animation:none}}.zsx-row:hover .zsx-row__chevron,.zsx-row[aria-selected=true] .zsx-row__chevron{color:var(--zsx-accent);transform:translate(2px)}.zsx-row--compact{grid-template-columns:minmax(0,1fr) auto}.zsx-all{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px;padding:14px 18px;border-top:1px solid var(--zsx-line);background:var(--zsx-bg);color:var(--zsx-ink);font-size:14px;font-weight:600;text-decoration:none;border-radius:0 0 var(--zsx-radius) var(--zsx-radius)}.zsx-all:hover,.zsx-all[aria-selected=true]{background:var(--zsx-soft)}.zsx-all:focus-visible{outline:2px solid var(--zsx-accent);outline-offset:-3px}.zsx-empty{padding:16px 18px 4px;font-size:14px;line-height:1.5;color:var(--zsx-muted)}.zsx-empty strong{color:var(--zsx-ink)}.zsx-skeleton{padding:8px 0}.zsx-skeleton__row{display:grid;grid-template-columns:56px minmax(0,1fr);gap:14px;align-items:center;padding:10px 18px}.zsx-skeleton__box,.zsx-skeleton__line{border-radius:8px;background:var(--zsx-soft)}.zsx-skeleton__box{width:56px;height:56px;border-radius:12px}.zsx-skeleton__line{height:11px}.zsx-skeleton__line+.zsx-skeleton__line{margin-top:8px;width:62%}@media(max-width:989px){.zsx-panel{max-height:68vh;border-radius:var(--zsx-radius-sm)}.zsx-row{padding:11px 14px;gap:12px}.zsx-group__title{padding:12px 14px 6px}.zsx-all{padding:15px 14px;border-radius:0 0 var(--zsx-radius-sm) var(--zsx-radius-sm)}.zsx-thumb{width:52px;height:52px}}.zsx-content{margin-bottom:44px}.zsx-content__head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:10px 18px;margin-bottom:16px}.zsx-content__title,.zsx-products__title{margin:0;font-weight:700;letter-spacing:-.02em;line-height:1.15;color:var(--zsx-ink)}.zsx-content__title{font-size:clamp(21px,2.5vw,27px)}.zsx-content__title:before{content:"";display:block;width:30px;height:3px;margin-bottom:11px;border-radius:99px;background:var(--zsx-accent)}.zsx-products__title{font-size:clamp(17px,1.7vw,20px)}.zsx-content__lead{margin:4px 0 0;font-size:14px;color:var(--zsx-muted)}.zsx-content__more{font-size:14px;font-weight:600;color:var(--zsx-accent-dark);text-decoration:none;white-space:nowrap}.zsx-content__more:hover{text-decoration:underline}.zsx-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1fr;gap:18px}@media(min-width:1101px){.zsx-grid:has(.zsx-card:nth-child(3)){grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.zsx-grid{grid-template-columns:minmax(0,1fr);gap:14px}}.zsx-card{position:relative;display:grid;grid-template-columns:108px minmax(0,1fr);align-items:stretch;min-height:108px;overflow:hidden;border:1px solid var(--zsx-line);border-radius:var(--zsx-radius);background:var(--zsx-surface);color:inherit;text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.zsx-card:hover{border-color:var(--zsx-accent);box-shadow:0 12px 28px #17151217}.zsx-card:focus-visible{outline:2px solid var(--zsx-accent);outline-offset:2px}@media(hover:hover)and (prefers-reduced-motion:no-preference){.zsx-card:hover{transform:translateY(-2px)}}@media(prefers-reduced-motion:reduce){.zsx-card{transition:none}}.zsx-card__media{position:relative;overflow:hidden;background:var(--zsx-soft)}.zsx-card__media img{display:block;width:100%;height:100%;object-fit:cover}.zsx-card__media .zsx-thumb__fallback{border-radius:0}.zsx-card__body{display:flex;flex-direction:column;gap:5px;padding:14px 40px 14px 16px}.zsx-card__body .zsx-badge{align-self:flex-start}.zsx-card__title{font-size:15.5px;font-weight:700;line-height:1.25;letter-spacing:-.01em;color:var(--zsx-ink);overflow-wrap:anywhere}.zsx-card__excerpt{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:13.5px;line-height:1.5;color:var(--zsx-muted)}.zsx-card__arrow{position:absolute;right:14px;bottom:12px;color:var(--zsx-muted);font-size:15px;line-height:1;transition:transform .18s ease,color .18s ease}.zsx-card:hover .zsx-card__arrow{color:var(--zsx-accent);transform:translate(3px)}@media(prefers-reduced-motion:reduce){.zsx-card__arrow{transition:none}}@media(max-width:640px){.zsx-card{grid-template-columns:96px minmax(0,1fr);min-height:96px}.zsx-card__body{padding:13px 38px 13px 14px}}.zsx-products__head{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 14px;margin-bottom:18px}.zsx-products__count{font-size:14px;color:var(--zsx-muted)}
/*# sourceMappingURL=/cdn/shop/t/10/assets/zenz-search.css.map */
