.hero-section{background:linear-gradient(135deg,#5b7b47,#a8c893);color:#fff;padding:60px 0;border-radius:0 0 20px 20px;margin-bottom:30px}.product-card{background:#fff;border:none;border-radius:20px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;position:relative;margin-bottom:20px;height:100%;box-shadow:0 4px 20px rgba(0,0,0,.08)}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px rgba(0,0,0,.15)}.product-card img{width:100%;height:220px;object-fit:cover;border-bottom:1px solid #f0f0f0}.product-card .card-body{padding:25px;display:flex;flex-direction:column;gap:10px}.product-card .card-title{font-size:1.3rem;font-weight:600;color:#4a6a37;margin-bottom:5px}.product-card .card-text{color:#555;font-size:.95rem;margin-bottom:10px}.qty-selector{display:flex;align-items:center;gap:12px;margin-top:10px}.qty-selector input{width:70px;text-align:center;border:1px solid #d1d9cc;border-radius:8px;padding:8px;font-size:.9rem}.qty-selector button{background:#e8efe3;border:none;border-radius:8px;padding:8px 12px;color:#4a6a37;font-weight:600;transition:background .3s ease}.qty-selector button:hover{background:#a8c893;color:#fff}.out-of-stock{position:absolute;top:15px;right:-30px;background:#ff4d4d;color:#fff;padding:6px 40px;font-size:.85rem;font-weight:600;transform:rotate(45deg);box-shadow:0 2px 5px rgba(0,0,0,.2)}.vendor-sidebar{background:#fff;border-radius:20px;padding:25px;box-shadow:0 5px 15px rgba(0,0,0,.05);height:-moz-fit-content;height:fit-content}.vendor-sidebar img{width:100%;height:160px;object-fit:cover;border-radius:12px}.vendor-sidebar .map-placeholder{background:#e8efe3;height:200px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#4a6a37;font-weight:600;margin-top:20px}.action-buttons{gap:10px;margin-top:10px}.action-buttons,.contact-icon{display:flex;align-items:center}.contact-icon{background:#e8efe3;color:#5b7b47;border:none;border-radius:5px;padding:10px;font-size:1.2rem;transition:background .3s,color .3s;width:40px;height:40px;justify-content:center}.add-to-cart{background:#4a6a37;color:#fff;border:none;border-radius:8px;padding:12px;width:100%;font-weight:600;font-size:.95rem;transition:background .3s ease,transform .2s ease;margin-top:auto}.add-to-cart:hover{background:#a8c893;transform:translateY(-2px)}.add-to-cart:disabled{background:#ccc;cursor:not-allowed}.filter-section{background:#fff;border-radius:20px;padding:25px;margin:30px 0;box-shadow:0 5px 15px rgba(0,0,0,.05)}.filter-title{color:#4a6a37;font-weight:600;font-size:1.25rem}.filter-group,.filter-title{margin-bottom:15px}.category-btn{background:#e8efe3;border:1px solid #d1d9cc;color:#4a6a37;border-radius:25px;padding:8px 20px;margin:5px;font-size:.9rem;transition:all .3s ease}.category-btn.active,.category-btn:hover{background:#4a6a37;color:#fff;border-color:#4a6a37}.price-range{display:flex;align-items:center;gap:12px}.price-range input{width:100px;border:1px solid #d1d9cc;border-radius:8px;padding:8px 10px;font-size:.9rem}.price-range .apply-btn{background:#4a6a37;color:#fff;border:none;border-radius:8px;padding:8px 20px;font-size:.9rem;transition:background .3s ease}.price-range .apply-btn:hover{background:#a8c893}.results-info{color:#4a6a37;font-weight:600;margin-bottom:15px;font-size:1rem}@media (max-width:768px){.product-card img{height:180px}.vendor-sidebar{margin-top:20px}.price-range{flex-direction:column;align-items:flex-start}.product-card .card-body{padding:20px}}.loader{position:relative;width:80px;height:80px;background:transparent}.loader div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border-radius:0;animation:spin 1.2s cubic-bezier(.5,0,.5,1) infinite;border:8px solid transparent;border-top-color:#3498db}.loader div:first-child{animation-delay:-.45s}.loader div:nth-child(2){animation-delay:-.3s}.loader div:nth-child(3){animation-delay:-.15s}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.tab-container{width:100%;max-width:calc(100vw - 40px);margin:5rem auto;position:relative}.tab-list{display:flex;flex-wrap:wrap;gap:.5rem;padding-bottom:2px}.tab,.tab-list{position:relative}.tab{flex:1 1;min-width:150px;padding:1rem 1.5rem;background:rgba(91,123,71,.1);color:#2f3d24;text-align:center;cursor:pointer;transition:all .3s ease;z-index:1;border-radius:8px 8px 0 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tab:hover{background:rgba(91,123,71,.3)}.tab-active{background:#5b7b47;color:#fff}.tab-icon{margin-right:.5rem}.content{background:hsla(0,0%,100%,.9);padding:2rem;border-radius:0 8px 8px 8px;min-height:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#2f3d24;border:1px solid rgba(91,123,71,.2);width:100%;margin:0 auto}.progress-line{position:absolute;bottom:0;height:4px;background:linear-gradient(45deg,#6b944e,#84b366);transition:all .3s ease;z-index:0}@media (max-width:640px){.tab{min-width:100px;font-size:.9rem;padding:.75rem}}