.search-modal{--pg-brand: #5c8a27;--pg-brand-dark: #4e7621;--pg-brand-tint: #f2f7ec;--pg-brand-ring: rgb(92 138 39 / 28%);--pg-text: #16181a;--pg-text-2: #5b6169;--pg-text-3: #8a9099;--pg-line: #e8eaed;--pg-line-2: #f1f3f5;--pg-surface-2: #fafbfc;--pg-warn: #a86400;--pg-radius-sm: 8px;--pg-radius-md: 12px;--pg-radius-lg: 16px;--pg-radius-pill: 999px;--pg-ease-out: cubic-bezier(.23, 1, .32, 1);--pg-gutter: 24px;--pg-measure: 1180px}.search-modal__content.dialog-modal{position:fixed;inset:0 0 auto 0;width:100%;max-width:none;height:auto;max-height:none;margin:0;padding:0;border:0;border-radius:0 0 20px 20px;background:var(--color-background, #fff);box-shadow:0 24px 60px -12px #0a0a0a47,0 8px 20px -8px #0a0a0a24;overflow:visible}.search-modal__content.dialog-modal::backdrop{background:#0a0a0a6b;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}@media screen and (max-width:749px){.search-modal__content.dialog-modal::backdrop{display:block}}.search-modal__content.dialog-modal[open]{display:block;animation:pg-search-in .24s var(--pg-ease-out) forwards}.search-modal__content.dialog-modal.dialog-closing{animation:pg-search-out .16s var(--pg-ease-out) forwards}@keyframes pg-search-in{0%{opacity:0;transform:translateY(-10px) scale(.985)}to{opacity:1;transform:none}}@keyframes pg-search-out{0%{opacity:1;transform:none}to{opacity:0;transform:translateY(-8px) scale(.99)}}.search-modal predictive-search-component{display:block;width:100%;margin:0;background:transparent}.search-modal .predictive-search-form{position:static;width:100%}.pg-search__inner{max-width:var(--pg-measure);margin-inline:auto;padding-inline:var(--pg-gutter)}.pg-search__bar{border-bottom:1px solid var(--pg-line-2)}.search-modal .predictive-search-form__header{position:static;display:flex;align-items:center;gap:12px;height:76px;padding:0;background:transparent;border:0;border-radius:0}.search-modal .predictive-search-form__header:before{content:none}.search-modal .predictive-search-form__header-inner{flex:1;min-width:0;position:relative;display:flex;align-items:center;gap:12px;background:transparent;border:0;border-radius:0}.search-modal .predictive-search-form__header-inner:focus-within{outline:none}.search-modal .predictive-search__icon{position:static;flex:none;display:grid;place-items:center;width:22px;height:22px;color:var(--pg-text-3)}.search-modal .predictive-search__icon>svg{width:22px;height:22px}.search-modal input.search-input{flex:1;min-width:0;padding:0;font-size:20px;font-weight:500;letter-spacing:-.01em;color:var(--pg-text);background:transparent;border:0;border-radius:0;caret-color:var(--pg-brand)}.search-modal input.search-input::placeholder{font-weight:400;color:var(--pg-text-3)}.search-modal input.search-input::-webkit-search-cancel-button,.search-modal input.search-input::-webkit-search-decoration{appearance:none;-webkit-appearance:none;display:none}.search-modal .predictive-search__reset-button{flex:none;min-width:0;display:grid;place-items:center;width:30px;height:30px;margin:0;padding:0;color:var(--pg-text-2);background:var(--pg-line-2);border-radius:var(--pg-radius-pill);opacity:1;transition:background-color .15s var(--pg-ease-out),transform .14s var(--pg-ease-out)}.search-modal .predictive-search__reset-button .svg-wrapper,.search-modal .predictive-search__reset-button svg{width:13px;height:13px}.search-modal .predictive-search__reset-button:active{transform:scale(.9)}.search-modal .predictive-search__reset-button[hidden]{display:none}.search-modal .predictive-search__close-modal-button{flex:none;width:auto;height:auto;min-width:0;margin:0;padding:6px 11px;font-size:11px;font-weight:500;line-height:1.4;letter-spacing:.02em;color:var(--pg-text-2);background:var(--pg-line-2);border-radius:var(--pg-radius-sm);transition:background-color .15s var(--pg-ease-out),transform .14s var(--pg-ease-out)}.search-modal .predictive-search__close-modal-button:active{transform:scale(.95)}.pg-search__body{max-height:min(62vh,560px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.search-modal .predictive-search-form__content{max-height:none;overflow:visible;padding-block:20px 24px;background:transparent}.search-modal .predictive-search-dropdown{position:static;box-shadow:none;background:transparent;border:0}.search-modal .predictive-search-results__inner{padding:0;overflow:visible}.search-modal .predictive-search-results__title{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin:0 0 12px;font-size:11px;font-weight:600;letter-spacing:.11em;text-transform:uppercase;color:var(--pg-text-3)}.search-modal .predictive-search-results__products+.predictive-search-results__products,.search-modal .predictive-search-results__wrapper-queries+*{margin-block-start:24px}.search-modal .predictive-search-results__wrapper-queries{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 24px;padding:0}.search-modal .predictive-search-results__pill{display:inline-flex;align-items:center;padding:7px 14px;font-size:13px;color:var(--pg-text);background:var(--pg-surface-2);border:1px solid var(--pg-line);border-radius:var(--pg-radius-pill);transition:background-color .15s var(--pg-ease-out),border-color .15s var(--pg-ease-out),transform .14s var(--pg-ease-out)}.search-modal .predictive-search-results__pill:active{transform:scale(.97)}.search-modal .predictive-search-results__wrapper-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:0;padding:0;list-style:none}.search-modal .predictive-search-results__card--product{margin:0}.search-modal .predictive-search-results__no-results{padding:40px 0;text-align:center;color:var(--pg-text-2)}.pg-card{display:block;height:100%;padding:12px;text-align:left;border:1px solid transparent;border-radius:var(--pg-radius-lg);transition:background-color .15s var(--pg-ease-out),border-color .15s var(--pg-ease-out),transform .14s var(--pg-ease-out)}.pg-card:active{transform:scale(.985)}.pg-card__media{display:grid;place-items:center;width:100%;aspect-ratio:1;margin-bottom:12px;padding:12px;background:var(--pg-surface-2);border:1px solid var(--pg-line-2);border-radius:var(--pg-radius-md);overflow:hidden}.pg-card__media img{width:100%;height:100%;object-fit:contain}.pg-card__media--empty{color:var(--pg-text-3)}.pg-card__brand{margin-bottom:5px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--pg-text-3);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pg-card__name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;font-size:14px;font-weight:500;line-height:1.35;color:var(--pg-text);overflow:hidden}.pg-card__foot{display:flex;align-items:center;justify-content:space-between;gap:8px}.pg-card__price{font-size:14px;font-weight:600;font-variant-numeric:tabular-nums;letter-spacing:-.01em;color:var(--pg-text)}.pg-card__price s{margin-inline-end:6px;font-weight:400;color:var(--pg-text-3)}.pg-card__stock{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:500;white-space:nowrap}.pg-card__stock:before{content:"";width:6px;height:6px;border-radius:50%;background:currentcolor}.pg-card__stock[data-stock=in]{color:var(--pg-brand)}.pg-card__stock[data-stock=low]{color:var(--pg-warn)}.pg-card__stock[data-stock=out]{color:var(--pg-text-3)}.search-modal .predictive-search-results__card[aria-selected=true] .pg-card,.search-modal .predictive-search-results__card.keyboard-focus .pg-card{background:var(--pg-brand-tint);border-color:var(--pg-brand-ring);transition:none}.pg-recents{max-width:560px;margin-bottom:24px}.pg-recents[hidden]{display:none}.pg-recents__head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:12px}.pg-recents__head h4{margin:0;font-size:11px;font-weight:600;letter-spacing:.11em;text-transform:uppercase;color:var(--pg-text-3)}.pg-recents__clear{padding:0;font-size:12px;color:var(--pg-text-2);background:none;border:0;cursor:pointer;transition:color .15s ease}.pg-recents__clear:hover{color:var(--pg-brand)}.pg-recents__list{display:flex;flex-direction:column;gap:2px;margin:0;padding:0;list-style:none}.pg-recents__item{display:flex;align-items:center;border-radius:var(--pg-radius-md);transition:background-color .15s var(--pg-ease-out)}.pg-recents__row{display:flex;align-items:center;gap:12px;flex:1;min-width:0;padding:11px 12px;font-size:14px;text-align:left;color:var(--pg-text);background:none;border:0;border-radius:var(--pg-radius-md);cursor:pointer}.pg-recents__row>svg{flex:none;color:var(--pg-text-3)}.pg-recents__term{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pg-recents__remove{flex:none;display:grid;place-items:center;width:26px;height:26px;margin-inline-end:6px;padding:0;color:var(--pg-text-3);background:none;border:0;border-radius:var(--pg-radius-pill);opacity:0;cursor:pointer;transition:opacity .14s ease,background-color .14s ease}.pg-recents__item:hover .pg-recents__remove,.pg-recents__item:focus-within .pg-recents__remove{opacity:1}.pg-recents__remove:hover{color:var(--pg-text);background:var(--pg-line-2)}.search-modal .predictive-search-form__footer{display:none}.search-modal predictive-search-component:has([data-search-results]):not(:has(.predictive-search-results__no-results)) .predictive-search-form__footer{display:block}.search-modal .predictive-search-form__footer{position:static;padding:0;background:var(--pg-surface-2);background-image:none;border-top:1px solid var(--pg-line-2);border-radius:0 0 20px 20px}.pg-search__footer-inner{display:flex;align-items:center;gap:16px;min-height:56px;padding-block:10px}.pg-search__count{font-size:13px;color:var(--pg-text-2)}.pg-search__legend{display:flex;gap:16px;font-size:12px;color:var(--pg-text-3)}.pg-search__legend span{display:inline-flex;align-items:center;gap:6px}.pg-kbd{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding-inline:5px;font-size:11px;font-weight:500;line-height:1;color:var(--pg-text-2);background:#fff;border:1px solid var(--pg-line);border-radius:5px}.search-modal .predictive-search__search-button{--button-background-color: var(--pg-brand);--button-color: #fff;margin:0 0 0 auto;padding:9px 18px;font-size:13px;font-weight:500;color:#fff;background:var(--pg-brand);border:0;border-radius:var(--pg-radius-pill);box-shadow:none;transition:background-color .16s var(--pg-ease-out),transform .14s var(--pg-ease-out)}.search-modal .predictive-search__search-button:hover{--button-background-color: var(--pg-brand-dark);transform:none;background:var(--pg-brand-dark);box-shadow:none}.search-modal .predictive-search__search-button:active{transform:scale(.97)}@media screen and (max-width:989px){.search-modal{--pg-gutter: 16px}.search-modal .predictive-search-form__header{height:64px}.search-modal input.search-input{font-size:17px}.search-modal .predictive-search-results__wrapper-products{grid-template-columns:repeat(2,minmax(0,1fr))}.pg-card__foot{flex-direction:column;align-items:flex-start;gap:5px}.pg-search__legend{display:none}.pg-search__body{max-height:min(64vh,520px)}.search-modal__content.dialog-modal,.search-modal .predictive-search-form__footer{border-radius:0 0 var(--pg-radius-lg) var(--pg-radius-lg)}}@media(hover:hover)and (pointer:fine){.pg-card:hover{background:var(--pg-surface-2)}.pg-recents__item:hover{background:var(--pg-line-2)}.search-modal .predictive-search__reset-button:hover,.search-modal .predictive-search__close-modal-button:hover{background:#e4e7ea}.search-modal .predictive-search-results__pill:hover{background:var(--pg-brand-tint);border-color:var(--pg-brand-ring)}}@media(prefers-reduced-motion:reduce){.search-modal__content.dialog-modal[open],.search-modal__content.dialog-modal.dialog-closing{animation-duration:1ms}.search-modal *,.search-modal *:before,.search-modal *:after{transition-duration:1ms!important}}
/*# sourceMappingURL=/cdn/shop/t/41/assets/pg-search.css.map */
