.predictive-search{display:none;position:absolute;top:calc(100% + .1rem);left:-.1rem;border-width:var(--popup-border-width);border-style:solid;border-color:rgba(var(--color-foreground),var(--popup-border-opacity));background-color:rgb(var(--color-background));z-index:3;border-bottom-right-radius:var(--popup-corner-radius);border-bottom-left-radius:var(--popup-corner-radius);box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity));overflow-y:auto;-webkit-overflow-scrolling:touch}.predictive-search--search-template{z-index:2;width:calc(100% + .2rem)}.predictive-search__results-groups-wrapper{display:flex;border-bottom:.1rem solid rgba(var(--color-foreground),.08);padding-bottom:1rem}@media screen and (max-width:749px){.predictive-search--header{right:0;left:0;top:100%}.predictive-search__results-groups-wrapper{flex-direction:column}.predictive-search__results-groups-wrapper:not(.predictive-search__results-groups-wrapper--no-suggestions){gap:2rem}}predictive-search[loading] .predictive-search,predictive-search[open] .predictive-search{display:block}.predictive-search__result-group{display:flex;flex-direction:column;flex:1 1 auto;gap:2rem}.predictive-search__result-group:first-child .predictive-search__pages-wrapper,predictive-search:not([loading]) .predictive-search-status__loading,predictive-search:not([loading]) .predictive-search__loading-state,predictive-search[loading] .predictive-search__results-groups-wrapper~.predictive-search__loading-state,predictive-search[loading] .predictive-search__search-for-button{display:none}.predictive-search__heading{border-bottom:.1rem solid rgba(var(--color-foreground),.08);margin:0 2rem;padding:1.5rem 0 .75rem;color:rgba(var(--color-foreground),.7)}predictive-search .spinner{width:1.5rem;height:1.5rem;line-height:0}predictive-search[loading] .predictive-search__loading-state{display:flex;justify-content:center;padding:1rem}predictive-search[loading] .predictive-search__results-groups-wrapper~.predictive-search__search-for-button{display:initial}.predictive-search__item:hover,.predictive-search__item[aria-selected=true],.predictive-search__list-item:hover>*,.predictive-search__list-item[aria-selected=true]>*{color:rgb(var(--color-foreground));background-color:rgba(var(--color-foreground),.04)}.predictive-search__list-item:hover .predictive-search__item-heading,.predictive-search__list-item[aria-selected=true] .predictive-search__item-heading{text-decoration:underline;text-underline-offset:.3rem}.predictive-search__item{display:flex;padding:1rem 2rem;text-align:left;text-decoration:none;width:100%}.predictive-search__item--link-with-thumbnail{display:grid;grid-template-columns:5rem 1fr;grid-column-gap:2rem;grid-template-areas:"product-image product-content"}.predictive-search__item-content{grid-area:product-content;display:flex;flex-direction:column}.predictive-search__item-content--centered{justify-content:center}.predictive-search__item-vendor{font-size:.9rem}.predictive-search__item-heading{margin:0}.predictive-search__item-query-result :not(mark){font-weight:bolder}.predictive-search__item-query-result mark{color:rgba(var(--color-foreground),.75);background-color:transparent}.predictive-search__item .price{color:rgba(var(--color-foreground),.7);font-size:1.2rem}.predictive-search .price,.predictive-search__item-vendor+.predictive-search__item-heading{margin-top:.5rem}.predictive-search__item--term{justify-content:space-between;align-items:center;padding:1.3rem 2rem;word-break:break-all;line-height:calc(1 + .4 / var(--font-body-scale))}@media screen and (min-width:750px){.predictive-search{border-top:none;width:calc(100% + .2rem)}.header predictive-search{position:relative}.predictive-search__result-group:last-child .predictive-search__pages-wrapper,.predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:nth-child(2){display:none}.predictive-search__result-group:first-child .predictive-search__pages-wrapper{display:initial}.predictive-search__result-group:first-child{flex:0 0 26.4rem}.predictive-search__result-group:only-child,.predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:first-child{flex-grow:1}.predictive-search__item--term{padding-top:1rem;padding-bottom:1rem}}.predictive-search__item--term .icon-arrow{width:calc(var(--font-heading-scale) * 1.4rem);height:calc(var(--font-heading-scale) * 1.4rem);flex-shrink:0;margin-left:calc(var(--font-heading-scale) * 2rem);color:rgb(var(--color-link))}.predictive-search__image{grid-area:product-image;object-fit:contain;font-family:"object-fit: contain"}.search-modal.modal__content{position:fixed;height:100vh;max-height:100vh;flex-direction:column;justify-content:flex-start;align-items:stretch;overflow-y:auto;padding-bottom:4rem}.search-modal .modal-overlay:after{display:none}.search-modal .search__button{display:none}.search-modal .reset__button:after{display:none}.search-modal .reset__button{right:var(--inputs-border-width)}.search-modal .search-modal__content{height:auto;flex:0 0 auto;padding-top:4rem;padding-bottom:3rem}.search-modal__recommendations{display:none}.header__search details[open] .search-modal__recommendations{display:block;background-color:rgb(var(--color-background));animation:searchRecsFade .18s ease-out}@keyframes searchRecsFade{0%{opacity:0;transform:translateY(-.4rem)}to{opacity:1;transform:none}}.search-modal:has(predictive-search[loading]) .search-recommendations__sidebar,.search-modal:has(predictive-search[results]) .search-recommendations__sidebar{display:none}.search-recommendations__sidebar--hidden{display:none}.search-recommendations__wrapper{display:flex;flex-direction:column;gap:6rem;max-width:var(--page-width);margin:0 auto;padding:2.5rem 2.4rem}.search-recommendations__sidebar{text-align:center}.search-recommendations__sidebar-heading{font-family:Poppins,sans-serif;font-size:2rem;font-weight:600;margin:0 0 3.5rem;color:#000;text-decoration:underline;text-underline-offset:.6rem;text-decoration-thickness:.15rem}.search-recommendations__sidebar-heading:after{content:" :"}.search-recommendations__sidebar-list{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.6rem;margin:0;padding:0}.search-recommendations__sidebar-item{list-style:none}.search-recommendations__sidebar-link{display:inline-block;font-family:Poppins,sans-serif;font-size:1.7rem;font-weight:400;line-height:1;color:#007ba1;text-decoration:none;text-transform:lowercase;padding:1.1rem 2.6rem;border:none;border-radius:2.4rem;background-color:#c4f2ff;transition:background-color .15s ease}.search-recommendations__sidebar-link:hover{background-color:#aeeaf9;color:#007ba1;text-decoration:underline;text-underline-offset:.3rem}.search-recommendations__products{min-width:0}.search-recommendations__products-heading{font-family:Poppins,sans-serif;font-size:1.8rem;font-weight:600;margin:0 0 3rem;color:#000;text-align:center;text-decoration:underline;text-underline-offset:.5rem;text-decoration-thickness:.15rem}.search-recommendations__products-heading:after{content:" :"}.search-recommendations__scroller{position:relative}.search-recommendations__products-list{display:grid;grid-template-columns:repeat(6,1fr);gap:2.6rem 1.8rem;margin:0;padding:0}.search-recommendations__product{list-style:none;position:relative;display:flex;flex-direction:column;height:100%;min-width:0}.search-recommendations__product .product-card-tag{white-space:normal}.search-recommendations__product-link{display:flex;flex-direction:column;text-decoration:none;color:rgb(var(--color-foreground))}.search-recommendations__product-image-wrap{aspect-ratio:1/1;background-color:#fff8dc;border-radius:.6rem;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.search-recommendations__product-image{width:100%;height:100%;object-fit:contain}.search-recommendations__product:hover .our-bestseller-collection-list-head a{text-decoration:underline;text-underline-offset:.3rem}.search-recommendations__product .our-bestseller-collection-list-head{margin:0 0 .3rem;font-size:1.4rem}.search-recommendations__product .our-bestseller-collection-list-head a{font-size:1.4rem;line-height:1.3;-webkit-line-clamp:2}.search-recommendations__product .our-bestseller-collection-list-desc{font-size:1.2rem;margin:0 0 .4rem}.search-recommendations__product .product-card-tags{margin:0 0 .4rem}.search-recommendations__product .product-card-tag{font-size:1.1rem;padding:.2rem 1rem}.search-recommendations__product .rating-card{display:flex;align-items:center;flex-wrap:wrap;margin:.4rem 0}.search-recommendations__product .cutomer-rating-no{font-size:1.2rem;color:#0009}.search-recommendations__product .our-bestseller-collection-list-price{margin-top:.4rem}.search-recommendations__price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:.7rem;margin-top:.3rem}.search-recommendations__product .our-bestseller-collection-list-price .discounted-price,.search-recommendations__product .our-bestseller-collection-list-price .regular-price{font-size:1.6rem}.search-recommendations__product.search-recommendations__product .our-bestseller-collection-list-price .original-price{font-size:1.3rem}.save-percentage{display:block;color:#29ba83;font-weight:700;font-size:1.2rem;text-transform:lowercase;margin-top:.2rem}.product-card-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px;margin-bottom:4px}.product-card-tag{display:inline-block;padding:4px 12px;border-radius:50px;font-size:.85rem;font-weight:500;line-height:1.4;letter-spacing:.03em;background-color:var(--color-tag-bg, #ffffff);color:var(--color-tag-text, #5a4a00);border:1.5px solid var(--color-tag-border, #e6c800);white-space:nowrap;text-transform:capitalize}.product-card-tag:nth-child(odd){background-color:var(--color-tag-bg-alt, #ffffff);border-color:var(--color-tag-border-alt, #e6c800);color:var(--color-tag-text-alt, #5a4a00)}.search-recommendations__blogs{padding:2rem 2.4rem 2.5rem}.search-recommendations__blogs-heading{font-family:Poppins,sans-serif;font-size:1.8rem;font-weight:600;margin:0 0 3rem;color:#000;text-align:center;text-decoration:underline;text-underline-offset:.5rem;text-decoration-thickness:.15rem}.search-recommendations__blogs-heading:after{content:" :"}.search-recommendations__blogs-list{gap:2.4rem!important}.search-recommendations__blogs-list .custom-blog-section-blk{width:calc(33.33% - 1.6rem);margin-bottom:0;display:flex;flex-direction:column}.search-recommendations__blogs-list .custom-blog-section-image,.search-recommendations__blogs-list .custom-blog-section-bottom{width:100%!important;box-sizing:border-box;flex:0 0 auto}.search-recommendations__blogs-list .custom-blog-section-image a{display:block;width:100%}.search-recommendations__blogs-list .custom-blog-section-bottom{margin-top:0}.search-recommendations__blogs-list .custom-blog-section-image img{width:100%!important;display:block}.search-recommendations__blogs-list .custom-blog-section-titl a{text-decoration:underline;text-underline-offset:.3rem}.predictive-search--header{position:relative;top:auto;left:50%;right:auto;width:100vw;max-width:100vw;transform:translate(-50%);border:none;border-radius:0;box-shadow:none}.predictive-search--header #predictive-search-option-search-keywords{display:none}.predictive-search--header #predictive-search-results-groups-wrapper{max-width:70rem;margin:0 auto;padding-left:2.4rem;padding-right:2.4rem;box-sizing:border-box}.predictive-search--header #predictive-search-results-queries-list .predictive-search__item{justify-content:flex-start;padding:1rem 0;border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.predictive-search--header #predictive-search-results-queries-list .predictive-search__list-item:last-child .predictive-search__item{border-bottom:none}.predictive-search__item--link-with-thumbnail{align-items:center;grid-template-columns:6rem 1fr}.predictive-search__item--link-with-thumbnail .predictive-search__image-wrap{grid-area:product-image}#predictive-search-results-queries-list .predictive-search__item{padding:.9rem 2rem;font-size:1.5rem;color:#333;display:flex;align-items:center;gap:1.2rem;line-height:1.3}#predictive-search-results-queries-list .predictive-search__item:before{content:"";flex:0 0 1.7rem;width:1.7rem;height:1.7rem;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'><circle cx='9' cy='9' r='6' stroke='%23888' stroke-width='1.6'/><path d='M17 17l-3.5-3.5' stroke='%23888' stroke-width='1.6' stroke-linecap='round'/></svg>");background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.85}#predictive-search-results-queries-list .predictive-search__item-heading{font-size:1.5rem;font-weight:700;color:#111;margin:0}#predictive-search-results-queries-list .predictive-search__item-query-result{font-weight:700;color:#111}#predictive-search-results-queries-list .predictive-search__item-query-result mark{font-weight:400;color:#333;background:transparent}#predictive-search-results-queries-list .predictive-search__list-item:hover{background-color:#f5f5f5}#predictive-search-results-queries-list .predictive-search__list-item[aria-selected=true]{background-color:#f0f0f0}#predictive-search-queries{font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.06rem;color:#888;padding:1.2rem 2rem .4rem;margin:0;border:none}@media screen and (max-width:989px){.search-recommendations__products-list{grid-template-columns:repeat(3,1fr)}.search-recommendations__blogs-list .custom-blog-section-blk{width:calc(50% - 1.2rem)}}@media screen and (max-width:749px){.search-recommendations__wrapper{padding:1.5rem 1.5rem 2rem;gap:2rem}.search-recommendations__sidebar{text-align:left}.search-recommendations__sidebar-heading{font-size:1.6rem;margin-bottom:2rem}.search-recommendations__sidebar-list{justify-content:flex-start;gap:1rem}.search-recommendations__sidebar-link{font-size:1.3rem;padding:.8rem 1.6rem}.search-recommendations__products-heading{text-align:left;font-size:1.6rem;margin-bottom:2rem}.search-recommendations__products-list{grid-template-columns:repeat(2,1fr);gap:2rem 1.2rem}.search-recommendations__blogs{padding:1.5rem 1.5rem 2rem}.search-recommendations__blogs-heading{text-align:left;font-size:1.6rem;margin-bottom:2rem}.search-recommendations__blogs-list{flex-direction:column}.search-recommendations__blogs-list .custom-blog-section-blk{width:100%}.predictive-search__item--link-with-thumbnail{grid-template-columns:6rem 1fr!important;grid-column-gap:1.2rem;align-items:center;padding:.8rem 1.5rem}.predictive-search__item--link-with-thumbnail .predictive-search__image{width:6rem!important;height:6rem!important;max-width:6rem;object-fit:contain;display:block;margin:0}.predictive-search__item-content{min-width:0}.predictive-search__item-heading{font-size:1.4rem;line-height:1.3;word-break:break-word}.predictive-search__item .price{font-size:1.2rem}.predictive-search .price,.predictive-search__item-vendor+.predictive-search__item-heading{margin-top:.2rem}}
/*# sourceMappingURL=/cdn/shop/t/181/assets/component-predictive-search.css.map */
