.fynd-search-box{max-width:500px;margin:0 auto;position:relative}.fynd-search-box .fynd-search-input{width:100%;padding:.75rem 1.25rem;padding-right:50px;border:1px solid var(--wizagent-gray-900);border-radius:3rem;font-size:1rem;color:var(--wizagent-gray-300);outline:none;transition:var(--wizagent-transition)}.fynd-search-box .fynd-search-input:focus{border-color:var(--wizagent-gray-700)}.fynd-search-box .fynd-search-btn{position:absolute;right:20px;top:50%;transform:translateY(-50%);background:rgba(0,0,0,0);border:none;fill:var(--wizagent-gray-300);cursor:pointer;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:var(--wizagent-transition)}.fynd-search-box .fynd-search-btn:hover{background-color:rgba(58,134,255,.1)}@media screen and (max-width: 768px){.fynd-search-box .fynd-search-input{padding:.5rem .75rem;padding-right:40px;border-radius:2rem;font-size:.875rem}.fynd-search-box .fynd-search-btn{width:16px;height:16px;right:16px}}