@keyframes ecard-empty-twinkle{0%,to{opacity:1;transform:scale(1) rotate(var(--ecard-empty-rot, 0deg))}50%{opacity:.55;transform:scale(.88) rotate(var(--ecard-empty-rot, 0deg))}}body.ecard-store .ecard-empty-search{position:relative;width:100%;max-width:720px;margin:clamp(24px,5vw,56px) auto;padding:0 4px}body.ecard-store .ecard-empty-search__card{position:relative;z-index:1;text-align:center;padding:clamp(24px,5vw,48px) clamp(18px,4vw,40px);background:var(--ecard-white);border:var(--ecard-stroke-thick) solid var(--ecard-line);border-radius:var(--ecard-radius-lg);box-shadow:8px 8px 0 var(--ecard-ink)}body.ecard-store .ecard-empty-search__tag{display:inline-block;padding:5px 12px;margin-bottom:clamp(12px,3vw,20px);background:var(--ecard-ink);color:var(--ecard-paper);border-radius:999px;letter-spacing:.18em;text-transform:uppercase}body.ecard-store .ecard-empty-search__title{margin:0;font-family:var(--ecard-font-display);font-weight:400;font-size:clamp(20px,4vw,34px);line-height:1.15;color:var(--ecard-ink)}body.ecard-store .ecard-empty-search__text{max-width:48ch;margin:14px auto 0;font-size:1rem;color:var(--ecard-ink-soft)}body.ecard-store .ecard-empty-search__form{max-width:460px;margin:clamp(18px,3vw,28px) auto 0}body.ecard-store .ecard-empty-search__form .ecard-search-form{display:flex;align-items:center;gap:8px;padding:8px 14px;border:var(--ecard-stroke) solid var(--ecard-line);border-radius:999px;background:var(--ecard-paper)}body.ecard-store .ecard-empty-search__form .ecard-search-form svg{flex:0 0 auto;color:var(--ecard-ink-faded)}body.ecard-store .ecard-empty-search__form .ecard-search-input-inner{flex:1 1 auto;min-width:0;border:0;background:0 0;font-family:var(--ecard-font-body);font-size:1rem;color:var(--ecard-ink);outline-offset:4px}body.ecard-store .ecard-empty-search__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;margin-top:clamp(16px,3vw,22px);padding-top:clamp(14px,3vw,18px);border-top:2px dashed var(--ecard-line)}body.ecard-store .ecard-empty-search__row-label{flex:0 0 100%;font-size:.6875rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ecard-ink-faded)}body.ecard-store .ecard-empty-search__chip{text-decoration:none;color:var(--ecard-ink);transition:transform .1s ease,box-shadow .1s ease}body.ecard-store .ecard-empty-search__chip:hover{transform:translate(-2px,-2px);box-shadow:3px 3px 0 var(--ecard-ink)}body.ecard-store .ecard-empty-search__chip--cat{background:var(--ecard-blue-soft)}body.ecard-store .ecard-empty-search__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:clamp(20px,4vw,30px)}body.ecard-store .ecard-empty-search__deco{position:absolute;inset:-4% -3%;z-index:0;pointer-events:none}body.ecard-store .ecard-empty-search__star{position:absolute;fill:var(--ecard-ink)}body.ecard-store .ecard-empty-search__star--1{top:-4%;left:1%;width:clamp(26px,5vw,46px);fill:var(--ecard-blue);--ecard-empty-rot:-12deg;transform:rotate(var(--ecard-empty-rot))}body.ecard-store .ecard-empty-search__star--2{bottom:-2%;right:1%;width:clamp(18px,4vw,32px);--ecard-empty-rot:14deg;transform:rotate(var(--ecard-empty-rot))}@media (max-width:600px){body.ecard-store .ecard-empty-search__card{box-shadow:5px 5px 0 var(--ecard-ink)}}@media (prefers-reduced-motion:no-preference){body.ecard-store .ecard-empty-search__star{animation:ecard-empty-twinkle 3.2s ease-in-out infinite}body.ecard-store .ecard-empty-search__star--2{animation-delay:.8s}}