.rfs-hero{padding:8px 0 0;text-align:center}.rfs-hero__eyebrow{margin:0 0 14px;font-family:var(--font-body-family);font-size:11px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--rfc-muted)}.rfs-hero__title{margin:0;font-family:var(--font-heading-family);font-weight:400;font-size:clamp(30px,5vw,46px);line-height:1.12;letter-spacing:-.01em;color:var(--rfc-ink)}.rfs-hero__term{font-style:italic;color:var(--rfc-accent)}.rfs-hero__sub{margin:14px auto 0;max-width:46ch;font-family:var(--font-body-family);font-size:14px;line-height:1.65;color:var(--rfc-ink-2)}.rfs-hero:after{content:"";display:block;width:44px;height:1px;margin:22px auto 0;background:var(--rfc-line-2)}.rfs-form{position:relative;z-index:4;max-width:620px;margin:26px auto 0}.rfs-field{position:relative;display:flex;align-items:center;background:var(--rfc-surface);border:1px solid var(--rfc-line-2);border-radius:999px;box-shadow:0 1px 2px #1c1a1908;transition:border-color var(--rfc-fast) var(--rfc-ease),box-shadow var(--rfc-fast) var(--rfc-ease)}.rfs-field:focus-within{border-color:var(--rfc-accent);box-shadow:0 0 0 3px #b4536d1f}.rfs-field__icon{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:52px;height:54px;color:var(--rfc-muted);pointer-events:none}.rfs-field__icon svg{width:18px;height:18px}.rfs-field .rfs-input{flex:1 1 auto;min-width:0;height:54px;padding:0 4px 0 0;border:0;background:transparent;box-shadow:none;font-family:var(--font-body-family);font-size:15px;color:var(--rfc-ink);appearance:none;-webkit-appearance:none}.rfs-field .rfs-input:focus,.rfs-field .rfs-input:focus-visible{outline:0;box-shadow:none}.rfs-field .rfs-input::placeholder{color:var(--rfc-muted);opacity:1}.rfs-field .rfs-input::-webkit-search-decoration,.rfs-field .rfs-input::-webkit-search-cancel-button{-webkit-appearance:none}.rfs-field .rfs-reset{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:34px;height:34px;margin-right:2px;padding:0;border:0;border-radius:50%;background:transparent;color:var(--rfc-muted);cursor:pointer;transition:background var(--rfc-fast) var(--rfc-ease),color var(--rfc-fast) var(--rfc-ease)}.rfs-field .rfs-reset:hover{background:var(--rfc-tile);color:var(--rfc-ink)}.rfs-field .rfs-reset svg{width:14px;height:14px}.rfs-field .rfs-reset.hidden{display:none}.rfs-field .rfs-reset:after{display:none}.rfs-field .rfs-submit{flex:0 0 auto;height:42px;margin:0 6px 0 2px;padding:0 22px;border:0;border-radius:999px;background:var(--rfc-ink);color:#fff;font-family:var(--font-body-family);font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background var(--rfc-fast) var(--rfc-ease)}.rfs-field .rfs-submit:hover{background:var(--rfc-accent-deep)}@media screen and (max-width:749px){.rfs-field__icon{width:44px;height:48px}.rfs-field .rfs-input{height:48px;font-size:16px}.rfs-field .rfs-submit{height:36px;margin-right:5px;padding:0 14px;font-size:11px}}.rfs-suggest{margin:22px auto 0;max-width:720px}.rfs-suggest__label{margin:0 0 10px;font-family:var(--font-body-family);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--rfc-muted)}.rfs-suggest__list{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:0;padding:0;list-style:none}.rfs .rfs-chip{display:inline-flex;align-items:center;padding:8px 16px;border:1px solid var(--rfc-line);border-radius:999px;background:var(--rfc-surface);font-family:var(--font-body-family);font-size:13px;line-height:1;color:var(--rfc-ink-2);text-decoration:none;transition:border-color var(--rfc-fast) var(--rfc-ease),color var(--rfc-fast) var(--rfc-ease),background var(--rfc-fast) var(--rfc-ease)}.rfs .rfs-chip:hover{border-color:var(--rfc-accent);color:var(--rfc-accent);background:var(--rfc-surface)}.rfs-results-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin:40px 0 18px;padding-bottom:12px;border-bottom:1px solid var(--rfc-line)}.rfs-results-head__title{margin:0;font-family:var(--font-heading-family);font-weight:400;font-size:22px;line-height:1.2;color:var(--rfc-ink)}.rfs-results-head__count{font-family:var(--font-body-family);font-size:12px;letter-spacing:.06em;color:var(--rfc-muted);white-space:nowrap}.rfs-results-head+.rfs-results-head{margin-top:24px}.rfs-aux{margin:48px 0 0}.rfs-aux__list{display:grid;grid-template-columns:1fr;gap:1px;margin:0;padding:0;list-style:none;background:var(--rfc-line);border-top:1px solid var(--rfc-line);border-bottom:1px solid var(--rfc-line)}@media screen and (min-width:990px){.rfs-aux__list{grid-template-columns:1fr 1fr}}.rfs-aux__item{background:var(--rfc-ground)}.rfs .rfs-aux__link{display:flex;align-items:center;gap:16px;padding:18px 20px;text-decoration:none;color:var(--rfc-ink);transition:background var(--rfc-fast) var(--rfc-ease)}.rfs .rfs-aux__link:hover{background:var(--rfc-surface)}.rfs-aux__media{display:block;flex:0 0 auto;width:64px;height:64px;overflow:hidden;border-radius:6px;background:var(--rfc-tile)}.rfs-aux__media img{width:100%;height:100%;object-fit:cover;display:block}.rfs-aux__glyph{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-family:var(--font-heading-family);font-size:22px;color:var(--rfc-muted)}.rfs-aux__body{display:block;min-width:0}.rfs-aux__kicker{display:block;margin:0 0 5px;font-family:var(--font-body-family);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--rfc-accent)}.rfs-aux__title{display:block;margin:0;font-family:var(--font-body-family);font-size:15px;font-weight:500;line-height:1.35;color:var(--rfc-ink)}.rfs-aux__meta{display:block;margin:6px 0 0;font-family:var(--font-body-family);font-size:12px;color:var(--rfc-muted)}.rfs-empty{max-width:560px;margin:56px auto 0;padding:0 0 32px;text-align:center}.rfs-empty__mark{display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin:0 auto 20px;border:1px solid var(--rfc-line-2);border-radius:50%;color:var(--rfc-muted)}.rfs-empty__mark svg{width:20px;height:20px}.rfs-empty__title{margin:0;font-family:var(--font-heading-family);font-weight:400;font-size:24px;color:var(--rfc-ink)}.rfs-empty__text{margin:12px auto 0;max-width:42ch;font-family:var(--font-body-family);font-size:14px;line-height:1.7;color:var(--rfc-ink-2)}.rfs-empty__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:24px}.rfs a.rfs-empty__cta{display:inline-flex;align-items:center;padding:13px 26px;border:1px solid var(--rfc-ink);border-radius:999px;background:var(--rfc-ink);color:#fff;font-family:var(--font-body-family);font-size:12px;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;transition:background var(--rfc-fast) var(--rfc-ease),border-color var(--rfc-fast) var(--rfc-ease)}.rfs a.rfs-empty__cta:hover{background:var(--rfc-accent-deep);border-color:var(--rfc-accent-deep)}.rfs a.rfs-empty__cta--ghost{background:transparent;border-color:var(--rfc-line-2);color:var(--rfc-ink)}.rfs a.rfs-empty__cta--ghost:hover{background:transparent;border-color:var(--rfc-accent);color:var(--rfc-accent)}.rfs--idle{padding-bottom:96px}.search-modal{--rfs-ink: #1c1a19;--rfs-ink-2: #55504c;--rfs-muted: #8b837d;--rfs-line: #e7e2dc;--rfs-line-2: #d5cec6;--rfs-tile: #f4f1ed;--rfs-accent: #b4536d;--rfs-accent-deep: #8a3a52;--rfs-surface: #ffffff}.search-modal.modal__content{background:transparent;background-image:none}.search-modal.modal__content{border-bottom:0}details[open] .search-modal .modal-overlay:after{background-color:#1c1a1952;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.search-modal__content{align-items:center;gap:12px;padding:22px 24px;background:#fbfaf8f0;backdrop-filter:blur(16px) saturate(150%);-webkit-backdrop-filter:blur(16px) saturate(150%);border-bottom:1px solid var(--rfs-line);box-shadow:0 14px 34px #1c1a1912}@supports not ((backdrop-filter: blur(2px)) or (-webkit-backdrop-filter: blur(2px))){.search-modal__content{background:#fbfaf8}}.search-modal__form{max-width:620px}.search-modal__form .field__label{display:none}.search-modal__form .field{position:relative;display:flex;align-items:center;border:1px solid var(--rfs-line-2);border-radius:999px;background:var(--rfs-surface);box-shadow:none;transition:border-color .16s cubic-bezier(.4,0,.2,1),box-shadow .16s cubic-bezier(.4,0,.2,1)}.search-modal__form .field:after,.search-modal__form .field:before{display:none}.search-modal__form .field:focus-within{border-color:var(--rfs-accent);box-shadow:0 0 0 3px #b4536d1f}.search-modal__form .field .search__input.field__input{flex:1 1 auto;height:50px;min-height:50px;padding:0 92px 0 22px;border:0;background:transparent;box-shadow:none;font-family:var(--font-body-family);font-size:15px;color:var(--rfs-ink)}.search-modal__form .field .search__input.field__input:focus,.search-modal__form .field .search__input.field__input:focus-visible{outline:0;box-shadow:none}.search-modal__form .field .search__input.field__input::placeholder{color:var(--rfs-muted);opacity:1}.search-modal__form .field .field__button{top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;color:var(--rfs-ink-2);transition:background .16s cubic-bezier(.4,0,.2,1),color .16s cubic-bezier(.4,0,.2,1)}.search-modal__form .field .search__button{right:6px;background:var(--rfs-ink);color:#fff}.search-modal__form .field .search__button:hover{background:var(--rfs-accent-deep);color:#fff}.search-modal__form .field .search__button:hover .icon{transform:none}.search-modal__form .field .reset__button{right:50px;background:transparent}.search-modal__form .field .reset__button:hover{background:var(--rfs-tile);color:var(--rfs-ink)}.search-modal__form .field .reset__button:after{display:none}.search-modal__close-button{flex:0 0 auto;width:40px;height:40px;border-radius:50%;color:var(--rfs-ink-2);transition:background .16s cubic-bezier(.4,0,.2,1),color .16s cubic-bezier(.4,0,.2,1)}.search-modal__close-button:hover{background:var(--rfs-tile);color:var(--rfs-ink)}.predictive-search{top:calc(100% + 8px);left:0;width:100%;padding:6px;border:1px solid #e7e2dc;border-radius:14px;background:#fff;box-shadow:0 18px 44px #1c1a191a}@media screen and (min-width:750px){.predictive-search{width:100%;border-top:1px solid #e7e2dc}}@media screen and (max-width:749px){.predictive-search--header{left:0;right:0;width:auto;top:calc(100% + 8px)}}.predictive-search__results-groups-wrapper{gap:4px;padding-bottom:6px;border-bottom:1px solid #f0ece6}.predictive-search__heading{margin:0;padding:12px 12px 6px;font-family:var(--font-body-family);font-size:10px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:#8b837d;border-bottom:0}.predictive-search__list-item{border-radius:10px}.predictive-search__item{gap:12px;padding:8px 12px;border-radius:10px;border-bottom:0;transition:background .14s cubic-bezier(.4,0,.2,1)}.predictive-search__item:hover,.predictive-search__list-item[aria-selected=true] .predictive-search__item,.predictive-search__item:focus{background:#f4f1ed}.predictive-search__item-heading{margin:0;font-family:var(--font-body-family);font-size:14px;font-weight:450;line-height:1.35;color:#1c1a19}.predictive-search__item-heading mark,.predictive-search__item-query-result mark{background:transparent;color:#b4536d;font-weight:600}.predictive-search__item-vendor{font-family:var(--font-body-family);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#8b837d}.predictive-search__item .price{margin-top:4px;font-family:var(--font-body-family);font-size:13px;color:#55504c}.predictive-search__image{width:52px;height:52px;object-fit:cover;border-radius:8px;background:#f4f1ed}.predictive-search__search-for-button{padding:4px;border-top:1px solid #f0ece6}.predictive-search__item--term{justify-content:space-between;gap:10px;padding:12px;border-radius:10px;font-family:var(--font-body-family);font-size:13px;font-weight:500;color:#b4536d}.predictive-search__item--term:hover{background:#f9f2f4}.predictive-search__item--term .svg-wrapper{width:15px;height:15px;color:#b4536d}.predictive-search__loading-state{padding:18px 0}.predictive-search .spinner{color:#b4536d}@media screen and (max-width:479px){.rfs-hero__title{font-size:27px}.rfs-hero__sub{font-size:13.5px;margin-top:11px}.rfs-hero:after{margin-top:16px}.rfs-form{margin-top:20px}.rfs-field__icon{width:40px}.rfs-field .rfs-submit{padding:0 12px;letter-spacing:.06em}.rfs-suggest{margin-top:18px}.rfs .rfs-chip{padding:8px 13px;font-size:12.5px}.rfs-results-head{flex-wrap:wrap;align-items:baseline;gap:4px 12px;margin:30px 0 14px}.rfs-results-head__title{font-size:19px}.rfs-aux{margin-top:34px}.rfs .rfs-aux__link{gap:13px;padding:15px 14px}.rfs-aux__media{width:54px;height:54px}.rfs-aux__title{font-size:14.5px}.rfs-empty__actions{flex-direction:column;align-items:stretch}}@media screen and (max-width:359px){.rfs-hero__title{font-size:24px}.rfs-field__icon{width:36px}.rfs-field .rfs-submit{padding:0 10px;font-size:10.5px}}@media(prefers-reduced-motion:reduce){.rfs *,.search-modal *,.predictive-search *{transition:none!important;animation:none!important}}.rfs-search{position:relative}
/*# sourceMappingURL=/cdn/shop/t/11/assets/component-rf-search.css.map */
