.custom-search-container{padding:0 30px;border-bottom:1px solid var(--e-global-color-78d7a02)}.custom-search-container .search-box{display:flex;align-items:center;justify-content:space-between;position:relative}.custom-search-container .search-icon{position:absolute;top:50%;transform:translateY(-50%);left:10px}.custom-search-container .form-group{width:100%;max-width:calc(100% - 120px)}.custom-search-container input#customSearchInput{padding:20px 0 20px 42px;border:0px!important;outline:none;width:100%}.custom-search-container .search-button{display:flex;align-items:center;gap:0}.custom-search-container .search-button button{border:0px!important;color:#000!important;font-size:14px!important;font-weight:500;padding:10px 20px!important;outline:0;background:transparent!important;text-transform:uppercase!important}.custom-search-container button.clear-btn{border-right:1px solid #cacaca;border-radius:0}.top-results{padding:20px 30px;display:flex}.top-results .column{flex:1 1 0%;padding:10px}.top-results .column .top-result-heading{display:none;font-size:16px;font-weight:500;line-height:22px;margin:0;color:rgb(48,48,48)}.all-products{display:flex}.all-products .product-list{column-count:2;column-gap:30px}.all-products .product-list a.product-list-item{display:grid;align-items:center;gap:20px;grid-template-columns:25% 75%}.all-products .product-list .product-image{width:100%;height:80px}.all-products .product-list a.product-list-item img{width:100%;height:100%;object-fit:cover}.all-products .product-list a.product-list-item span{color:rgb(0,0,0);font-size:16px;font-weight:500;line-height:22px}.top-results .column.category-results{display:none}.all-categories{display:flex;width:100%;justify-content:space-between}.all-categories .category-list{column-count:2;column-gap:30px;width:100%;margin-top:25px}.category-list-item a{color:rgb(0,0,0);font-size:16px;line-height:20px;margin-bottom:20px;display:block;cursor:pointer;font-weight:500;animation:200ms ease-out 0s 1 normal none running fadeIn;text-transform:capitalize}.top-results[data-id="result-2"] .category-results a{color:rgb(0,0,0);font-size:16px;line-height:20px;margin-bottom:20px;display:block;cursor:pointer;font-weight:500;animation:200ms ease-out 0s 1 normal none running fadeIn}@media(max-width:560px){.all-products .product-list{column-count:1}.all-products .product-list a.product-list-item{grid-template-columns:20% 80%}}