.vv-search-trigger{background-color:transparent;border:none;color:#fff;font-size:.5rem;font-weight:400;padding:.8rem .5rem;cursor:pointer;transition:color .3s ease,background-color .3s ease}.vv-search-trigger:hover{color:#2596be;background-color:rgba(0,0,0,.05)}.vv-search-trigger:focus{outline:none;box-shadow:0 0 0 3px #2596be}.vv-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:9999;display:none}.vv-modal{background:#fff;padding:2rem;border-radius:10px;width:80%;max-width:80%;justify-content:center;align-items:center;max-height:90vh;overflow-y:auto}.vv-modal-content{background:#fff;padding:2rem;border-radius:10px;width:80%;max-width:80%;justify-content:center;align-items:center;max-height:90vh;overflow-y:auto;margin:0 auto;box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.06)}@media (max-width:768px){.vv-modal-content{width:95%}}.vv-close{float:right;font-size:1.5rem;cursor:pointer;color:#333}.vv-search-form{width:100%;max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.vv-search-form label{display:block;margin-bottom:.5rem;font-weight:700}.vv-search-form select,.vv-search-form input{width:100%;padding:.75rem;margin-bottom:.5rem;border:1px solid #ccc;border-radius:5px;box-sizing:border-box}.vv-search-form input[type=number]{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:5px}.vv-search-form select{background:#fff;color:#000;box-shadow:0 2px 4px rgba(0,0,0,.05)}.filter-group{display:flex;flex-direction:column;margin-bottom:1.5rem}.price-range-inputs{display:flex;gap:1rem}.price-range-inputs input{flex:1}#vv-reset-filters,#vv-search-btn{background:#f0f0f0;border:1px solid #ccc;padding:.75rem 1.25rem;border-radius:5px;cursor:pointer;font-weight:700;width:fit-content}#vv-search-btn{background:#f0f0f0;border:1px solid #ccc;padding:.5rem 1rem;border-radius:5px;cursor:pointer;margin-right:1rem}.vv-product{border:1px solid #ccc;padding:1rem;margin:1rem 0;display:flex;gap:1rem;text-align:center}.vv-product img{max-width:100px;height:auto;border-radius:10px}.loading{text-align:center;font-style:italic;color:#888}#vv-loader{text-align:center;margin-top:20px;font-size:18px;color:#2596be}.vv-result-item{border:1px solid #ddd;padding:10px;margin-bottom:15px;display:flex;flex-direction:column;align-items:center;text-align:center}.vv-result-item img{width:200px;height:150px;object-fit:cover;border-radius:6px;margin-bottom:10px}.vv-result-item h3{margin:5px 0;font-size:16px;color:#333}.vv-price{color:#2596be;font-weight:700}#vv-no-results{text-align:center;margin-top:20px;font-size:18px;color:#777}