*{margin:0;padding:0;box-sizing:border-box}.search_container{background-color:#fff;width:100vw;height:auto;display:flex;flex-direction:column;align-items:center}.searchContain_searchbox{width:60%;height:70px;border-radius:99px;border:1px solid #84878b;margin:100px 0 0;display:flex;align-items:center}.searchbox_left{width:60%;display:flex;align-items:center;padding:0 20px;position:relative}.searchbox_left_icon{display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1}.searchbox_left_icon svg{width:30px;height:30px}.searchbox_left_input{flex:1;display:flex;align-items:center;position:relative}.searchbox_left_input input{width:100%;border:none;font-size:20px;line-height:30px;text-indent:10px;background:transparent;position:relative;z-index:1}.searchbox_left_input input:focus{outline:none}.searchbox_left_icon.remove{position:absolute;right:20px;top:50%;transform:translateY(-50%);z-index:2;display:none}.searchbox_left_input.has-value+.searchbox_left_icon.remove{display:flex}.searchbox_right{width:40%;height:100%;display:flex;align-items:center}.searchbox_right_tag{width:100%;height:60%;border-left:#84878b 1px solid;padding:0 20px;display:flex;justify-content:space-around;overflow-x:auto}.tag_name{width:25%;height:100%;border:none;font-size:18px;background:none;cursor:pointer;white-space:nowrap}.tag_name.active{color:#ff467f;font-weight:700}.searchContain_banner{width:100vw;margin:50px 0;overflow:hidden;position:relative}.indexBanner_wrapper{display:flex;gap:10px;animation:slide 30s linear infinite}.indexWrapper_item{width:180px;height:320px;margin:20px 10px;overflow:hidden;flex-shrink:0;position:relative;cursor:pointer;transition:border .3s ease}.indexWrapper_item img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .5s ease}.indexWrapper_item:nth-child(odd) img{clip-path:polygon(0% 0%,93% 0%,100% 97%,0% 100%)}.indexWrapper_item:nth-child(2n) img{clip-path:polygon(0 3%,0 97%,100% 100%,95% 0)}.indexWrapper_item:hover img{clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);transform:scale(1.05)}.indexWrapper_item.selected{border:#ff467f 2px solid!important;position:relative}.indexWrapper_item.selected .removeBannerSelect{width:24px;height:24px;color:#fff;background-color:#ff467f;position:absolute;top:0;right:0;z-index:999;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px}.indexWrapper_item.selected img{clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%)!important}.searchContain_product{width:100%;margin:50px 0;display:flex;justify-content:center;min-height:300px}.searchProduct_content{width:60%;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);justify-items:center;overflow:hidden}.searchProduct_item{width:80%;position:relative;transition:transform .3s ease;cursor:pointer;display:none;text-decoration:none;color:inherit}.searchProduct_item.show{display:block;animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.searchProductItem_img{width:100%;overflow:hidden}.searchProductItem_img img{width:100%;height:auto;transition:transform .5s ease}.searchProductItem_img img:hover{transform:scale(1.08)}.searchProductItem_meta{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column}.searchProductItem_desc{background:radial-gradient(circle at left,#3a8a3f,#99b67e);color:#fff;font-weight:700;padding:8px 30px;border-radius:999px;text-decoration:none;transition:background .3s ease;position:absolute;top:-25px}.searchProductItem_desc:hover{background:radial-gradient(circle at right,#3a8a3f,#99b67e)}.searchProductItem_series{line-height:16px;font-size:14px;font-weight:900;text-transform:uppercase;color:#aeaeae;margin:26px 0 0}.searchProductItem_name{font-size:30px;line-height:33px;text-align:center;background:-webkit-linear-gradient(#99b67e,#3a8a3f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:Luckiest Guy,cursive;font-weight:200;margin:10px 0;display:flex;align-items:center;justify-content:center}.searchProductItem_price{font-size:18px;font-weight:700}.searchProduct_item:nth-child(odd) .searchProductItem_img{clip-path:polygon(0% 0%,100% 6%,100% 100%,0% 100%)}.searchProduct_item:nth-child(odd) .searchProductItem_img:hover{clip-path:polygon(4% 4%,90% 0%,100% 100%,0% 100%)}.searchProduct_item:nth-child(2n) .searchProductItem_img{clip-path:polygon(4% 6%,96% 0%,100% 100%,0% 100%)}.searchProduct_item:nth-child(2n) .searchProductItem_img:hover{clip-path:polygon(0% 0%,100% 0%,96% 100%,8% 96%)}.searchProduct_noResults{grid-column:1 / -1;text-align:center;padding:40px;font-size:24px;color:#888;display:none}.searchProduct_noResults.show{display:block}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:1200px){.searchContain_searchbox,.searchProduct_content{width:80%}.searchbox_right_tag{overflow-x:auto}.tag_name{min-width:70px;font-size:14px}}@media(max-width:768px){.searchContain_searchbox,.searchProduct_content{width:95%}.searchContain_searchbox{flex-direction:column;height:auto;padding:15px;gap:15px}.searchbox_left,.searchbox_right{width:100%}.searchbox_left{padding:0}.searchbox_left_icon.remove{right:10px}.searchbox_right_tag{border-left:none;border-top:1px solid #84878b;padding-top:10px;justify-content:flex-start;gap:10px}.searchProduct_content{grid-template-columns:repeat(2,1fr)}.indexWrapper_item{width:150px;height:250px}.indexBanner_wrapper{animation-duration:20s}}@media(max-width:480px){.searchProduct_content{grid-template-columns:1fr}.indexWrapper_item{width:120px;height:200px;margin:10px 5px}.indexBanner_wrapper{gap:5px;animation-duration:15s}.searchProductItem_name{font-size:24px}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/collection.search.css.map */
