.searchform .searchsubmit:before{margin-top:calc(var(--wd-form-height)/2.5/-2);margin-left:calc(var(--wd-form-height)/2.5/-2);opacity:0;content:"";width:calc(var(--wd-form-height)/2.5);height:calc(var(--wd-form-height)/2.5);vertical-align:middle;animation:wd-rotate .45s infinite linear var(--wd-anim-state,paused);border:1px solid #0000;border-left-color:currentColor;border-radius:50%;transition:opacity .1s;display:inline-block;position:absolute;top:50%;left:50%}.searchform:hover:after,.searchform:hover img{opacity:.7}.searchform.wd-search-loading .searchsubmit{transform:translateZ(0)}.searchform.wd-search-loading .searchsubmit:before{opacity:1;--wd-anim-state:running;transition-duration:.2s}.searchform.wd-search-loading .searchsubmit:after,.searchform.wd-search-loading .searchsubmit img{opacity:0;transition-duration:.1s}.searchform .wd-clear-search{width:30px;height:24px;top:calc(50% - 12px);color:var(--wd-form-color);cursor:pointer;justify-content:center;align-items:center;display:flex;position:absolute;inset-inline-end:calc(var(--wd-search-cat-w,.001px) + var(--wd-search-btn-w) + var(--wd-search-clear-sp))}.searchform .wd-clear-search:before{font-size:calc(var(--wd-form-height)/3);content:"";font-family:woodmart-font;line-height:1;transition:opacity .2s}.searchform .wd-clear-search:hover:before{opacity:.7}