.search_popup_wrapper{position:fixed;top:0;left:0;z-index:999;width:100%;height:100dvh;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);--webkit-backdrop-filter: blur(8px);opacity:0;pointer-events:none;padding:2rem 1rem;transition:opacity .3s,backdrop-filter .3s;background:color-mix(in srgb,#515151 56%,transparent);visibility:hidden}.search_popup_wrapper .search_popup_inner{margin-inline:auto;height:calc(100% - 10rem);transform:translateY(-150%);overflow:hidden;overflow-y:auto;max-width:90%;background:var(--color-background);width:100%;margin:0 auto;opacity:1;display:flex;flex-direction:column;clip-path:polygon(0 0,100% 0,100% 0,0 0);transition:opacity 0s ease-in-out .4s,visibility 0s ease-in-out .4s,clip-path .4s ease-in-out 0s;border-radius:1.5rem;z-index:999;position:relative}.serach_active .search_popup_inner{opacity:1;transform:translate(0);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);transition:opacity 0s ease-in-out 0s,visibility 0s ease-in-out 0s,clip-path .6s ease-in-out 0s}.serach_active{opacity:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:all;visibility:visible}.serach_active .search_popup_inner{opacity:1;transform:translate(0)}.search_popup_wrapper .drawer-wrapper__close{background:transparent;border:none;cursor:pointer}.search_popup_wrapper .drawer-wrapper__close svg{width:25px;height:25px}.search_popup_wrapper .drawer-wrapper__close svg path,.search_popup_wrapper .drawer-wrapper__close svg line{color:var(--color-foreground)}.header_search_content{display:flex;gap:10px;flex-direction:row;flex-wrap:wrap}.search_content-main{width:calc(70% + -0px)}.popular_collections-list{width:calc(30% - 10px);background:var(--color-secondary-background);overflow:auto;border-radius:5px}.popular_collections_wrapper{padding:2rem}.popular_collections_block span{position:relative;transition:transform .5s ease;font-size:24px;line-height:1.5}.popular_collections_block span:before{content:attr(data-hover);position:absolute;left:0;transform:translateY(100%);transition:transform .5s ease;top:0;right:0}.popular_collections_block a:hover span{transform:translateY(-100%)}.popular_collections_block a{display:inline-flex;align-items:center;column-gap:20px;overflow:hidden;cursor:pointer;text-decoration:none;color:var(--color-foreground)}.popular_collections_block{margin-bottom:10px}.search_drawer_header{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px;padding-bottom:5px;border-bottom:1px solid #cbcaca}.search_drawer_header h4{font-size:38px;color:var(--color-foreground);line-height:1.4}.search_popup_inner-block{padding:2rem 3rem 4rem}.empty_search_drawer .popular_products_inner{display:flex;gap:10px;flex-wrap:wrap;margin:10px 0;padding:.5rem 0 1rem}.empty_search_drawer .popular_products{width:100%;flex:0 0 calc((100% - 30px)/4)}.empty_search_drawer .popular_products_wrapper{padding:1rem .5rem}.empty_search_drawer .popular_products_wrapper h5{font-size:24px;margin-bottom:5px;padding-bottom:5px;color:var(--color-foreground);line-height:1.4}.empty_search_drawer .popular_products img{width:100%;height:250px;object-fit:cover;border-top-right-radius:10px;border-top-left-radius:10px}.popular_product_info{border-bottom-right-radius:10px;border-bottom-left-radius:10px;padding:10px}.empty_search_drawer .popular_products a{display:flex;height:100%;justify-content:space-between;flex-direction:column;background:var(--color-secondary-background);gap:5px;text-decoration:none;border-radius:10px}.empty_search_drawer .popular_products .popular_product_info p{font-size:14px;text-align:center;line-height:1.2;color:var(--color-foreground)}.popular_product_price{text-align:center;margin-top:5px;font-size:12px;color:var(--color-foreground)}.popular_collections_wrapper h5{font-size:32px;margin-bottom:25px;border-bottom:1px solid #b0afae;padding-bottom:2px}.header_search_content .search_drawer_form{width:95%;display:block;margin:2rem 5px 1rem;padding-bottom:10px;border-bottom:1px solid #331f17}.header_search_content .search_drawer_form .input_wrapper{display:flex;width:100%;position:relative;overflow:hidden;height:40px}.header_search_content .search_drawer_form input{width:90%;border:none;padding:0 10px;font-size:16px}.search_drawer_input .input_wrapper input:not(:placeholder-shown)+label+.search_drawer_reset{display:flex;opacity:1;pointer-events:all}.header_search_content .search_drawer_reset{padding:0;position:absolute;top:50%;right:7rem;transform:translateY(-50%);background:transparent;border:none;width:1.5rem;height:1.5rem;justify-content:center;align-items:center;cursor:pointer;display:none;opacity:0;pointer-events:none;transition:opacity .3s}.header_search_content #search_drawer_btn{position:absolute;top:0;right:0;max-width:5rem;height:100%;width:100%;border-radius:5px;border:none;background:var(--color-primary-button-background);padding:0;display:flex;justify-content:center;align-items:center;cursor:pointer}.header_search_content #search_drawer_btn svg path{fill:var(--color-primary-button-text)}.search_group{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:10px;border-bottom:1px solid #331f17;padding:5px 0 20px;margin-bottom:10px}.result_search_inner_popup{padding-top:1rem;margin-top:2rem}.search_group h6{grid-column:1 / -1;font-size:20px;font-weight:600;margin-bottom:5px;padding-bottom:5px;line-height:1.3;color:var(--color-foreground)}.search_result_product_card img{width:100%;height:100%;position:absolute;object-fit:cover}.search_result_product_card{border:1px solid #f0e8dd;border-radius:10px;padding:1rem;box-shadow:1px 2px #f7ecdd}.search_result_product_card_info{padding-top:10px}.search_result_product_card a{text-decoration:none}.search_result_product_card p,.search_result_product_card a{font-size:14px;color:var(--color-foreground);line-height:1.4}.search_result_product_price{font-size:13px;color:var(--color-foreground)}.search_group:last-child{border-bottom:0}.search_result_article_card{border:1px solid #f0e8dd;border-radius:10px;padding:1rem;box-shadow:1px 2px #f7ecdd}.search_result_article_card img{width:100%;height:100%;position:absolute;object-fit:cover}.search_result_article_info p{line-height:1.1;font-size:14px;margin-bottom:5px;color:var(--color-foreground);word-break:break-all}.search_result_article_info{padding:10px 0}.search_result_article_info a{text-decoration:underline;color:var(--color-foreground)}.search_result_page_card p{font-size:16px;color:var(--color-foreground);padding:0 5px}.search_result_page_card p a,.search_result_collection_card p a{text-decoration:none;color:var(--color-foreground)}.search_result_collection_card p{padding:0 5px}@media only screen and (min-width:751px)and (max-width:1300px){.empty_search_drawer .popular_products img{width:100%;height:210px}.popular_collections_wrapper h5{font-size:25px}.popular_collections_block span{font-size:20px}.search_content-main{width:calc(60% + 0px)}.popular_collections-list{width:calc(40% - 10px)}.search_group{grid-template-columns:repeat(2,1fr)}.popular_collections_wrapper h5{font-size:20px}.popular_collections_block span{font-size:18px}.empty_search_drawer .popular_products_wrapper h5{font-size:20px}.empty_search_drawer .popular_products{width:100%;flex:0 0 calc((100% - 30px)/2)}.search_popup_wrapper .search_popup_inner{max-width:95%}}@media screen and (max-width:750px){.search_result_article_info a{font-size:12px}.search_group h6{font-size:18px}.search_group{grid-template-columns:repeat(2,1fr);grid-gap:5px}.search_popup_wrapper{width:100%}.search_popup_wrapper .search_popup_inner{max-width:100%}.search_popup_inner-block{padding:2rem 1rem 4rem}.search_drawer_header{margin-bottom:10px;padding:0 10px 5px}.search_drawer_header h4{font-size:28px}.header_search_content{flex-wrap:wrap}.search_content-main{width:100%}.header_search_content .search_drawer_form{width:95%;margin:1rem 5px;padding-bottom:10px}.header_search_content .search_drawer_form input{width:85%;padding:0 5px;font-size:14px}.empty_search_drawer .popular_products_wrapper{padding:1rem .5rem}.empty_search_drawer .popular_products_wrapper h5{font-size:20px;margin-bottom:5px;padding-bottom:5px}.empty_search_drawer .popular_products_inner{gap:10px;flex-wrap:wrap;margin:10px 0;padding:.5rem 0}.empty_search_drawer .popular_products{width:100%;flex:0 0 calc((100% - 10px)/2)}.empty_search_drawer .popular_products:nth-child(3){display:none}.empty_search_drawer .popular_products:nth-child(4){display:none}.popular_collections_wrapper{padding:2rem 1rem}.popular_collections_wrapper h5{font-size:20px;margin-bottom:15px}.popular_collections_block span{font-size:18px}.popular_collections_block{margin-bottom:3px}.popular_collections-list{width:100%}.empty_search_drawer .popular_products img{width:100%;height:170px}.empty_search_drawer .popular_products .popular_product_info p{font-size:12px}}.search_result_product_card img[src=null]{font-size:0}.search_result_product_card img[src=null]:after{content:"";background-color:var(--color-secondary-background);display:block;height:100%;width:100%;position:absolute;top:0;right:0;bottom:0;left:0;max-width:100%;background-image:var(--serachblock-placholder);background-repeat:no-repeat;background-size:cover}.result_search_inner_popup img[src=null]{font-size:0}.result_search_inner_popup img[src=null]:after{content:"";background-color:var(--color-secondary-background);display:block;height:100%;width:100%;position:absolute;top:0;right:0;bottom:0;left:0;max-width:100%;background-image:var(--serachblock-placholder);background-repeat:no-repeat;background-size:cover}
/*# sourceMappingURL=/cdn/shop/t/14/assets/search-popup.css.map */
