.fd,.fd button,.fd input,.fdBar,.fdBar button,.fdChips{font-family:var(--font-family-neue-haas-grotesk-display)}.fd{position:relative;vertical-align:top;flex:1 1;min-width:180px}.fd,.fd__trigger{display:inline-flex}.fd__trigger{width:100%;box-sizing:border-box;align-items:center;gap:12px;padding:22px 28px;min-height:72px;background:#fff;border:1px solid #d8d6d2;border-radius:0;color:#2c2a26;font-size:16px;font-weight:400;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;cursor:pointer;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .12s ease;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:left}.fd__trigger:hover{border-color:#8d2240;background:#fdfcfa}.fd__trigger:focus-visible{border-color:#8d2240;box-shadow:0 0 0 3px rgba(141,34,64,.12)}.fd__trigger:active{transform:translateY(1px)}.fd__icon{display:inline-flex;color:#8d2240}.fd__label{flex:1 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fd__chevron,.fd__clear{display:inline-flex;align-items:center;justify-content:center;color:#6c655c;transition:color .15s ease,transform .25s cubic-bezier(.2,1,.3,1);flex:0 0 auto}.fd__clear{width:22px;height:22px;border-radius:0;background:rgba(141,34,64,.08);color:#8d2240;cursor:pointer;margin-left:4px;margin-right:-4px}.fd__clear:hover{background:rgba(141,34,64,.16)}.fd--open .fd__chevron{transform:rotate(180deg)}.fd--has-value .fd__trigger{border-color:#8d2240;background:#fff;color:#2c2a26}.fd__panel{position:absolute;top:calc(100% + 8px);left:0;min-width:100%;width:280px;max-width:360px;background:#fff;border:1px solid #ebe7e0;border-radius:0;box-shadow:0 12px 32px -8px rgba(31,26,22,.16),0 4px 12px -4px rgba(31,26,22,.08);z-index:50;overflow:hidden;animation:fd-panel-in .18s cubic-bezier(.2,1,.3,1) both}.fd__searchRow{display:flex;align-items:center;gap:8px;padding:12px 16px;border-bottom:1px solid #f3efe9;background:#fbf9f5}.fd__searchIcon{display:inline-flex;color:#8d8a85;flex:0 0 auto}.fd__search{flex:1 1 auto;border:0;outline:0;background:rgba(0,0,0,0);font-size:14px;color:#2c2a26;padding:0}.fd__search::placeholder{color:#8d8a85}.fd__list{list-style:none;margin:0;padding:6px;max-height:240px;overflow-y:auto;overscroll-behavior:contain}.fd__list::-webkit-scrollbar{width:6px}.fd__list::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.fd__list::-webkit-scrollbar-thumb{background:#e3ddd1;border-radius:0}.fd__list::-webkit-scrollbar-thumb:hover{background:#c7bda6}.fd__option{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 14px;margin:1px 0;border-radius:0;color:#2c2a26;font-size:14px;cursor:pointer;transition:background-color .12s ease,color .12s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fd__option--active,.fd__option:hover{background:#f7f1e7}.fd__option--selected{background:rgba(141,34,64,.08);color:#8d2240;font-weight:600}.fd__option--selected:hover{background:rgba(141,34,64,.12)}.fd__option--disabled{color:#c7c2b8;cursor:not-allowed}.fd__option--disabled:hover{background:rgba(0,0,0,0)}.fd__optionText{flex:1 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fd__check{color:#8d2240;flex:0 0 auto}.fd__empty{list-style:none;padding:16px;text-align:center;color:#8d8a85;font-size:13px;font-style:italic}@keyframes fd-panel-in{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.fdBar{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.fdBar__count{margin-left:auto;color:#6c655c;font-size:13px;font-weight:500;white-space:nowrap}.fdBar__count strong{color:#2c2a26;font-weight:700}.fdBar__reset{display:inline-flex;align-items:center;gap:6px;padding:12px 18px;border-radius:0;border:1px dashed #c7bda6;background:rgba(0,0,0,0);color:#6c655c;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.fdBar__reset:hover{border-style:solid;border-color:#8d2240;color:#8d2240;background:rgba(141,34,64,.04)}.fdChipsSlot{min-height:44px;display:flex;align-items:flex-start;contain:layout}.fdChips{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px}.fdChips__label{color:#6c655c;font-size:12px;text-transform:uppercase;letter-spacing:.06em;font-weight:600;margin-right:4px}.fdChips__chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px 6px 12px;border-radius:0;background:#8d2240;color:#fff;font-size:13px;font-weight:500;line-height:1;cursor:default;animation:fd-chip-in .2s cubic-bezier(.2,1,.3,1) both}.fdChips__chip button{all:unset;width:18px;height:18px;border-radius:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease}.fdChips__chip button:hover{background:hsla(0,0%,100%,.2)}@keyframes fd-chip-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media(max-width:991.98px){.fd{flex:1 1 100%;min-width:0;position:relative}.fd__trigger{padding:14px 18px;font-size:15px;min-height:48px;width:100%}.fd__panel{position:absolute;top:calc(100% + 8px);left:0;right:0;width:auto;max-width:none;max-height:360px;display:flex;flex-direction:column;box-shadow:0 14px 36px -10px rgba(31,26,22,.22),0 6px 14px -4px rgba(31,26,22,.12);z-index:60}.fd--open{z-index:60}.fd__option{padding:14px 16px;font-size:15px;min-height:48px}.fd__search{font-size:15px;padding:4px 0}.fd__list{flex:1 1 auto;max-height:280px}.fdBar{gap:10px;flex-direction:column;align-items:stretch}.fdBar__count{width:100%;margin-left:0;text-align:center;padding-top:4px}.fdBar__reset{width:100%;justify-content:center}.fdChipsSlot{min-height:40px}.fdChips{margin-top:8px}.fdChips__chip{font-size:12px;padding:6px 10px 6px 12px}}