.searchform{position:relative;--wd-search-btn-w:var(--wd-form-height);--wd-form-height:46px}.searchform input[type=text]{padding-right:var(--wd-search-btn-w)}.searchform .searchsubmit{--btn-color:var(--wd-form-color,currentColor);--btn-bgcolor:transparent;position:absolute;gap:0;inset-block:0;right:0;padding:0;width:var(--wd-search-btn-w);min-height:unset;border:none;box-shadow:none;font-weight:400;font-size:0;font-style:unset}.searchform .searchsubmit:hover:after,.searchform .searchsubmit:hover img{opacity:.7}.searchform .searchsubmit:after{font-size:calc(var(--wd-form-height) / 2.3);transition:opacity .2s ease;content:"";font-family:"woodmart-font"}.searchform .searchsubmit:before{position:absolute;top:50%;left:50%;margin-top:calc(( var(--wd-form-height) / 2.5 ) / -2);margin-left:calc(( var(--wd-form-height) / 2.5 ) / -2);opacity:0;transition:opacity .1s ease;content:"";display:inline-block;width:calc(var(--wd-form-height) / 2.5);height:calc(var(--wd-form-height) / 2.5);border:1px solid rgba(0,0,0,0);border-left-color:currentColor;border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state,paused)}