.nav-item-searchbar{position:relative;display:flex;flex-direction:row-reverse;align-items:center;border-bottom:solid 1px var(--darkgreen);padding:8px 16px;transition:all 0.3s ease}.header-search-icon{width:20px;height:20px}.header-search-input{background:transparent;border:none;outline:none;color:var(--mainblack);font-size:14px;width:100%;margin:0px 10px;padding:0}.header-search-input::placeholder{color:var(--brown)}.search-icon{margin-left:8px;cursor:pointer}.search-dropdown{position:absolute;top:100%;left:0;right:0;background:white;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,0.15);z-index:10001;margin-top:8px;max-height:400px;overflow-y:auto}.search-dropdown.hidden{display:none}.search-results{padding:8px 0}.search-result-item{border-bottom:1px solid #f0f0f0}.search-result-item:last-child{border-bottom:none}.search-result-link{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 16px;text-decoration:none;color:#333;transition:background-color 0.2s ease}.search-result-link:hover{background-color:#f8f9fa}.search-result-image{width:50px;height:50px;margin-right:12px;border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.search-result-image img{width:100%;height:100%;object-fit:cover}.product-search-no-image{font-size:12px;color:#999;text-align:center}.product-search-category-icon,.product-search-subcategory-icon{font-size:24px}.search-result-title{font-size:14px;font-weight:600;margin:0 0 4px 0;color:#333}.search-result-category,.search-result-type,.search-result-count{font-size:12px;color:#666;margin:2px 0}.search-result-price{margin-top:4px;font-size:12px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px}.product-search-search-current-price{color:var(--darkgreen)}.badge-icon{width:30px;height:auto}.product-search-search-original-price{text-decoration:line-through;color:#999;margin-right:8px;font-size:12px}.product-search-search-sale-price{font-weight:600;color:#e74c3c}.view-all-link{background:#f8f9fa;border-top:1px solid #e9ecef;font-weight:600;color:#2c5aa0}.view-all-arrow{font-size:18px;color:var(--orange)}.search-loading{display:flex;align-items:center;justify-content:center;padding:20px;color:#666}.search-loading.hidden{display:none}.spinner{width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid var(--darkgreen);border-radius:50%;animation:spin 1s linear infinite;margin-right:8px}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.search-error,.search-no-results{padding:16px;text-align:center;color:#666}.search-request-cta{margin-top:12px;padding-top:12px;border-top:1px solid #eee}.search-request-cta p{font-size:13px;color:var(--brown);margin-bottom:8px}.search-request-btn{display:inline-block;padding:8px 16px;background:var(--darkgreen);color:var(--mainwhite);text-decoration:none;border-radius:4px;font-size:13px;transition:background-color 0.3s ease}.search-request-btn:hover{background:var(--lightgreen);color:var(--mainwhite)}.product-search-search-results-container{max-width:1200px;margin:0 auto;padding:20px}.product-search-search-header{text-align:center;margin-bottom:40px;direction:ltr}.ltr .product-search-search-header{text-align:center;margin-bottom:40px;direction:rtl}.product-search-search-header h1{color:#333;margin-bottom:10px}.product-search-search-query{color:#666;margin-bottom:20px}.product-search-search-form{display:flex;justify-content:center;gap:10px;max-width:500px;margin:0 auto}.product-search-search-input-large{flex:1;padding:12px 16px;border:2px solid #ddd;border-radius:25px;font-size:16px;outline:none}.product-search-search-input-large:focus{border-color:var(--darkgreen)}.product-search-search-btn{padding:12px 24px;background:var(--darkgreen);color:white;border:none;border-radius:25px;font-size:16px;cursor:pointer;transition:background-color 0.3s ease}.product-search-search-btn:hover{background:var(--darkgreen)}.product-search-search-section{margin-bottom:40px}.product-search-search-section h2{color:#333;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #f0f0f0}.product-search-categories-grid,.product-search-subcategories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:20px;margin-bottom:20px}.product-search-category-card,.product-search-subcategory-card{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;background:white;border-radius:4px;padding:5px;box-shadow:0 2px 10px rgba(0,0,0,0.1);transition:transform 0.3s ease}.product-search-category-card:hover,.product-search-subcategory-card:hover{transform:translateY(-2px)}.product-search-category-card img,.product-search-subcategory-card img{width:100%;height:auto;object-fit:cover;border-radius:4px;margin-bottom:15px}.product-search-category-info{width:100%}.product-search-category-info p{font-size:12px;margin-bottom:10px}.product-search-category-info h3,.product-search-subcategory-info h3{font-size:15px;color:var(--darkgreen)}.product-search-category-name{color:#666;font-size:14px;margin-bottom:4px}.product-search-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;margin-bottom:20px}.product-search-product-card{display:flex;flex-direction:column;background:white;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,0.1);transition:transform 0.3s ease}.add-to-cart-btn-wrapper{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:5px}.product-card-add-to-cart-search{cursor:pointer;width:80%;padding:10px 15px;border-radius:4px;border:none;background-color:var(--cream)}.product-search-product-info-wrapper{width:100%;text-decoration:none;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;flex-grow:1}.product-search-product-card:hover{transform:translateY(-2px)}.product-search-product-image{width:100%;position:relative;height:300px;overflow:hidden}.product-search-product-image img{width:100%;height:100%;object-fit:cover}.product-search-search-sale-badge{position:absolute;top:10px;right:10px;background:#e74c3c;color:white;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600}.product-search-featured-badge{position:absolute;top:10px;left:10px;background:var(--orange);color:white;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;z-index:2}.search-result-featured-badge{background:var(--orange);color:white;padding:2px 6px;border-radius:3px;font-size:10px;font-weight:600;margin-left:8px}.product-search-product-info{width:100%;display:flex;flex-direction:column;flex-grow:1;padding:5px 15px}.product-search-product-name{color:#333;margin:0;font-size:16px;font-weight:600}.product-search-product-category{color:#666;font-size:12px;margin-bottom:8px;min-height:40px;flex-grow:1}.product-search-product-description{color:#666;height:70px;font-size:14px;margin-bottom:12px;line-height:1.4;flex-grow:1}.search-wishlist{width:20%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.search-fav-icon-wish{cursor:pointer;width:35px;height:auto}.product-search-btn-primary{width:100%;background:var(--darkgreen);color:white;padding:8px 16px;border:none;border-radius:4px;text-decoration:none;display:inline-block;text-align:center;font-size:12px;transition:background-color 0.3s ease}.product-search-btn-primary:hover{background:var(--orange);color:white}.product-search-pagination{display:flex;justify-content:center;align-items:center;gap:15px;margin-top:30px}.product-search-page-btn{padding:5px 15px;background:var(--darkgreen);color:white;text-decoration:none;border-radius:4px;transition:background-color 0.3s ease;font-size:14px}.product-search-page-btn:hover{background:var(--lightgreen);color:white}.product-search-page-info{color:#666;font-size:12px}.product-search-no-results,.product-search-search-placeholder{text-align:center;padding:60px 20px;color:#666}.product-search-no-results h2,.product-search-search-placeholder h2{color:#333;margin-bottom:15px}.product-search-request-cta{margin-top:24px;padding-top:20px;border-top:1px solid #eee}.product-search-request-cta p{font-size:16px;color:var(--brown);margin-bottom:12px}.product-search-request-btn{display:inline-block;padding:12px 24px;background:var(--darkgreen);color:var(--mainwhite);text-decoration:none;border-radius:25px;font-size:16px;transition:background-color 0.3s ease}.product-search-request-btn:hover{background:var(--lightgreen);color:var(--mainwhite)}@media (max-width:768px){.product-search-search-form{flex-direction:column}.product-search-search-results-container{padding:15px}}@media (max-width:480px){.search-result-title{font-size:13px}.search-dropdown{width:95%;top:85%;left:0;right:50%;transform:translateX(50%)}.search-result-category{font-size:11px}}