body.search-overlay-open{overflow:hidden}
.mobile-search-overlay{position:fixed;inset:0;z-index:1000;display:block;background:var(--cream,#f7f5ef);opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .2s ease,transform .2s ease,visibility 0s linear .2s}
.mobile-search-overlay.is-open{opacity:1;visibility:visible;transform:none;transition-delay:0s}
.mobile-search-form{height:76px;display:flex;align-items:center;gap:8px;padding:10px 16px;background:#fff;border-bottom:1px solid var(--line,#dce6df);box-shadow:0 2px 12px rgba(16,52,50,.08)}
.mobile-search-back{width:42px;height:46px;flex:none;border:0;background:none;color:var(--ink,#183d3a);font:400 29px/1 Arial,sans-serif;cursor:pointer}
.mobile-search-field{height:54px;display:flex;align-items:center;flex:1;min-width:0;border:2px solid var(--gold,#e7b35b);border-radius:9px;background:#fff}
.mobile-search-field .search-icon{margin:0 10px;width:19px;height:19px;flex:none}.mobile-search-field input{height:50px;min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--ink,#183d3a);font:500 17px 'DM Sans',Arial,sans-serif}.mobile-search-clear{width:42px;height:46px;border:0;background:transparent;color:#71807c;font:24px/1 Arial,sans-serif;cursor:pointer}
.mobile-search-body{height:calc(100dvh - 76px);overflow-y:auto;padding:24px 20px 48px;-webkit-overflow-scrolling:touch}.mobile-search-section{max-width:620px;margin:0 auto 30px}.mobile-search-section h2{margin:0 0 10px;color:#71807c;font:700 11px 'DM Sans',Arial,sans-serif;letter-spacing:.12em;text-transform:uppercase}.mobile-suggestion,.mobile-trending-chip{font:500 15px 'DM Sans',Arial,sans-serif;color:var(--ink,#183d3a);cursor:pointer}.mobile-suggestion{display:flex;align-items:center;gap:12px;width:100%;padding:15px 4px;border:0;border-bottom:1px solid var(--line,#dce6df);background:transparent;text-align:left}.mobile-suggestion-icon{color:#8a9993;font-size:20px}.mobile-trending-list{display:flex;flex-wrap:wrap;gap:9px}.mobile-trending-chip{padding:10px 15px;border:1px solid #cbdcd3;border-radius:99px;background:#fff}.mobile-trending-chip:hover,.mobile-trending-chip:focus{border-color:var(--gold,#e7b35b);background:#fffaf0}
@media(min-width:761px){.mobile-search-form{height:84px;padding-left:max(24px,calc((100% - 1120px)/2));padding-right:max(24px,calc((100% - 1120px)/2))}.mobile-search-body{height:calc(100dvh - 84px);padding-top:34px}.mobile-search-field{max-width:720px}.mobile-search-back{margin-right:4px}}
@media(min-width:761px){.mobile-search-overlay,.mobile-search-overlay.is-open{display:none!important}}
