@keyframes animateMenuOpen{0%{opacity:0;transform:translateY(-1.5rem) translateX(-50%)}100%{opacity:1;transform:translateY(0) translateX(-50%)}}@keyframes animateList{0%{opacity:0;transform:translateY(-1.5rem)}100%{opacity:1;transform:translateY(0)}}predictive-search{position:relative;display:block;z-index:29}predictive-search .predictive-search{width:100%;height:auto;max-height:calc(100vh - 112px);padding:1rem;border:1px solid rgba(var(--color-base-background-secondary), 1);border-radius:.25rem;background-color:rgba(var(--color-base-background-primary), 1);box-shadow:0px 3px 3px 0px rgba(0,0,0,.1);position:absolute;bottom:-0.5rem;overflow-y:auto;left:0;transform:translateY(100%);animation:animateList .5s 1 ease-in-out;grid-template-rows:1fr auto;gap:1rem}predictive-search .predictive-search_results{display:flex;flex-direction:column;gap:1rem;max-height:100%;overflow-y:auto;padding-bottom:1rem;padding-right:1.5rem}predictive-search .predictive-search .search_type:not(:first-child){margin-top:2rem}predictive-search .predictive-search_heading{font-size:1.35rem;color:rgba(var(--color-base-accent-primary), 1);font-weight:700;padding-bottom:.5rem;margin-bottom:1rem;border-bottom:2px solid rgba(var(--color-base-accent-secondary), 1);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;max-width:100%}predictive-search .predictive-search_collections,predictive-search .predictive-search_products{list-style:none;display:flex;flex-direction:column;gap:.5rem;border:1px solid rgba(var(--color-base-background-secondary), 1)}predictive-search .predictive-search_products{gap:0}predictive-search .predictive-search_link{display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;padding:.5rem 1rem;transition:background-color .3s ease-in-out}predictive-search .predictive-search_link:hover{text-decoration:none;background-color:rgba(var(--color-base-background-secondary), 1)}predictive-search .predictive-search_submit{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1.5rem;font-size:1.4rem;background-color:rgba(var(--color-base-accent-primary), 1);color:rgba(var(--color-base-background-primary), 1);border-radius:.5rem;transition:background-color .3s ease-in-out}predictive-search .predictive-search_submit:hover{text-decoration:none;background-color:rgba(var(--color-base-background-secondary), 1);color:rgba(var(--color-base-text), 1)}predictive-search .predictive-search_product,predictive-search .predictive-search .product{background-color:rgba(var(--color-base-background-primary), 1);transition:background-color .3s ease-in-out;display:grid;grid-auto-rows:auto;margin-top:1.5rem;grid-gap:1rem;gap:1rem;grid-auto-flow:dense;grid-template-columns:1fr 2fr;grid-template-areas:"image text" "image text"}predictive-search .predictive-search_product_image,predictive-search .predictive-search .product_image{grid-area:image;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;aspect-ratio:4/3}predictive-search .predictive-search_product_text,predictive-search .predictive-search .product_text{grid-area:text;align-self:center}predictive-search .predictive-search_product_title,predictive-search .predictive-search .product_title{font-size:1.1rem;font-weight:700;color:rgba(var(--color-base-accent-primary), 1);text-decoration:none}predictive-search .predictive-search_product_price .price .price_sale,predictive-search .predictive-search .product_price .price .price_sale{display:none;flex-direction:column;gap:0}predictive-search .predictive-search_product_price .price.-on-sale,predictive-search .predictive-search .product_price .price.-on-sale{display:flex}predictive-search .predictive-search_product_price .price.-on-sale .price_sale,predictive-search .predictive-search .product_price .price.-on-sale .price_sale{display:flex;justify-content:flex-start;align-items:flex-start}predictive-search .predictive-search_product_price .price.-on-sale .price_regular,predictive-search .predictive-search .product_price .price.-on-sale .price_regular{display:none}predictive-search .predictive-search_product:hover,predictive-search .predictive-search .product:hover{background-color:rgba(var(--color-base-background-secondary), 1);text-decoration:none}predictive-search.-active{display:block !important}predictive-search.-active{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:30;background-color:rgba(var(--color-base-background-primary), 1);padding:1rem}predictive-search.-active form{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto 1fr;grid-gap:1rem;gap:1rem}predictive-search.-active form button[close]{display:flex;justify-content:center;align-items:center}predictive-search.-active form button[close] svg{transform:rotate(180deg)}predictive-search.-active .predictive-search{display:grid !important}predictive-search.-active .predictive-search{grid-column:1/-1;transform:translateY(0);min-height:100%;height:100%;position:relative;border:none;box-shadow:none;padding:0;overflow-y:auto;padding-right:.75rem}predictive-search.-active .predictive-search_results{min-height:100%}predictive-search.-active .predictive-search_results::-webkit-scrollbar{display:none}predictive-search.-active .predictive-search .search_type{margin-bottom:1.5rem}predictive-search.-active .predictive-search .search_link{display:flex;justify-content:space-between;margin-bottom:.5rem}.predictive-search-overlay{display:block !important}.predictive-search-overlay{position:fixed;top:56px;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:28}@media screen and (max-width: 993px){.predictive-search-overlay{display:none !important}}
