dialog-component.search-modal,predictive-search-component,.search-page-input__parent{--fg-search-modal-width: 100vw;--color-border: #737b8c;--fg-search-modal-top-margin: 0;--fg-search-modal-radius: 0 0 var(--style-border-radius-lg, 16px) var(--style-border-radius-lg, 16px);--fg-search-modal-bg: var(--color-background, #ffffff);--fg-search-modal-shadow: 0 12px 24px rgb(0 0 0 / .12);--fg-search-modal-inner-max-width: var(--page-width, 1440px);--fg-search-modal-inner-padding-block: 48px;--fg-search-modal-inner-padding-inline: var(--page-margin, 40px);--fg-search-backdrop-bg: rgb(23 33 54 / .55);--fg-search-input-height: 56px;--fg-search-input-radius: 56px;--fg-search-input-border-width: 2px;--fg-search-input-border-color: #172136;--fg-search-input-focus-border-color: #172136;--fg-search-input-bg: #ffffff;--fg-search-input-font-family: "Quicksand", var(--font-body--family);--fg-search-input-font-size: 20px;--fg-search-input-font-weight: 500;--fg-search-input-line-height: 1.3;--fg-search-input-letter-spacing: .04em;--fg-search-input-text-color: #172136;--fg-search-input-placeholder-color: rgb(23 33 54 / .6);--fg-search-input-padding-inline: 24px;--fg-search-input-icon-size: 24px;--fg-search-input-icon-gap: 16px;--fg-search-input-text-align: center;--fg-search-close-color: #172136;--fg-search-close-size: 40px;--fg-search-close-margin: 40px;--fg-search-results-max-width: var(--page-width, 1440px);--fg-search-results-padding-block: 48px;--fg-search-results-padding-inline: var(--page-margin, 40px);--fg-search-results-gap: 48px;--fg-search-results-sidebar-width: 200px;--fg-search-results-sidebar-section-gap: 40px;--fg-search-results-max-height: 72dvh;--fg-search-results-divider-color: #c6b6cf;--fg-search-results-divider-width: 1px;--fg-search-queries-title: "Suggestions";--fg-search-heading-font-family: "Playfair Display", var(--font-heading--family, serif);--fg-search-heading-font-size: 24px;--fg-search-heading-font-weight: 400;--fg-search-heading-line-height: 1.3;--fg-search-heading-letter-spacing: .01em;--fg-search-heading-color: #172136;--fg-search-heading-margin-block: 0 16px;--fg-search-heading-text-transform: capitalize;--fg-search-item-font-family: "Quicksand", var(--font-body--family, sans-serif);--fg-search-item-font-size: 16px;--fg-search-item-font-weight: 400;--fg-search-item-line-height: 1.3;--fg-search-item-letter-spacing: .04em;--fg-search-item-color: #172136;--fg-search-item-padding: 0;--fg-search-item-gap: 8px;--fg-search-products-columns: 3;--fg-search-products-gap: 24px;--fg-search-product-card-gap: 16px;--fg-search-product-card-image-size: 100px;--fg-search-product-card-image-bg: #f6f4f0;--fg-search-product-card-image-radius: 20px;--fg-search-product-card-content-padding-block: 8px;--fg-search-product-title-font-family: "Quicksand", var(--font-body--family, sans-serif);--fg-search-product-title-font-size: 16px;--fg-search-product-title-font-weight: 700;--fg-search-product-title-line-height: 1.3;--fg-search-product-title-letter-spacing: .04em;--fg-search-product-title-color: #172136;--fg-search-product-price-font-family: "Quicksand", var(--font-body--family, sans-serif);--fg-search-product-price-font-size: 16px;--fg-search-product-price-font-weight: 700;--fg-search-product-price-letter-spacing: .04em;--fg-search-product-price-color: #172136;--fg-search-product-price-gap: 8px;--fg-search-product-compare-price-font-size: 12px;--fg-search-product-compare-price-font-weight: 400;--fg-search-product-compare-price-letter-spacing: .02em;--fg-search-product-compare-price-opacity: .7;--fg-search-no-results-font-family: "Quicksand", var(--font-body--family, sans-serif);--fg-search-no-results-font-size: 16px;--fg-search-no-results-font-weight: 500;--fg-search-no-results-color: #172136;--fg-search-no-results-padding-block: 24px 32px;--fg-search-cta-bg: #172136;--fg-search-cta-color: #ffffff;--fg-search-cta-radius: 999px;--fg-search-cta-padding-block: 16px;--fg-search-cta-padding-inline: 48px;--fg-search-cta-font-family: "Quicksand", var(--font-body--family, sans-serif);--fg-search-cta-font-size: 20px;--fg-search-cta-font-weight: 500;--fg-search-cta-letter-spacing: .04em;--fg-search-cta-min-width: 400px;--fg-search-cta-sticky-padding: 24px}@media screen and (max-width:1023px){dialog-component.search-modal,predictive-search-component{--fg-search-modal-inner-padding-block: 32px;--fg-search-modal-inner-padding-inline: 24px;--fg-search-results-padding-block: 32px;--fg-search-close-margin: 24px}}dialog-component.search-modal .dialog-modal.search-modal__content{width:var(--fg-search-modal-width);max-width:var(--fg-search-modal-width);border:0;border-radius:var(--fg-search-modal-radius);margin:0;padding:0;background:var(--fg-search-modal-bg);box-shadow:var(--fg-search-modal-shadow);overflow:hidden;inset-block-start:0;inset-block-end:auto;inset-inline-start:0;inset-inline-end:auto}@media screen and (min-width:750px){dialog-component.search-modal .dialog-modal.search-modal__content{width:var(--fg-search-modal-width);margin-block-start:var(--fg-search-modal-top-margin);max-height:none}}dialog-component.search-modal .dialog-modal[open].search-modal__content{animation:fg-search-slide-in-top .3s var(--ease-out-quad, cubic-bezier(.22, 1, .36, 1)) forwards;transform-origin:top center;border-radius:var(--fg-search-modal-radius)}dialog-component.search-modal .dialog-modal.search-modal__content.dialog-closing{animation:fg-search-slide-out-top .2s var(--ease-out-quad, cubic-bezier(.22, 1, .36, 1)) forwards}@keyframes fg-search-slide-in-top{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fg-search-slide-out-top{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}dialog-component.search-modal .search-modal__content::backdrop,dialog-component#search-modal .search-modal__content::backdrop{display:block!important;background:var(--fg-search-backdrop-bg)!important}dialog-component.search-modal .predictive-search-form__header{max-width:var(--fg-search-modal-inner-max-width);margin-inline:auto;padding-block:var(--fg-search-modal-inner-padding-block);padding-inline:var(--fg-search-modal-inner-padding-inline);gap:var(--fg-search-close-margin);background:transparent;border:0;border-radius:0;box-shadow:none}dialog-component#search-modal .predictive-search-form__header-inner,dialog-component#search-modal .dialog-modal .predictive-search-form__header-inner{flex:1;width:auto;height:var(--fg-search-input-height);border-radius:var(--fg-search-input-radius);border:var(--fg-search-input-border-width) solid var(--fg-search-input-border-color)!important;border-color:var(--fg-search-input-border-color)!important;border-radius:var(--fg-search-input-radius)!important;background:var(--fg-search-input-bg);position:relative;overflow:hidden}dialog-component#search-modal .predictive-search-form__header-inner:focus-within,dialog-component#search-modal .predictive-search:has(.predictive-search-dropdown) .predictive-search-form__header-inner:focus-within,dialog-component#search-modal .predictive-search:has(.predictive-search-dropdown[aria-expanded=true]) .predictive-search-form__header-inner:focus-within{border:var(--fg-search-input-border-width) solid var(--fg-search-input-focus-border-color)!important;border-color:var(--fg-search-input-focus-border-color)!important;outline:none}dialog-component.search-modal input.search-input{height:100%;font-family:var(--fg-search-input-font-family);font-size:var(--fg-search-input-font-size);font-weight:var(--fg-search-input-font-weight);line-height:var(--fg-search-input-line-height);letter-spacing:var(--fg-search-input-letter-spacing);color:var(--fg-search-input-text-color);text-align:var(--fg-search-input-text-align);background:transparent;border:0;outline:none;padding-block:12px;padding-inline:calc(var(--fg-search-input-icon-size) + var(--fg-search-input-icon-gap) + var(--fg-search-input-padding-inline)) calc(var(--fg-search-input-icon-size) + var(--fg-search-input-icon-gap) + var(--fg-search-input-padding-inline))}dialog-component.search-modal .search-input::placeholder{color:var(--fg-search-input-placeholder-color);opacity:1}dialog-component.search-modal .predictive-search__icon{left:auto;right:var(--fg-search-input-padding-inline);top:50%;transform:translateY(-50%);width:var(--fg-search-input-icon-size);height:var(--fg-search-input-icon-size);color:var(--fg-search-input-text-color)}@media screen and (min-width:750px){dialog-component.search-modal .predictive-search__icon{left:auto;right:var(--fg-search-input-padding-inline)}}dialog-component.search-modal .predictive-search__icon>svg{width:var(--fg-search-input-icon-size);height:var(--fg-search-input-icon-size)}dialog-component.search-modal .predictive-search__reset-button,dialog-component#search-modal .predictive-search__reset-button,dialog-component#search-modal .button-unstyled.predictive-search__reset-button{display:none}dialog-component.search-modal .dialog-modal .predictive-search-form__header:has(.predictive-search__reset-button:not([hidden])):before{content:none}dialog-component.search-modal .predictive-search__close-modal-button{width:var(--fg-search-close-size);height:var(--fg-search-close-size);min-width:var(--fg-search-close-size);color:var(--fg-search-close-color);margin-inline-start:0;padding-inline-start:0;background:transparent;border:0;box-shadow:none}dialog-component.search-modal .predictive-search__close-modal-button .svg-wrapper,dialog-component.search-modal .predictive-search__close-modal-button svg{width:24px;height:24px}predictive-search-component .predictive-search-form__content-wrapper{position:relative;top:auto;max-width:var(--fg-search-modal-inner-max-width);margin-inline:auto;border-radius:0;box-shadow:none;overflow:visible;padding-block-end:var(--fg-search-results-padding-block)}predictive-search-component .predictive-search-form__content-wrapper:not(:has([data-search-results])){padding-block-end:0}predictive-search-component .predictive-search-form__content-wrapper:not(:has([data-search-results])){display:none}@media screen and (min-width:750px){predictive-search-component .predictive-search-form__content-wrapper{display:grid;grid-template-columns:var(--fg-search-results-sidebar-width) 1fr;column-gap:var(--fg-search-results-gap);row-gap:0;align-items:start;padding-inline:var(--fg-search-results-padding-inline);max-height:var(--fg-search-results-max-height);overflow-y:auto;scrollbar-width:none}predictive-search-component .predictive-search-form__content-wrapper::-webkit-scrollbar{display:none}}predictive-search-component .predictive-search-form__content,dialog-component.search-modal .search-modal__content .predictive-search-form__content{padding-inline:var(--fg-search-results-padding-inline);padding-block:0;max-height:var(--fg-search-results-max-height)}@media screen and (min-width:750px){predictive-search-component .predictive-search-form__content,dialog-component.search-modal .search-modal__content .predictive-search-form__content,predictive-search-component .predictive-search-dropdown{display:contents}}predictive-search-component .predictive-search-form__content:has([data-search-results]):not(:has(.predictive-search-results__no-results)),dialog-component.search-modal .search-modal__content .predictive-search-form__content:has([data-search-results]):not(:has(.predictive-search-results__no-results)){padding-block-end:var(--fg-search-results-padding-block)}@media screen and (min-width:750px){predictive-search-component .predictive-search-form__content-wrapper:has([data-search-results]):not(:has(.predictive-search-results__no-results)){padding-block-end:var(--fg-search-results-padding-block)}}predictive-search-component .predictive-search-results__inner[data-search-results]{display:block;padding-block:0}predictive-search-component .predictive-search-results__inner:not([data-search-results]){display:none}@media screen and (min-width:750px){predictive-search-component .predictive-search-results__inner[data-search-results]{display:contents}predictive-search-component .predictive-search-form__content-wrapper:has([data-search-results]):not(:has(.predictive-search-results__no-results)){background-image:linear-gradient(to bottom,var(--fg-search-results-divider-color) 0,var(--fg-search-results-divider-color) 100%);background-size:var(--fg-search-results-divider-width) 100%;background-repeat:no-repeat;background-position:calc(var(--fg-search-results-padding-inline) + var(--fg-search-results-sidebar-width) + var(--fg-search-results-gap) / 2 - var(--fg-search-results-divider-width) / 2) 0;background-clip:content-box}predictive-search-component .predictive-search-results__wrapper-queries{grid-column:1;grid-row:1}predictive-search-component .predictive-search-results__products{grid-column:2;grid-row:1 / span 10}predictive-search-component .predictive-search-results__inner>slideshow-component,predictive-search-component .predictive-search-results__inner>.slideshow{grid-column:1;width:100%}predictive-search-component .predictive-search-results__inner[data-search-results]>slideshow-component:has(.resource-card[data-resource-type=page]){order:1}predictive-search-component .predictive-search-results__inner[data-search-results]>slideshow-component:has(.resource-card[data-resource-type=collection]){order:2}predictive-search-component .predictive-search-results__inner[data-search-results]>slideshow-component:has(.resource-card[data-resource-type=article]){order:3}}predictive-search-component .predictive-search-results__inner[data-search-results]:has(.predictive-search-results__no-results){display:block}@media screen and (min-width:750px){predictive-search-component .predictive-search-results__inner[data-search-results]:has(.predictive-search-results__no-results){grid-column:1 / -1}predictive-search-component .predictive-search-form__content-wrapper:has(.predictive-search-results__no-results){grid-template-columns:1fr}}predictive-search-component .predictive-search-results__no-results,predictive-search-component .predictive-search-results__no-results:last-child{width:100%;margin:0;padding:0;text-align:center;font-family:var(--fg-search-no-results-font-family);font-size:var(--fg-search-no-results-font-size);font-weight:var(--fg-search-no-results-font-weight);color:var(--fg-search-no-results-color)}predictive-search-component .predictive-search-results__no-results:before{content:"";display:block;width:40px;height:40px;margin:0 auto 24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M19.9983 28.3334C20.4152 28.3334 20.765 28.1924 21.0475 27.9105C21.3297 27.6282 21.4708 27.2787 21.4708 26.8617C21.4708 26.4448 21.3298 26.095 21.0479 25.8125C20.7656 25.53 20.4161 25.3888 19.9991 25.3888C19.5822 25.3888 19.2324 25.5299 18.9499 25.8121C18.6677 26.0941 18.5266 26.4437 18.5266 26.8609C18.5266 27.2778 18.6676 27.6274 18.9495 27.9096C19.2318 28.1921 19.5813 28.3334 19.9983 28.3334ZM20.087 21.8613C20.4818 21.8613 20.8111 21.7281 21.0749 21.4617C21.3388 21.1956 21.4708 20.8657 21.4708 20.4721V12.8888C21.4708 12.4955 21.3373 12.1656 21.0704 11.8992C20.8031 11.6331 20.472 11.5 20.077 11.5C19.6823 11.5 19.353 11.6331 19.0891 11.8992C18.8252 12.1656 18.6933 12.4955 18.6933 12.8888V20.4721C18.6933 20.8657 18.8268 21.1956 19.0937 21.4617C19.3609 21.7281 19.692 21.8613 20.087 21.8613ZM20.0062 36.6667C17.7054 36.6667 15.5433 36.2292 13.5199 35.3542C11.4966 34.4792 9.73023 33.2871 8.22078 31.778C6.71161 30.2685 5.51953 28.5014 4.64453 26.4767C3.76953 24.452 3.33203 22.2885 3.33203 19.9863C3.33203 17.6841 3.76953 15.5205 4.64453 13.4955C5.51953 11.4707 6.71161 9.70837 8.22078 8.20837C9.73023 6.70837 11.4973 5.52087 13.522 4.64587C15.5468 3.77087 17.7102 3.33337 20.0124 3.33337C22.3147 3.33337 24.4783 3.77087 26.5033 4.64587C28.528 5.52087 30.2904 6.70837 31.7904 8.20837C33.2904 9.70837 34.4779 11.4723 35.3529 13.5C36.2279 15.5278 36.6654 17.692 36.6654 19.9925C36.6654 22.2934 36.2279 24.4555 35.3529 26.4788C34.4779 28.5021 33.2904 30.2667 31.7904 31.7725C30.2904 33.2784 28.5265 34.4706 26.4987 35.3492C24.4709 36.2275 22.3068 36.6667 20.0062 36.6667ZM20.0124 33.8888C23.8736 33.8888 27.1513 32.537 29.8458 29.8334C32.5402 27.1298 33.8875 23.8474 33.8875 19.9863C33.8875 16.1252 32.542 12.8474 29.8512 10.153C27.1601 7.45851 23.8759 6.11129 19.9987 6.11129C16.1468 6.11129 12.869 7.45671 10.1654 10.1475C7.46175 12.8387 6.10995 16.1228 6.10995 20C6.10995 23.852 7.46175 27.1298 10.1654 29.8334C12.869 32.537 16.1513 33.8888 20.0124 33.8888Z' fill='%23172136'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}predictive-search-component .predictive-search-results__title{font-family:var(--fg-search-heading-font-family);font-size:var(--fg-search-heading-font-size);font-weight:var(--fg-search-heading-font-weight);line-height:var(--fg-search-heading-line-height);letter-spacing:var(--fg-search-heading-letter-spacing);color:var(--fg-search-heading-color);text-transform:var(--fg-search-heading-text-transform);margin-block:var(--fg-search-heading-margin-block)}predictive-search-component .predictive-search-results__wrapper-queries,predictive-search-component .predictive-search-results__wrapper.predictive-search-results__wrapper-queries{display:flex;flex-direction:column;padding:0;margin:0;gap:var(--fg-search-item-gap)}predictive-search-component .predictive-search-results__wrapper-queries:before{content:var(--fg-search-queries-title, "Suggestions");display:block;font-family:var(--fg-search-heading-font-family);font-size:var(--fg-search-heading-font-size);font-weight:var(--fg-search-heading-font-weight);line-height:var(--fg-search-heading-line-height);letter-spacing:var(--fg-search-heading-letter-spacing);color:var(--fg-search-heading-color);text-transform:var(--fg-search-heading-text-transform);margin-block:var(--fg-search-heading-margin-block)}predictive-search-component .predictive-search-results__card--query{margin:0;padding:0;border:0;background:transparent;scroll-snap-align:none}predictive-search-component .predictive-search-results__card--query:nth-of-type(n+6){display:none}predictive-search-component .predictive-search-results__pill{display:inline-flex;padding:var(--fg-search-item-padding);margin:0;background:transparent;border:0;outline:none;border-radius:0;font-family:var(--fg-search-item-font-family);font-size:var(--fg-search-item-font-size);font-weight:var(--fg-search-item-font-weight);line-height:var(--fg-search-item-line-height);letter-spacing:var(--fg-search-item-letter-spacing);color:var(--fg-search-item-color);box-shadow:none;transform:none}predictive-search-component .predictive-search-results__pill:hover,predictive-search-component .predictive-search-results__pill:focus,predictive-search-component .predictive-search-results__card--query:is([aria-selected=true],:focus-within) .predictive-search-results__pill{background:transparent;outline:none;border:0;transform:none;box-shadow:none;text-decoration:underline}predictive-search-component .predictive-search-results__pill mark{font-weight:700;color:var(--fg-search-item-color);background:transparent}predictive-search-component slideshow-component:is(:has(.resource-card[data-resource-type=page]),:has(.resource-card[data-resource-type=collection]),:has(.resource-card[data-resource-type=article])){display:flex;flex-direction:column;overflow:visible;padding:0;scroll-snap-type:none;scroll-padding:0}predictive-search-component slideshow-component:is(:has(.resource-card[data-resource-type=page]),:has(.resource-card[data-resource-type=collection]),:has(.resource-card[data-resource-type=article])) .predictive-search-results__resource-header{padding-inline:0;height:auto;display:block}predictive-search-component slideshow-component:is(:has(.resource-card[data-resource-type=page]),:has(.resource-card[data-resource-type=collection]),:has(.resource-card[data-resource-type=article])) .predictive-search-results__resource-header .predictive-search-results__title,predictive-search-component slideshow-component:is(:has(.resource-card[data-resource-type=page]),:has(.resource-card[data-resource-type=collection]),:has(.resource-card[data-resource-type=article])) .predictive-search-results__resource-header:has(slideshow-controls) .predictive-search-results__title{margin-block:var(--fg-search-heading-margin-block)}predictive-search-component slideshow-component:is(:has(.resource-card[data-resource-type=page]),:has(.resource-card[data-resource-type=collection]),:has(.resource-card[data-resource-type=article])) slideshow-controls,predictive-search-component slideshow-component:is(:has(.resource-card[data-resource-type=page]),:has(.resource-card[data-resource-type=collection]),:has(.resource-card[data-resource-type=article])) slideshow-arrows{display:none}predictive-search-component slideshow-component:is(:has(.resource-card[data-resource-type=page]),:has(.resource-card[data-resource-type=collection]),:has(.resource-card[data-resource-type=article])) slideshow-container{display:block;width:100%;overflow:visible}predictive-search-component slideshow-component:is(:has(.resource-card[data-resource-type=page]),:has(.resource-card[data-resource-type=collection]),:has(.resource-card[data-resource-type=article])) slideshow-slides{display:flex;flex-direction:column;gap:var(--fg-search-item-gap);padding:0;margin:0;overflow:visible;scroll-snap-type:none}predictive-search-component slideshow-component:is(:has(.resource-card[data-resource-type=page]),:has(.resource-card[data-resource-type=collection]),:has(.resource-card[data-resource-type=article])) slideshow-slide{flex:0 0 auto;width:100%;height:auto;min-height:0;padding:0;margin:0;scroll-snap-align:none}predictive-search-component slideshow-component:is(:has(.resource-card[data-resource-type=page]),:has(.resource-card[data-resource-type=collection]),:has(.resource-card[data-resource-type=article])) slideshow-slide.predictive-search-results__card{padding:0;border:0;border-radius:0;width:100%;background:transparent;transition:none}predictive-search-component slideshow-component:is(:has(.resource-card[data-resource-type=page]),:has(.resource-card[data-resource-type=collection]),:has(.resource-card[data-resource-type=article])) slideshow-slide.predictive-search-results__card:hover,predictive-search-component slideshow-component:is(:has(.resource-card[data-resource-type=page]),:has(.resource-card[data-resource-type=collection]),:has(.resource-card[data-resource-type=article])) slideshow-slide.predictive-search-results__card:focus-within,predictive-search-component slideshow-component:is(:has(.resource-card[data-resource-type=page]),:has(.resource-card[data-resource-type=collection]),:has(.resource-card[data-resource-type=article])) slideshow-slide.predictive-search-results__card[aria-selected=true].keyboard-focus{border-color:transparent;background:transparent;transform:none}predictive-search-component slideshow-component:is(:has(.resource-card[data-resource-type=page]),:has(.resource-card[data-resource-type=collection]),:has(.resource-card[data-resource-type=article])) .resource-card{display:block;row-gap:0;padding:0;margin:0;animation:none;opacity:1}predictive-search-component slideshow-component:is(:has(.resource-card[data-resource-type=page]),:has(.resource-card[data-resource-type=collection]),:has(.resource-card[data-resource-type=article])) .resource-card__media,predictive-search-component slideshow-component:is(:has(.resource-card[data-resource-type=page]),:has(.resource-card[data-resource-type=collection]),:has(.resource-card[data-resource-type=article])) .resource-card__subtext{display:none}predictive-search-component slideshow-component:is(:has(.resource-card[data-resource-type=page]),:has(.resource-card[data-resource-type=collection]),:has(.resource-card[data-resource-type=article])) .resource-card__content{display:block;padding:0;gap:0}predictive-search-component slideshow-component:is(:has(.resource-card[data-resource-type=page]),:has(.resource-card[data-resource-type=collection]),:has(.resource-card[data-resource-type=article])) .resource-card__title{display:block;-webkit-line-clamp:unset;line-clamp:unset;font-family:var(--fg-search-item-font-family);font-size:var(--fg-search-item-font-size);font-weight:var(--fg-search-item-font-weight);line-height:var(--fg-search-item-line-height);letter-spacing:var(--fg-search-item-letter-spacing);color:var(--fg-search-item-color);margin:0}predictive-search-component slideshow-component:is(:has(.resource-card[data-resource-type=page]),:has(.resource-card[data-resource-type=collection]),:has(.resource-card[data-resource-type=article])) .resource-card:hover .resource-card__title,predictive-search-component slideshow-component:is(:has(.resource-card[data-resource-type=page]),:has(.resource-card[data-resource-type=collection]),:has(.resource-card[data-resource-type=article])) .resource-card:focus-within .resource-card__title{text-decoration:underline}predictive-search-component slideshow-component:is(:has(.resource-card[data-resource-type=page]),:has(.resource-card[data-resource-type=collection]),:has(.resource-card[data-resource-type=article])) slideshow-slide:nth-of-type(n+6){display:none}@media screen and (min-width:750px){predictive-search-component .predictive-search-results__inner[data-search-results]>slideshow-component:is(:has(.resource-card[data-resource-type=page]),:has(.resource-card[data-resource-type=collection]),:has(.resource-card[data-resource-type=article])){margin-block-start:var(--fg-search-results-sidebar-section-gap)}}predictive-search-component .predictive-search-results__products{padding-inline:0}predictive-search-component .predictive-search-results__products .predictive-search-results__wrapper-products{display:grid;grid-template-columns:1fr;gap:var(--fg-search-products-gap);padding:0;overflow:visible;scroll-snap-type:none}@media screen and (min-width:1024px){predictive-search-component .predictive-search-results__products .predictive-search-results__wrapper-products{grid-template-columns:repeat(var(--fg-search-products-columns),1fr)}}predictive-search-component .predictive-search-results__wrapper-products .predictive-search-results__card--product:nth-of-type(n+7){display:none}predictive-search-component .predictive-search-results__products .predictive-search-results__card--product{scroll-snap-align:none}predictive-search-component .predictive-search-results__wrapper-products .predictive-search-results__card--product,predictive-search-component .predictive-search-results__wrapper-products .predictive-search-results__card--product:hover,predictive-search-component .predictive-search-results__wrapper-products .predictive-search-results__card--product:is([aria-selected=true].keyboard-focus,:focus-visible),predictive-search-component .predictive-search-results__wrapper-products .predictive-search-results__card--product:has(.resource-card:focus-visible){background:transparent;outline:0;border:0;border-radius:0;padding:0;margin:0}predictive-search-component .predictive-search-results__wrapper-products .resource-card{flex-direction:row;align-items:flex-start;gap:var(--fg-search-product-card-gap);row-gap:0;padding:0;opacity:1;animation:none}predictive-search-component .predictive-search-results__wrapper-products .resource-card__media{flex:0 0 var(--fg-search-product-card-image-size);width:var(--fg-search-product-card-image-size);height:var(--fg-search-product-card-image-size);background:var(--fg-search-product-card-image-bg);border-radius:var(--fg-search-product-card-image-radius);overflow:hidden;aspect-ratio:auto}predictive-search-component .predictive-search-results__wrapper-products .resource-card__image{width:100%;height:100%;border-radius:0;aspect-ratio:auto;object-fit:contain;opacity:1}predictive-search-component .predictive-search-results__wrapper-products .resource-card__image--secondary{display:none}predictive-search-component .predictive-search-results__wrapper-products .resource-card__image-placeholder{width:100%;height:100%;padding:0;background:transparent;border-radius:0;aspect-ratio:auto}predictive-search-component .predictive-search-results__wrapper-products .resource-card__content{flex:1 1 0;display:flex;flex-direction:column;justify-content:space-between;min-height:var(--fg-search-product-card-image-size);padding-block:var(--fg-search-product-card-content-padding-block);gap:0;min-width:0}predictive-search-component .predictive-search-results__wrapper-products .resource-card__title{font-family:var(--fg-search-product-title-font-family);font-size:var(--fg-search-product-title-font-size);font-weight:var(--fg-search-product-title-font-weight);line-height:var(--fg-search-product-title-line-height);letter-spacing:var(--fg-search-product-title-letter-spacing);color:var(--fg-search-product-title-color);-webkit-line-clamp:2;line-clamp:2}predictive-search-component .predictive-search-results__wrapper-products .resource-card__content>div{display:flex;flex-wrap:wrap;align-items:baseline;gap:var(--fg-search-product-price-gap)}predictive-search-component .predictive-search-results__wrapper-products .resource-card__content>div>[role=group],predictive-search-component .predictive-search-results__wrapper-products .resource-card__content>div>.price,predictive-search-component .predictive-search-results__wrapper-products .resource-card__content>div>.compare-at-price{display:inline-flex;align-items:baseline}predictive-search-component .predictive-search-results__wrapper-products .resource-card__content>div>:has(>.compare-at-price),predictive-search-component .predictive-search-results__wrapper-products .resource-card__content>div>.compare-at-price{order:1}predictive-search-component .predictive-search-results__wrapper-products .price{font-family:var(--fg-search-product-price-font-family);font-size:var(--fg-search-product-price-font-size);font-weight:var(--fg-search-product-price-font-weight);letter-spacing:var(--fg-search-product-price-letter-spacing);color:var(--fg-search-product-price-color)}predictive-search-component .predictive-search-results__wrapper-products .compare-at-price{font-family:var(--fg-search-product-price-font-family);font-size:var(--fg-search-product-compare-price-font-size);font-weight:var(--fg-search-product-compare-price-font-weight);letter-spacing:var(--fg-search-product-compare-price-letter-spacing);color:var(--fg-search-product-price-color);opacity:var(--fg-search-product-compare-price-opacity);text-decoration:line-through}dialog-component.search-modal predictive-search-component:has([data-search-results]):not(:has(.predictive-search-results__no-results)) .predictive-search-form__footer{position:sticky;inset-block-end:0;display:flex;justify-content:center;align-items:center;background-color:#fff;background-image:none;padding:0;margin-block:0;padding-block:var(--fg-search-cta-sticky-padding, 24px);z-index:10}@media screen and (min-width:750px){dialog-component.search-modal predictive-search-component:has([data-search-results]):not(:has(.predictive-search-results__no-results)) .predictive-search-form__footer{grid-column:2;grid-row:11;padding-inline:0}}predictive-search-component .predictive-search__search-button{display:inline-flex;align-items:center;justify-content:center;margin:0 auto;min-width:var(--fg-search-cta-min-width, 400px);padding-block:var(--fg-search-cta-padding-block);padding-inline:var(--fg-search-cta-padding-inline);background:var(--fg-search-cta-bg);color:var(--fg-search-cta-color);border:0;border-radius:var(--fg-search-cta-radius);font-family:var(--fg-search-cta-font-family);font-size:var(--fg-search-cta-font-size);font-weight:var(--fg-search-cta-font-weight);letter-spacing:var(--fg-search-cta-letter-spacing);box-shadow:none}predictive-search-component .predictive-search__search-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001f}@media screen and (min-width:750px)and (max-width:1023px){dialog-component.search-modal .predictive-search-form__content-wrapper{transform:none;will-change:auto}dialog-component.search-modal predictive-search-component:has([data-search-results]):not(:has(.predictive-search-results__no-results)) .predictive-search-form__footer{position:fixed;inset-block-end:0;inset-inline:0;z-index:100;grid-column:auto;grid-row:auto;background-color:#fff;padding-inline:24px;padding-block:var(--fg-search-cta-sticky-padding, 24px)}dialog-component.search-modal predictive-search-component .predictive-search__search-button{display:flex;width:100%;min-width:0;min-height:56px;margin-inline:0}dialog-component.search-modal .predictive-search-form__content-wrapper{padding-block-end:calc(56px + var(--fg-search-cta-sticky-padding, 24px) * 2)}}@media screen and (max-width:749px){dialog-component.search-modal .dialog-modal.search-modal__content,dialog-component#search-modal .dialog-modal.search-modal__content{border-radius:var(--fg-search-modal-radius);min-height:0!important;max-height:100dvh!important;height:auto!important;width:100dvw!important;max-width:100dvw!important;padding:0!important}dialog-component.search-modal,predictive-search-component{--fg-search-product-card-content-padding-block: 4px;--fg-search-cta-padding-block: 12px;--fg-search-cta-padding-inline: 32px}predictive-search-component .predictive-search-form__content,dialog-component.search-modal .search-modal__content .predictive-search-form__content{padding-inline:24px;padding-block:0;max-height:calc(100dvh - var(--fg-search-input-height) - 48px)}dialog-component.search-modal predictive-search-component:has([data-search-results]):not(:has(.predictive-search-results__no-results)) .predictive-search-form__footer{padding-inline:24px}predictive-search-component .predictive-search__search-button{display:flex;width:100%;min-width:0;min-height:56px;margin-inline:0}predictive-search-component .predictive-search-results__wrapper-products .resource-card__title{-webkit-line-clamp:4;line-clamp:4}predictive-search-component .predictive-search-results__products .predictive-search-results__wrapper-products{grid-template-columns:1fr}predictive-search-component .predictive-search-results__products{padding-block-end:calc(56px + var(--fg-search-cta-sticky-padding, 24px) * 2 + 16px)}predictive-search-component .predictive-search-results__inner[data-search-results]{display:flex;flex-direction:column;background:none}predictive-search-component .predictive-search-results__inner[data-search-results]>.predictive-search-results__wrapper-queries{order:0}predictive-search-component .predictive-search-results__inner[data-search-results]>slideshow-component:has(.resource-card[data-resource-type=page]){order:1}predictive-search-component .predictive-search-results__inner[data-search-results]>slideshow-component:has(.resource-card[data-resource-type=collection]){order:2}predictive-search-component .predictive-search-results__inner[data-search-results]>.predictive-search-results__products{order:3}predictive-search-component .predictive-search-results__inner[data-search-results]>slideshow-component:has(.resource-card[data-resource-type=article]){order:4}predictive-search-component .predictive-search-results__inner[data-search-results]>slideshow-component:is(:has(.resource-card[data-resource-type=page]),:has(.resource-card[data-resource-type=collection]),:has(.resource-card[data-resource-type=article])),predictive-search-component .predictive-search-results__inner[data-search-results]>.predictive-search-results__products{margin-block-start:24px;padding-block-start:24px;border-block-start:var(--fg-search-results-divider-width) solid var(--fg-search-results-divider-color)}}.search-page-input__parent search-page-input-component .search-page-input{background-color:transparent;border:var(--fg-search-input-border-width) solid var(--fg-search-input-border-color);border-radius:40px;padding:8px 16px;font-family:var(--fg-search-input-font-family);font-size:16px;font-style:normal;font-weight:500;line-height:1.3;letter-spacing:.04em;color:var(--fg-search-input-text-color);outline:none;box-shadow:none;-webkit-appearance:none;appearance:none}.search-page-input__parent search-page-input-component .search-page-input:focus,.search-page-input__parent search-page-input-component .search-page-input:focus-visible{outline:none;box-shadow:none}.search-page-input__parent search-page-input-component .search-page-input::placeholder{color:#17213699}.search-page-input__parent search-page-input-component .search__icon{left:auto;right:16px;width:24px;height:24px;color:var(--fg-search-input-text-color);cursor:pointer;pointer-events:auto;z-index:1}.search-page-input__parent search-page-input-component .search__icon svg{width:24px;height:24px;color:var(--fg-search-input-text-color)}.search-page-input__parent search-page-input-component .search__reset-button,.search-page-input__parent search-page-input-component .search__reset-button:hover{display:none}@media screen and (max-width:749px){.search-page-input__parent search-page-input-component .search__icon{right:16px}}.search-page-input__parent .search-results__no-results{display:flex;flex-direction:column;align-items:center;width:100%;text-align:center;font-family:var(--fg-search-no-results-font-family);font-size:var(--fg-search-no-results-font-size);font-weight:var(--fg-search-no-results-font-weight);color:var(--fg-search-no-results-color);padding-block:var(--fg-search-no-results-padding-block);opacity:1}.search-page-input__parent .search-results__no-results p{margin:0}.search-page-input__parent .search-results__no-results:before{content:"";display:block;width:40px;height:40px;margin:0 auto 24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M19.9983 28.3334C20.4152 28.3334 20.765 28.1924 21.0475 27.9105C21.3297 27.6282 21.4708 27.2787 21.4708 26.8617C21.4708 26.4448 21.3298 26.095 21.0479 25.8125C20.7656 25.53 20.4161 25.3888 19.9991 25.3888C19.5822 25.3888 19.2324 25.5299 18.9499 25.8121C18.6677 26.0941 18.5266 26.4437 18.5266 26.8609C18.5266 27.2778 18.6676 27.6274 18.9495 27.9096C19.2318 28.1921 19.5813 28.3334 19.9983 28.3334ZM20.087 21.8613C20.4818 21.8613 20.8111 21.7281 21.0749 21.4617C21.3388 21.1956 21.4708 20.8657 21.4708 20.4721V12.8888C21.4708 12.4955 21.3373 12.1656 21.0704 11.8992C20.8031 11.6331 20.472 11.5 20.077 11.5C19.6823 11.5 19.353 11.6331 19.0891 11.8992C18.8252 12.1656 18.6933 12.4955 18.6933 12.8888V20.4721C18.6933 20.8657 18.8268 21.1956 19.0937 21.4617C19.3609 21.7281 19.692 21.8613 20.087 21.8613ZM20.0062 36.6667C17.7054 36.6667 15.5433 36.2292 13.5199 35.3542C11.4966 34.4792 9.73023 33.2871 8.22078 31.778C6.71161 30.2685 5.51953 28.5014 4.64453 26.4767C3.76953 24.452 3.33203 22.2885 3.33203 19.9863C3.33203 17.6841 3.76953 15.5205 4.64453 13.4955C5.51953 11.4707 6.71161 9.70837 8.22078 8.20837C9.73023 6.70837 11.4973 5.52087 13.522 4.64587C15.5468 3.77087 17.7102 3.33337 20.0124 3.33337C22.3147 3.33337 24.4783 3.77087 26.5033 4.64587C28.528 5.52087 30.2904 6.70837 31.7904 8.20837C33.2904 9.70837 34.4779 11.4723 35.3529 13.5C36.2279 15.5278 36.6654 17.692 36.6654 19.9925C36.6654 22.2934 36.2279 24.4555 35.3529 26.4788C34.4779 28.5021 33.2904 30.2667 31.7904 31.7725C30.2904 33.2784 28.5265 34.4706 26.4987 35.3492C24.4709 36.2275 22.3068 36.6667 20.0062 36.6667ZM20.0124 33.8888C23.8736 33.8888 27.1513 32.537 29.8458 29.8334C32.5402 27.1298 33.8875 23.8474 33.8875 19.9863C33.8875 16.1252 32.542 12.8474 29.8512 10.153C27.1601 7.45851 23.8759 6.11129 19.9987 6.11129C16.1468 6.11129 12.869 7.45671 10.1654 10.1475C7.46175 12.8387 6.10995 16.1228 6.10995 20C6.10995 23.852 7.46175 27.1298 10.1654 29.8334C12.869 32.537 16.1513 33.8888 20.0124 33.8888Z' fill='%23172136'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}
/*# sourceMappingURL=/cdn/shop/t/142/assets/fg-search.css.map */
