.sg-search{z-index:140;position:relative}.sg-search svg,.sg-search-page svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;display:block}.sg-search__desktop-bar,.sg-search__mobile-trigger{background:var(--sg-surface-dim);border:1px solid #0000;border-radius:999px;align-items:center;width:100%;min-width:0;height:54px;transition:border-color .16s,background-color .16s,box-shadow .16s}.sg-search__desktop-bar{padding:5px 6px 5px 22px;display:flex}.sg-search__desktop-bar:hover{background:var(--sg-surface);box-shadow:none;border-color:#11111152}.sg-search__desktop-bar:focus-within{background:var(--sg-surface);border-color:#111111b8;box-shadow:0 6px 18px #1111110d}.sg-search__desktop-bar input,.sg-search__mobile-bar input{width:100%;min-width:0;color:var(--sg-ink-header);font:inherit;letter-spacing:0;background:0 0;border:0;outline:0;font-size:15px;font-weight:400;line-height:1}.sg-search__desktop-bar input::placeholder,.sg-search__mobile-bar input::placeholder{color:var(--sg-muted);opacity:1}.sg-search__desktop-bar input::-webkit-search-cancel-button{display:none}.sg-search__mobile-bar input::-webkit-search-cancel-button{display:none}.sg-search-page input::-webkit-search-cancel-button{display:none}.sg-search__submit{background:var(--sg-ink-header);width:42px;height:42px;color:var(--sg-surface);border:0;border-radius:50%;flex:0 0 42px;place-items:center;transition:background-color .16s,transform .16s;display:grid}.sg-search__submit:hover{background:var(--sg-red-guild);transform:scale(1.04)}.sg-search__clear,.sg-search__mobile-close{width:38px;height:38px;color:var(--sg-muted);background:0 0;border:0;border-radius:50%;flex:0 0 38px;place-items:center;transition:color .16s,background-color .16s;display:grid}.sg-search__clear:hover,.sg-search__mobile-close:hover{background:var(--sg-surface-dim);color:var(--sg-ink-header)}.sg-search__clear svg,.sg-search__mobile-close svg{width:18px}.sg-search__mobile-trigger{color:var(--sg-muted);text-align:left;letter-spacing:0;justify-content:space-between;padding:5px 6px 5px 18px;font-size:14px;font-weight:400;line-height:1;display:none}.sg-search__desktop-panel{z-index:400;overscroll-behavior:contain;border:1px solid var(--sg-line);background:var(--sg-surface);border-radius:24px;width:min(780px,100vw - 48px);max-height:min(680px,100vh - 168px);position:absolute;top:calc(100% + 12px);left:50%;overflow:auto;transform:translate(-50%);box-shadow:0 24px 70px #1111112e}.sg-search__panel-topline,.sg-search__group-heading,.sg-search__mobile-context{justify-content:space-between;align-items:center;display:flex}.sg-search__panel-topline{z-index:2;border-bottom:1px solid var(--sg-line);min-height:42px;color:var(--sg-muted);letter-spacing:0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;padding:0 20px;font-size:11px;font-weight:400;line-height:1.3;position:sticky;top:0}.sg-search__panel-topline button,.sg-search__group-heading button,.sg-search__clear-recent{color:var(--sg-ink-header);letter-spacing:0;background:0 0;border:0;font-size:12px;font-weight:600;line-height:1}.sg-search__clear-recent{color:var(--sg-muted);text-underline-offset:4px;background:0 0;border:0;margin:0 8px 10px;padding:5px 0;text-decoration:underline}.sg-search__suggestion-body{padding:10px}.sg-search__suggestion-group{padding:8px 8px 13px}.sg-search__suggestion-group+.sg-search__suggestion-group{border-top:1px solid var(--sg-line);padding-top:16px}.sg-search__group-heading{min-height:28px;margin-bottom:5px}.sg-search__group-heading h3,.sg-search__mobile-context>span,.sg-search-state__eyebrow,.sg-search-page__intro>span,.sg-search-page__filter-head span{color:var(--sg-muted);letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:12px;font-weight:500;line-height:1.2}.sg-search__option-list{gap:3px;display:grid}.sg-search__option{min-height:64px;color:var(--sg-ink-header);cursor:pointer;border-radius:16px;grid-template-columns:48px minmax(0,1fr) auto 30px;align-items:center;gap:12px;padding:7px 9px;transition:background-color .13s,transform .13s;display:grid}.sg-search__option:hover,.sg-search__option.is-active{background:var(--sg-surface-dim);transform:translate(2px)}.sg-search__option-media,.sg-search__option-icon{background:var(--sg-surface-alt);border-radius:13px;place-items:center;width:48px;height:48px;display:grid;overflow:hidden}.sg-search__option-media img{object-fit:cover;width:100%;height:100%}.sg-search__option-icon svg{width:18px}.sg-search__option-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.sg-search__option-copy strong{color:var(--sg-ink-header);letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;line-height:1.25;overflow:hidden}.sg-search__option-copy>span:last-child{color:var(--sg-muted);letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:400;line-height:1.3;overflow:hidden}.sg-search__option-type{color:var(--sg-red-guild);letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:500;line-height:1.2}.sg-search__option-price{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.sg-search__option-price strong{color:var(--sg-ink-header);font-size:16px;font-weight:600;line-height:1}.sg-search__option-price span{color:var(--sg-muted);letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:400;line-height:1.2}.sg-search__option-arrow{background:var(--sg-surface);border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.sg-search__option-arrow svg{width:15px}.sg-search__view-all,.sg-search__no-suggestions button{background:var(--sg-ink-header);width:100%;min-height:52px;color:var(--sg-surface);text-align:left;letter-spacing:0;border:0;border-radius:15px;justify-content:space-between;align-items:center;gap:16px;padding:0 18px;font-size:14px;font-weight:600;line-height:1;display:flex}.sg-search__view-all strong{font-weight:600}.sg-search__view-all svg,.sg-search__no-suggestions button svg{width:17px}.sg-search__no-suggestions{color:var(--sg-muted);letter-spacing:0;gap:13px;padding:22px 8px 8px;font-size:14px;font-weight:400;line-height:1.4;display:grid}@media (width>=1025px){.sg-search__desktop-panel{border-color:#1111111a;border-radius:18px;width:min(max(100%,780px),100vw - 48px);max-height:min(620px,100vh - 156px);top:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 20px 54px #1111111c}.sg-search__desktop-panel .sg-search__suggestion-body{padding:0}.sg-search__desktop-panel .sg-search__listbox{display:grid}.sg-search__desktop-panel[data-search-mode=results] .sg-search__listbox{grid-template-columns:minmax(0,1.62fr) minmax(250px,.88fr)}.sg-search__desktop-panel[data-search-mode=idle] .sg-search__listbox{grid-template-columns:repeat(2,minmax(0,1fr))}.sg-search__desktop-panel[data-search-mode=idle] .sg-search__listbox:not(:has(.sg-search__suggestion-group+.sg-search__suggestion-group)){grid-template-columns:1fr}.sg-search__desktop-panel[data-search-mode=idle] .sg-search__listbox:not(:has(.sg-search__suggestion-group+.sg-search__suggestion-group)) .sg-search__option-list{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px}.sg-search__desktop-panel .sg-search__suggestion-group,.sg-search__desktop-panel .sg-search__suggestion-group+.sg-search__suggestion-group{border-top:0;margin:0;padding:18px 20px 20px}.sg-search__desktop-panel[data-search-mode=results] [data-search-group=products]{border-right:1px solid var(--sg-line);grid-area:1/1/span 2}.sg-search__desktop-panel[data-search-mode=results] [data-search-group=brands]{grid-area:1/2}.sg-search__desktop-panel[data-search-mode=results] :is([data-search-group=live-drops],[data-search-group=happening-now]){border-top:1px solid var(--sg-line);grid-area:2/2}.sg-search__desktop-panel[data-search-mode=results] .sg-search__listbox:not(:has([data-search-group=products])){grid-template-columns:1fr}.sg-search__desktop-panel[data-search-mode=results] .sg-search__listbox:not(:has([data-search-group=products])) .sg-search__suggestion-group{border-right:0;grid-area:auto/1}.sg-search__desktop-panel[data-search-mode=results] .sg-search__listbox:not(:has([data-search-group=brands])) :is([data-search-group=live-drops],[data-search-group=happening-now]){grid-row:1}.sg-search__desktop-panel[data-search-mode=idle] .sg-search__suggestion-group+.sg-search__suggestion-group{border-left:1px solid var(--sg-line)}.sg-search__desktop-panel .sg-search__group-heading{min-height:20px;margin-bottom:7px}.sg-search__desktop-panel .sg-search__group-heading h3{letter-spacing:.06em;font-size:12px;font-weight:500;line-height:1.2}.sg-search__desktop-panel .sg-search__option-list{gap:0}.sg-search__desktop-panel .sg-search__option{border-radius:12px;grid-template-columns:58px minmax(0,1fr) auto 28px;gap:12px;min-height:72px;padding:7px 8px;transition:background-color .13s;position:relative}.sg-search__desktop-panel .sg-search__option+.sg-search__option{border-top:1px solid #11111114;border-radius:0}.sg-search__desktop-panel .sg-search__option:hover,.sg-search__desktop-panel .sg-search__option.is-active{background:var(--sg-surface-dim);transform:none}.sg-search__desktop-panel .sg-search__option.is-active:before{background:var(--sg-red-guild);content:"";border-radius:999px;width:3px;position:absolute;top:10px;bottom:10px;left:0}.sg-search__desktop-panel .sg-search__option-media,.sg-search__desktop-panel .sg-search__option-icon{background:var(--sg-surface-dim);border-radius:10px;width:58px;height:58px}.sg-search__desktop-panel .sg-search__option-media img{object-fit:contain;padding:4px}.sg-search__desktop-panel .sg-search__option-copy{gap:3px}.sg-search__desktop-panel .sg-search__option-copy strong{font-size:14px;font-weight:600;line-height:1.25}.sg-search__desktop-panel .sg-search__option-copy>span:last-child{font-size:12px;font-weight:400;line-height:1.3}.sg-search__desktop-panel .sg-search__option-type{letter-spacing:.06em;font-size:10px;font-weight:500;line-height:1.2}.sg-search__desktop-panel .sg-search__option[data-search-kind=drop] .sg-search__option-type:before{background:var(--sg-red-guild);content:"";vertical-align:1px;border-radius:50%;width:6px;height:6px;margin-right:6px;display:inline-block}.sg-search__desktop-panel [data-search-group=brands] .sg-search__option,.sg-search__desktop-panel :is([data-search-group=live-drops],[data-search-group=happening-now]) .sg-search__option{grid-template-columns:50px minmax(0,1fr) 26px;gap:10px;min-height:68px}.sg-search__desktop-panel [data-search-group=brands] .sg-search__option-media,.sg-search__desktop-panel :is([data-search-group=live-drops],[data-search-group=happening-now]) .sg-search__option-media{width:50px;height:50px}.sg-search__desktop-panel [data-search-group=brands] .sg-search__option-price,.sg-search__desktop-panel :is([data-search-group=live-drops],[data-search-group=happening-now]) .sg-search__option-price{display:none}.sg-search__desktop-panel[data-search-mode=idle] .sg-search__option{grid-template-columns:36px minmax(0,1fr) 26px;min-height:54px}.sg-search__desktop-panel[data-search-mode=idle] .sg-search__option-icon{background:0 0;width:36px;height:36px}.sg-search__desktop-panel[data-search-mode=idle] .sg-search__option-type,.sg-search__desktop-panel[data-search-mode=idle] .sg-search__option-copy>span:last-child{display:none}.sg-search__desktop-panel[data-search-mode=idle] .sg-search__option-copy strong{font-size:14px;font-weight:500}.sg-search__desktop-panel .sg-search__clear-recent{margin:0;padding:0 20px 18px;font-size:11px;font-weight:400}.sg-search__desktop-panel .sg-search__no-suggestions{padding:24px 20px 20px}.sg-search__desktop-panel .sg-search__no-suggestions button{border:1px solid var(--sg-line);background:var(--sg-surface-dim);min-height:48px;color:var(--sg-ink-header);font-size:14px;font-weight:600}.sg-search__desktop-footer{border-top:1px solid var(--sg-line);justify-content:space-between;align-items:center;gap:24px;min-height:58px;padding:0 20px;display:flex}.sg-search__desktop-footer>button{min-width:0;color:var(--sg-ink-header);letter-spacing:0;background:0 0;border:0;align-items:center;gap:10px;padding:8px 0;font-size:14px;font-weight:600;line-height:1.2;display:flex}.sg-search__desktop-footer>button strong{font-weight:600}.sg-search__desktop-footer>button svg{width:15px;transition:transform .14s}.sg-search__desktop-footer>button:hover svg{transform:translate(3px)}.sg-search__desktop-footer>span{color:var(--sg-muted);letter-spacing:0;flex:none;align-items:center;gap:7px;font-size:12px;font-weight:400;line-height:1.2;display:inline-flex}.sg-search__desktop-footer>span svg{width:15px}}@media (width>=1280px){.sg-search__desktop-panel[data-search-mode=idle] .sg-search__listbox:not(:has(.sg-search__suggestion-group+.sg-search__suggestion-group)) .sg-search__option:nth-child(2){border-top:0;border-radius:12px}}.sg-search__mobile-dialog{z-index:600;overscroll-behavior:contain;background:var(--sg-surface);color:var(--sg-ink-header);display:none;position:fixed;inset:0;overflow:auto}.sg-search__mobile-head{z-index:3;border-bottom:1px solid var(--sg-line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;grid-template-columns:minmax(0,1fr) 44px;gap:8px;padding:12px;display:grid;position:sticky;top:0}.sg-search__mobile-bar{border:1px solid var(--sg-ink-header);background:var(--sg-surface);min-width:0;height:48px;box-shadow:0 0 0 1px var(--sg-ink-header);border-radius:999px;align-items:center;gap:10px;padding:0 8px 0 16px;display:flex}.sg-search__mobile-bar>svg{flex:0 0 18px;width:18px}.sg-search__mobile-close{background:var(--sg-ink-header);width:44px;height:44px;color:var(--sg-surface);align-self:center}.sg-search__mobile-context{min-height:58px;padding:10px 20px 0}.sg-search__mobile-context strong{color:var(--sg-ink-header);letter-spacing:0;font-size:12px;font-weight:600;line-height:1}.sg-search-page{--sg-drop-market-ink:#0b0b0b;--sg-drop-accent:var(--sg-red-guild);background:var(--sg-surface);min-width:0;color:var(--sg-ink-header);overflow:clip}.sg-search-page__hero{padding:34px var(--sg-page-inline-wide) 0;background:var(--sg-surface);color:var(--sg-ink-header);border-bottom:0}.sg-search-page__hero-inner,.sg-search-page__content{width:min(100%, var(--sg-page-shell));margin-inline:auto}.sg-search-page__hero-inner{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"intro identity""search search""tabs tabs";align-items:center;gap:26px 48px;display:grid}.sg-search-page__intro{grid-area:intro}.sg-search-page__intro h1{max-width:980px;color:var(--sg-ink-header);font-size:max(44px, calc(64px * var(--sg-desktop-scale)));letter-spacing:0;margin:11px 0 13px;font-weight:600;line-height:1.02}.sg-search-page__intro h1 em{color:var(--sg-red-guild);font-style:normal}.sg-search-page__intro p{max-width:650px;color:var(--sg-muted);letter-spacing:0;margin:0;font-size:14px;font-weight:400;line-height:1.4}.sg-search-page__search-form{min-height:56px;color:var(--sg-ink-header);background:#f4f4f1;border:0;border-radius:999px;grid-area:search;grid-template-columns:20px minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:5px 6px 5px 20px;transition:border-color .16s,box-shadow .16s;display:grid}.sg-search-page__search-form:focus-within{box-shadow:none;background:#f0f0ec}.sg-search-page__search-form input{min-width:0;color:var(--sg-ink-header);font:inherit;letter-spacing:0;background:0 0;border:0;outline:0;font-size:15px;font-weight:400;line-height:1}.sg-search-page__search-form input::placeholder{color:var(--sg-muted);opacity:1}.sg-search-page__search-form>button:last-child,.sg-search-state button{background:var(--sg-red-guild);color:#fff;letter-spacing:0;border:0;border-radius:999px;min-height:44px;padding:0 25px;font-size:14px;font-weight:600;line-height:1;transition:background-color .16s,transform .16s}.sg-search-page__search-form>button:last-child:hover,.sg-search-state button:hover{background:#a92c1e;transform:translateY(-1px)}.sg-search-page__input-clear{min-height:40px;color:var(--sg-muted);letter-spacing:0;background:0 0;border:0;padding:0 8px;font-size:14px;font-weight:600;line-height:1}.sg-search-page__identity{grid-area:identity;justify-self:end;align-items:center;gap:12px;min-width:0;display:flex}.sg-search-page__identity>span{color:var(--sg-ink-header);letter-spacing:.06em;background:#efede6;border:0;border-radius:999px;flex:none;padding:8px 12px;font-size:12px;font-weight:600;line-height:1}.sg-search-page__identity>span.is-member{color:#176435;background:#def7e6}.sg-search-page__identity p{color:var(--sg-muted);letter-spacing:0;margin:0;font-size:12px;font-weight:400;line-height:1.3}.sg-search-page__identity a{color:var(--sg-ink-header);letter-spacing:0;text-underline-offset:4px;flex:none;font-size:12px;font-weight:600;line-height:1;text-decoration:underline}.sg-search-page__content{padding:32px 0 84px}.sg-search-page__tabs{scrollbar-width:none;grid-area:tabs;align-items:end;gap:40px;min-height:54px;padding-bottom:0;display:flex;overflow-x:auto}.sg-search-page__tabs::-webkit-scrollbar{display:none}.sg-search-page__tabs button{min-height:54px;color:var(--sg-ink-header);letter-spacing:0;background:0 0;border:0;flex:none;align-items:center;gap:8px;padding:0;font-size:15px;font-weight:600;line-height:1;display:inline-flex;position:relative}.sg-search-page__tabs button strong{background:#1111110d;border-radius:50%;place-items:center;min-width:22px;height:22px;font-size:11px;font-weight:600;display:grid}.sg-search-page__tabs button.is-active{color:var(--sg-ink-header)}.sg-search-page__tabs button.is-active:after{background:var(--sg-red-guild);content:"";height:3px;position:absolute;bottom:-1px;left:0;right:0}.sg-search-page__tabs button.is-active strong{background:var(--sg-ink-header);color:var(--sg-surface)}.sg-search-page__workspace{grid-template-columns:var(--sg-filter-rail-width) minmax(0, 1fr);gap:var(--sg-filter-rail-gap);align-items:start;display:grid}.sg-search-page__workspace aside{background:0 0;border:0;border-radius:0;gap:28px;padding:8px 28px 20px 0;display:grid;position:sticky;top:156px}.sg-search-page__filter-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.sg-search-page__filter-head h2{letter-spacing:0;margin:5px 0 0;font-size:20px;font-weight:600;line-height:1.2}.sg-search-page__filter-head button{color:var(--sg-muted);letter-spacing:0;text-underline-offset:4px;background:0 0;border:0;padding:3px 0;font-size:12px;font-weight:600;line-height:1;text-decoration:underline}.sg-search-page__category-control{width:100%}.sg-search-filter__control,.sg-search-filter__inner{position:relative}.sg-search-filter__control{z-index:8;width:min(100%,326px)}.sg-search-filter__control.is-open{z-index:9}.sg-search-filter__control--sort{margin-left:auto}.sg-search-filter__inner{width:100%}.sg-search-filter__trigger{cursor:pointer;text-align:left;background:0 0;border:0;border-bottom:1px solid #dedede;border-radius:0;grid-template-columns:auto minmax(0,1fr) 16px;align-items:center;gap:14px;width:100%;min-height:48px;padding:0 5px 12px;font-family:inherit;transition:border-color .16s;display:grid}.sg-search-filter__trigger>span{color:var(--sg-red-guild);letter-spacing:.06em;white-space:nowrap;font-size:12px;font-weight:500;line-height:1.2}.sg-search-filter__trigger>strong{color:#0b0b0b;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;font-weight:600;line-height:1;overflow:hidden}.sg-search-filter__trigger svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;pointer-events:none;width:18px;height:18px;transition:transform .18s}.sg-search-filter__trigger:hover,.sg-search-filter__trigger:focus-visible,.sg-search-filter__control.is-open .sg-search-filter__trigger{border-color:var(--sg-red-guild);outline:0}.sg-search-filter__control.is-open .sg-search-filter__trigger svg{transform:rotate(180deg)}.sg-search-filter__menu{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffffa;border:1px solid #0b0b0b1c;border-radius:16px;width:100%;padding:7px;position:absolute;top:calc(100% + 10px);left:0;box-shadow:0 22px 54px #34191424}.sg-search-filter__menu button{color:#0b0b0bad;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:10px;grid-template-columns:7px minmax(0,1fr);align-items:center;gap:11px;width:100%;min-height:44px;padding:0 12px;font-family:inherit;transition:color .14s,background-color .14s;display:grid}.sg-search-filter__menu button>span{background:var(--sg-red-guild);opacity:0;border-radius:50%;width:6px;height:6px;transition:opacity .14s,transform .14s;transform:scale(.55)}.sg-search-filter__menu button strong{letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;font-weight:600;line-height:1;overflow:hidden}.sg-search-filter__menu button:hover,.sg-search-filter__menu button:focus-visible{color:#0b0b0b;background:#ef2b1f0e;outline:0}.sg-search-filter__menu button.is-selected{color:var(--sg-red-guild);background:#ef2b1f13}.sg-search-filter__menu button.is-selected>span{opacity:1;transform:scale(1)}.sg-search-page__category-control .sg-search-filter__menu{overscroll-behavior:contain;max-height:min(352px,54vh);overflow-y:auto}.sg-search-page fieldset{border:0;gap:12px;margin:0;padding:0;display:grid}.sg-search-page fieldset legend{color:var(--sg-ink-header);letter-spacing:.06em;text-transform:uppercase;margin-bottom:13px;font-size:12px;font-weight:500;line-height:1.2}.sg-search-page fieldset label{color:var(--sg-muted);letter-spacing:0;align-items:center;gap:10px;font-size:14px;font-weight:400;line-height:1.4;display:flex}.sg-search-page fieldset input{width:18px;height:18px;accent-color:var(--sg-red-guild);margin:0}.sg-search-page__privacy-note{background:var(--sg-surface-dim);border-radius:16px;grid-template-columns:24px 1fr;gap:9px;padding:14px;display:grid}.sg-search-page__privacy-note>span{background:var(--sg-ink-header);color:#fff;border-radius:50%;place-items:center;width:24px;height:24px;font-size:10px;display:grid}.sg-search-page__privacy-note p{color:var(--sg-muted);letter-spacing:0;margin:0;font-size:12px;font-weight:400;line-height:1.3}.sg-search-page__results{min-width:0}.sg-search-page__results-toolbar{justify-content:space-between;align-items:flex-start;gap:20px;min-height:58px;display:flex}.sg-search-page__result-count{align-items:baseline;gap:7px;display:flex}.sg-search-page__result-count strong{font-size:32px;font-weight:600;line-height:1}.sg-search-page__result-count span{color:var(--sg-muted);font-size:14px;font-weight:400;line-height:1.4}.sg-search-page__sort-control{width:min(100%,326px)}.sg-search-page__result-sections{gap:max(48px, calc(72px * var(--sg-desktop-scale)));display:grid}.sg-search-page__result-section{min-width:0}.sg-search-page__result-section--products{scroll-margin-top:150px}.sg-search-page__section-heading{justify-content:space-between;align-items:flex-end;gap:24px;min-height:62px;margin-bottom:24px;display:flex}.sg-search-page__section-heading>div{gap:7px;display:grid}.sg-search-page__section-heading span{color:var(--sg-red-guild);letter-spacing:.06em;font-size:10px;font-weight:600;line-height:1}.sg-search-page__section-heading h2{color:var(--sg-ink-header);font-size:max(30px, calc(40px * var(--sg-desktop-scale)));letter-spacing:0;margin:0;font-weight:600;line-height:1}.sg-search-page__section-heading>strong{background:var(--sg-surface-dim);min-width:34px;height:34px;color:var(--sg-ink-header);border-radius:50%;place-items:center;font-size:12px;font-weight:600;display:grid}.sg-search-page__brand-results,.sg-search-page__product-results{background:0 0;padding:0;overflow:visible}.sg-search-page__brand-results{container-type:inline-size}.sg-search-page__brand-results .sg-brands-directory__partner-grid{margin-top:0}.sg-search-page__result-section--drops{background:0 0;width:auto;max-width:none;padding:0;overflow:visible}.sg-search-page__view-all-products{justify-content:center;padding-top:38px;display:flex}.sg-search-page__view-all-products button{min-height:42px;color:var(--sg-ink-header);background:0 0;border:0;border-bottom:1px solid #11111173;align-items:center;gap:10px;padding:0 2px;font-size:14px;font-weight:600;line-height:1;transition:border-color .16s,gap .16s;display:inline-flex}.sg-search-page__view-all-products button:hover{border-color:var(--sg-ink-header);gap:14px}.sg-search-page__pagination{grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;padding-top:48px;display:grid}.sg-search-page__pagination>div{justify-content:center;align-items:center;gap:6px;display:flex}.sg-search-page__pagination button{min-width:38px;height:38px;color:var(--sg-ink-header);background:0 0;border:0;border-radius:999px;place-items:center;padding:0 11px;font-size:12px;font-weight:600;line-height:1;transition:background-color .15s,color .15s;display:inline-grid}.sg-search-page__pagination button:hover:not(:disabled),.sg-search-page__pagination button[aria-current=page]{background:var(--sg-ink-header);color:#fff}.sg-search-page__pagination button:disabled{color:#11111147;cursor:default}.sg-search-page__pagination>div>span{min-width:22px;color:var(--sg-muted);text-align:center}.sg-search-page__pagination-direction:first-child{justify-self:start}.sg-search-page__pagination-direction:last-child{justify-self:end}.sg-search-state{background:var(--sg-surface-dim);text-align:center;border:0;border-radius:26px;flex-direction:column;justify-content:center;align-items:center;min-height:500px;padding:42px;display:flex}.sg-search-state>svg{width:52px;color:var(--sg-red-guild);stroke-width:1.5px;margin-bottom:22px}.sg-search-state h2{letter-spacing:0;max-width:600px;margin:9px 0 12px;font-size:40px;font-weight:600;line-height:1.05}.sg-search-state p{max-width:520px;color:var(--sg-muted);letter-spacing:0;margin:0 0 24px;font-size:16px;font-weight:400;line-height:1.45}.sg-search-state__spinner{border:3px solid #1111111f;border-top-color:var(--sg-red-guild);border-radius:50%;width:42px;height:42px;margin-bottom:20px;animation:.7s linear infinite sg-search-spin}.sg-search-state--loading>strong{font-size:20px;font-weight:600;line-height:1.2}.sg-search-state--loading>span:not(.sg-search-state__spinner){color:var(--sg-muted);margin-top:7px;font-size:14px;font-weight:400;line-height:1.4}.sg-search-state__skeletons{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:100%;margin-top:34px;display:grid}.sg-search-state__skeletons span{background:linear-gradient(90deg,#1111110d 0%,#1111111a 50%,#1111110d 100%) 0 0/200% 100%;border-radius:15px;height:62px;animation:1.1s linear infinite sg-search-shimmer}.sg-search-page__mobile-filter-toggle{display:none}@keyframes sg-search-spin{to{transform:rotate(360deg)}}@keyframes sg-search-shimmer{to{background-position:-200% 0}}@media (width>=1181px){.sg-search-page .sg-search-page__drop-grid[data-page-size="3"]>.sg-live-drops__card-slot{--sg-vp-card-scale:clamp(.5, calc(( var(--sg-page-shell) - var(--sg-filter-rail-width) - var(--sg-filter-rail-gap) - (2 * var(--sg-grid-gap)) ) / 1345.5px), 1)}.sg-search-page .sg-search-page__drop-grid[data-page-size="2"]>.sg-live-drops__card-slot{--sg-vp-card-scale:clamp(.5, calc(( var(--sg-page-shell) - var(--sg-filter-rail-width) - var(--sg-filter-rail-gap) - var(--sg-grid-gap) ) / 897px), 1)}}@media (width>=1600px){.sg-search-page__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=700px){.sg-search-page__hero-inner{grid-template-columns:1fr;grid-template-areas:"intro""identity""search""tabs";gap:20px}.sg-search-page__identity{justify-self:start}.sg-search-page__workspace{grid-template-columns:230px minmax(0,1fr);gap:22px}.sg-search-page__grid{grid-template-columns:1fr}}@media (width<=1024px){.sg-search__desktop-bar{display:none}.sg-search__mobile-trigger{height:50px;display:flex}.sg-search__desktop-panel{display:none}.sg-search__mobile-dialog{display:block}}@media (width<=800px){.sg-search-page__hero{padding:26px 12px 0}.sg-search-page__intro h1{margin:9px 0 10px;font-size:clamp(34px,10vw,44px);line-height:1.02}.sg-search-page__intro p{font-size:12px;line-height:1.35}.sg-search-page__search-form{grid-template-columns:20px minmax(0,1fr) auto;min-height:58px;padding:6px 6px 6px 16px}.sg-search-page__search-form input{font-size:14px}.sg-search-page__search-form>button:last-child{min-height:46px;padding-inline:18px}.sg-search-page__input-clear{display:none}.sg-search-page__identity{grid-template-columns:auto 1fr;gap:8px 10px;display:grid}.sg-search-page__identity a{grid-column:2}.sg-search-page__content{padding:18px 12px 60px}.sg-search-page__tabs{gap:26px;min-height:50px;margin-inline:-12px;padding:0 12px}.sg-search-page__tabs button{min-height:50px}.sg-search-page__mobile-filter-toggle{width:100%;min-height:50px;color:var(--sg-ink-header);letter-spacing:0;background:#f4f4f1;border:0;border-radius:15px;justify-content:space-between;align-items:center;padding:0 14px;font-size:14px;font-weight:600;line-height:1;display:flex}.sg-search-page__mobile-filter-toggle strong{background:var(--sg-ink-header);color:#fff;border-radius:50%;place-items:center;min-width:28px;height:28px;font-size:11px;font-weight:600;display:grid}.sg-search-page__workspace{display:block}.sg-search-page__workspace aside{background:#f8f8f6;border:0;border-radius:18px;margin-top:10px;padding:18px;display:none;position:static}.sg-search-page__workspace aside.is-open{display:grid}.sg-search-page__results{margin-top:22px}.sg-search-page__results-toolbar{align-items:center;min-height:66px}.sg-search-page__result-sections{gap:58px}.sg-search-page__section-heading{min-height:0;margin-bottom:18px}.sg-search-page__section-heading h2{font-size:30px}.sg-search-page__result-count strong{font-size:24px}.sg-search-page .sg-search-filter__control{width:100%}.sg-search-page .sg-search-page__sort-control{width:min(64vw,240px)}.sg-search-filter__trigger{grid-template-columns:auto minmax(0,1fr) 16px;gap:10px;min-height:44px;padding:0 4px 9px}.sg-search-filter__trigger svg{width:16px;height:16px}.sg-search-filter__menu{max-height:min(352px,54vh);overflow-y:auto}.sg-search-state{min-height:430px;padding:30px 18px}.sg-search-state h2{font-size:36px}.sg-search-state__skeletons{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.sg-search__suggestion-body{padding:6px}.sg-search__suggestion-group{padding-inline:6px}.sg-search__option{grid-template-columns:44px minmax(0,1fr) 28px;gap:10px;min-height:62px;padding-inline:7px}.sg-search__option-media,.sg-search__option-icon{width:44px;height:44px}.sg-search__option-price{display:none}.sg-search__option-copy strong{font-size:14px}.sg-search__mobile-context{padding-inline:14px}.sg-search-page__search-form input::placeholder{color:#0000}.sg-search-page__identity p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sg-search-page__pagination{gap:8px;padding-top:36px}.sg-search-page__pagination>div{gap:3px}.sg-search-page__pagination>div>span{display:none}.sg-search-page__pagination button{min-width:34px;height:34px;padding-inline:8px}.sg-search-page__pagination .sg-search-page__pagination-direction{width:34px;font-size:0;overflow:hidden}.sg-search-page__pagination-direction:first-child:before{content:"←";font-size:16px}.sg-search-page__pagination-direction:last-child:before{content:"→";font-size:16px}}@media (prefers-reduced-motion:reduce){.sg-search *,.sg-search-page *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
