@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(100dvh - 112px);padding:1rem;padding-right:.5rem;border:1px solid rgba(var(--color-base-text), 0.25);border-radius:.25rem;background-color:rgba(var(--color-base-background-secondary), 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-right:.5rem}predictive-search .predictive-search_heading{font-size:1.2rem;color:#ab03d0;font-weight:400;margin-bottom:.5rem;line-height:1}predictive-search .predictive-search_collections,predictive-search .predictive-search_products{list-style:none;display:flex;flex-direction:column;gap:.5rem;border-radius:.25rem}predictive-search .predictive-search_products{gap:.25rem}predictive-search .predictive-search_link{display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;padding:.5rem 1rem;background-color:rgba(var(--color-base-background-primary), 1);color:rgba(var(--color-base-text), 1);border-radius:.5rem;text-decoration:none;border:1px solid rgba(var(--color-base-text), 0.25);box-shadow:0px 1px 2px rgba(0,0,0,.1);transition:color .3s ease-in-out,background-color .3s ease-in-out}predictive-search .predictive-search_link:hover{color:rgba(var(--color-base-accent-primary), 1);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{border:1px solid rgba(var(--color-base-text), 0.25);border-bottom:none;border-radius:.5rem;background-color:rgba(var(--color-base-background-primary), 1);box-shadow:0px 1px 2px rgba(0,0,0,.1);transition:background-color .3s ease-in-out;overflow:hidden;display:grid;grid-auto-rows:auto;margin-top:1.5rem;grid-gap:.5rem;gap:.5rem;grid-auto-flow:dense;grid-template-columns:auto 1fr;grid-template-areas:"image text" "image text"}predictive-search .predictive-search_product:first-child,predictive-search .predictive-search .product:first-child{margin-top:0}predictive-search .predictive-search_product:last-child,predictive-search .predictive-search .product:last-child{border-bottom:1px solid rgba(var(--color-base-text), 0.25)}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:3/4;max-width:80px}predictive-search .predictive-search_product_text,predictive-search .predictive-search .product_text{grid-area:text;align-self:center;overflow:hidden}predictive-search .predictive-search_product_title,predictive-search .predictive-search .product_title{font-size:1rem;font-weight:700;line-height:1;color:rgba(var(--color-base-accent-primary), 1);text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}predictive-search .predictive-search_product_price .price,predictive-search .predictive-search .product_price .price{font-size:.9rem}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_collections,predictive-search .predictive-search .product_collections{color:rgba(var(--color-base-accent-secondary), 1);font-size:.8rem;font-weight:300}predictive-search .predictive-search_product .tags,predictive-search .predictive-search .product .tags{display:flex;flex-wrap:wrap;gap:.2rem;width:100%;justify-content:flex-start;align-items:center}predictive-search .predictive-search_product .tags .tag,predictive-search .predictive-search .product .tags .tag{background-color:#9c15d1;color:#fff;font-size:.5rem;font-weight:400;padding:.25rem;border-radius:.25rem;text-transform:uppercase;transition:background-color .3s ease-in-out;line-height:1;display:inline-flex;align-items:center;justify-content:center}predictive-search .predictive-search_product .tags .tag:hover,predictive-search .predictive-search .product .tags .tag:hover{background-color:#7910a3}predictive-search .predictive-search_product .tags .tag svg,predictive-search .predictive-search .product .tags .tag svg{width:.5rem;height:.5rem;margin-right:.25rem}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 .predictive-search_more a{width:100%;border-radius:.5rem}predictive-search.-active{display:block !important}predictive-search.-active{position:fixed;top:0;left:0;width:100dvw;height:100dvh;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;height:100%}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;background-color:rgba(var(--color-base-background-primary), 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:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:5}@media screen and (max-width: 991px){.predictive-search-overlay{display:none !important}}
