.custom-searchbar__mobile-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;cursor:pointer;color:#fff;transition:all .3s ease;background:rgba(255,255,255,.1);border-radius:50%;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}@media screen and (max-width:599px){.custom-searchbar__mobile-toggle{width:40px;height:40px}}.custom-searchbar__mobile-toggle:hover{transform:scale(1.05);background:rgba(255,255,255,.2)}.custom-searchbar__mobile-toggle:active{transform:scale(.95)}.custom-searchbar__mobile-toggle .svg-wrapper{width:20px;height:20px}.custom-searchbar__mobile-toggle .svg-wrapper svg{width:100%;height:100%}.custom-native-predictive-searchbar{display:flex;align-items:flex-end;width:100%;max-width:240px}@media screen and (max-width:600px){.custom-native-predictive-searchbar:not(.custom-searchbar--mobile-ready){max-width:280px}.custom-native-predictive-searchbar:not(.custom-searchbar--mobile-ready) .custom-searchbar__input{font-size:16px}.custom-native-predictive-searchbar:not(.custom-searchbar--mobile-ready) .custom-searchbar__button{width:32px;height:32px}.custom-native-predictive-searchbar:not(.custom-searchbar--mobile-ready) .custom-searchbar__button .svg-wrapper{width:16px;height:16px}.custom-native-predictive-searchbar:not(.custom-searchbar--mobile-ready) .custom-searchbar__reset{right:36px;width:20px;height:20px}}@media screen and (min-width:750px) and (max-width:600px){.custom-native-predictive-searchbar{max-width:350px}}@media screen and (min-width:601px){.custom-native-predictive-searchbar{max-width:300px}}.custom-searchbar__form{width:100%;position:relative;margin-top:5px}@media screen and (max-width:599px){.custom-searchbar__form{margin-top:0}}.custom-searchbar__form .predictive-search{position:absolute;top:100%;left:0;right:0;z-index:100;margin-top:4px}.custom-searchbar__form .predictive-search--header{background:#fff;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.15);border:1px solid rgba(0,0,0,.1);overflow:hidden}.custom-searchbar__form form{position:relative}.custom-searchbar__field{position:relative;width:100%;border-radius:25px;transition:all .3s ease;min-height:44px;backdrop-filter:blur(5px);box-shadow:0 2px 8px rgba(0,0,0,.1)}.custom-searchbar__field:focus-within{background-color:rgba(255,255,255,.95)!important;border:2px solid #000!important;box-shadow:0 0 0 3px rgba(255,255,255,.8)!important;box-shadow:0 4px 20px rgba(255,255,255,.2)}.custom-searchbar__field:focus-within .custom-searchbar__input{color:#333}.custom-searchbar__field:focus-within .custom-searchbar__input::-moz-placeholder{color:#666}.custom-searchbar__field:focus-within .custom-searchbar__input::placeholder{color:#666}.custom-searchbar__field:focus-within .custom-searchbar__button{color:#ffe606;background:rgba(83,18,140,.1)}.custom-searchbar__field:focus-within .custom-searchbar__button:hover{background:rgba(83,18,140,.15);color:#ffe606}.custom-searchbar__field:focus-within .custom-searchbar__reset{color:#666}.custom-searchbar__field:focus-within .custom-searchbar__reset:hover{color:#333}.custom-searchbar__field:after,.custom-searchbar__field:before{display:none!important}.custom-searchbar__field .field__label{display:none}.custom-searchbar__input{max-width:246px;margin:6px 0 6px 51px;max-height:42px;min-height:40px;background-color:#fff;border:none;color:#333;font-size:16px;padding:14px 55px 14px 24px;border-radius:25px;width:100%;font-weight:400}.custom-searchbar__input::-webkit-search-cancel-button,.custom-searchbar__input::-webkit-search-decoration,.custom-searchbar__input::-webkit-search-results-button,.custom-searchbar__input::-webkit-search-results-decoration{-webkit-appearance:none;display:none}.custom-searchbar__input::-moz-placeholder{color:#999;opacity:1;font-weight:400}.custom-searchbar__input::placeholder{color:#999;opacity:1;font-weight:400}.custom-searchbar__input:-webkit-autofill~.field__label,.custom-searchbar__input:focus~.field__label,.custom-searchbar__input:not(:placeholder-shown)~.field__label{display:none}.custom-searchbar__button{position:absolute;right:4px;top:50%;transform:translateY(-50%);background:0 0;border:none;color:#000;cursor:pointer;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:2}.custom-searchbar__button:hover{background:0 0;transform:translateY(-50%) scale(1.05)}.custom-searchbar__button .svg-wrapper{width:18px;height:18px}.custom-searchbar__button .svg-wrapper svg{width:100%;height:100%}@media screen and (min-width:601px){.custom-searchbar__button{width:40px;height:40px}.custom-searchbar__button .svg-wrapper{width:20px;height:20px}}.custom-searchbar__reset{position:absolute;right:42px;top:50%;transform:translateY(-50%);background:0 0;border:none;color:#666;cursor:pointer;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:2}.custom-searchbar__reset:focus,.custom-searchbar__reset:focus-visible{outline:0!important;box-shadow:none!important;background:rgba(0,0,0,.08);border-radius:50%}.custom-searchbar__reset:hover{color:#333;transform:translateY(-50%) scale(1.1)}.custom-searchbar__reset .svg-wrapper{width:14px;height:14px}.custom-searchbar__reset .svg-wrapper svg{width:100%;height:100%}.custom-searchbar__reset .svg-wrapper svg circle{display:none}@media screen and (min-width:601px){.custom-searchbar__reset{right:50px}}.custom-searchbar__close-mobile{display:none;position:absolute;right:46px;top:50%;transform:translateY(-50%);background:0 0;border:none;color:#666;cursor:pointer;width:32px;height:32px;align-items:center;justify-content:center;transition:all .3s ease;z-index:4;border-radius:50%}.custom-searchbar__close-mobile:hover{background:rgba(0,0,0,.05);color:#333}.custom-searchbar__close-mobile .svg-wrapper{width:16px;height:16px}.custom-searchbar__close-mobile .svg-wrapper svg{width:100%;height:100%}@media screen and (max-width:600px){.custom-searchbar--mobile-ready{width:unset!important}.custom-searchbar--mobile-ready .custom-searchbar__mobile-toggle{display:flex}.custom-searchbar--mobile-ready .custom-searchbar__form{display:none;position:fixed;top:0!important;left:0;right:0;z-index:9999;background:rgba(255,255,255,.98);backdrop-filter:blur(20px);padding:10px 5px;border-bottom:1px solid rgba(0,0,0,.1);animation:slideDown .3s ease-out}body:has(.announcement-bar-section) .custom-searchbar--mobile-ready .custom-searchbar__form{top:20px}.custom-searchbar--expanded .custom-searchbar__mobile-toggle{display:none}.custom-searchbar--expanded .custom-searchbar__form{display:block}.custom-searchbar--expanded .custom-searchbar__close-mobile{display:flex;right:12px}.custom-searchbar--expanded .custom-searchbar__field{background:0 0;box-shadow:none}.custom-searchbar--expanded .custom-searchbar__input{background:#fff;border:2px solid #e0e0e0;font-size:16px;padding:16px 90px 16px 24px;margin:0}.custom-searchbar--expanded .custom-searchbar__input:focus{border-color:#ffe606;box-shadow:0 0 0 3px rgba(83,18,140,.1)}.custom-searchbar--expanded .custom-searchbar__button{right:30px;width:32px;height:32px;background:#fff;color:#000;z-index:4}.custom-searchbar--expanded .custom-searchbar__button:hover{background:#dfdfdf;color:#fff}.custom-searchbar--expanded .custom-searchbar__close-mobile{display:flex;right:70px}.custom-searchbar--expanded .custom-searchbar__reset{display:none}.custom-searchbar--expanded .predictive-search{position:fixed;top:84px;left:0;right:0;bottom:0;max-height:none;height:calc(100vh - 84px);overflow-y:auto;background:#fff;border-radius:0;box-shadow:none;border:none}.custom-searchbar--expanded::before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:9998;animation:fadeIn .3s ease-out}body:has(.announcement-bar-section) .custom-searchbar--expanded .predictive-search{top:59px;height:100vh}@keyframes slideDown{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}body:has(.custom-searchbar--expanded){overflow:hidden}.custom-searchbar-mobile-open{overflow:hidden!important}}