.product-module__l94IJa__landing{min-height:100vh;padding:20px}.product-module__l94IJa__heroSection{max-width:1200px;margin:0 auto;padding:40px 20px}.product-module__l94IJa__title{flex-direction:column;align-items:center;gap:10px;display:flex}.product-module__l94IJa__title h1{color:#111827;letter-spacing:-1px;font-size:clamp(40px,6vw,90px);font-weight:100;line-height:1.05}.product-module__l94IJa__title p{color:#666;opacity:.9;text-align:center;white-space:nowrap;font-size:clamp(16px,1.3vw,22px);line-height:1.4}.product-module__l94IJa__searchContainer{max-width:700px;margin:0 auto 40px}.product-module__l94IJa__searchBox{gap:10px;margin-bottom:15px;display:flex}.product-module__l94IJa__searchInput{border:2px solid #e0e0e0;border-radius:50px;outline:none;flex:1;padding:15px 20px;font-size:16px;transition:border-color .3s}.product-module__l94IJa__searchInput:focus{border-color:#667eea}.product-module__l94IJa__btn{cursor:pointer;border:none;border-radius:50px;padding:12px 30px;font-size:16px;font-weight:600;transition:all .3s}.product-module__l94IJa__btn.product-module__l94IJa__primary{color:#fff;background:linear-gradient(135deg,#0074c2 0%,#03477e 100%)}.product-module__l94IJa__btn.product-module__l94IJa__primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.product-module__l94IJa__btn.product-module__l94IJa__primary:disabled{opacity:.6;cursor:not-allowed}.product-module__l94IJa__btn.product-module__l94IJa__secondary{color:#333;background:#f0f2f5}.product-module__l94IJa__btn.product-module__l94IJa__secondary:hover{background:#e4e6eb}.product-module__l94IJa__searchButton{min-width:120px}.product-module__l94IJa__errorMessage{color:#c33;text-align:center;background:#fee;border-left:4px solid #c33;border-radius:8px;padding:12px 20px}.product-module__l94IJa__loadingContainer{text-align:center;padding:40px}.product-module__l94IJa__spinner{border:4px solid #e0e0e0;border-top-color:#667eea;border-radius:50%;width:50px;height:50px;margin:0 auto 20px;animation:1s linear infinite product-module__l94IJa__spin}@keyframes product-module__l94IJa__spin{to{transform:rotate(360deg)}}.product-module__l94IJa__noResults{text-align:center;color:#666;padding:30px}.product-module__l94IJa__tip{color:#999;margin-top:5px;font-size:14px}.product-module__l94IJa__resultsContainer{background:#fff;border-radius:16px;padding:30px;box-shadow:0 10px 30px #0000001a}.product-module__l94IJa__resultsHeader{border-bottom:2px solid #f0f2f5;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;display:flex}.product-module__l94IJa__resultsHeader h2{color:#333;margin:0;font-size:1.8rem}.product-module__l94IJa__resultCount{color:#667eea;background:#f0f2f5;border-radius:20px;padding:6px 12px;font-weight:600}.product-module__l94IJa__productGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:25px;display:grid}.product-module__l94IJa__productCard{background:#fff;border:1px solid #e0e0e0;border-radius:12px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 12px #00000014}.product-module__l94IJa__productCard:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.product-module__l94IJa__productImageContainer{background:#f8f9fa;justify-content:center;align-items:center;width:100%;height:180px;display:flex;position:relative;overflow:hidden}.product-module__l94IJa__productImage{object-fit:contain;width:100%;height:100%;padding:15px;transition:transform .3s}.product-module__l94IJa__productCard:hover .product-module__l94IJa__productImage{transform:scale(1.05)}.product-module__l94IJa__fallbackImage{object-fit:contain;opacity:.3;width:80px;height:80px}.product-module__l94IJa__productInfo{flex-direction:column;flex:1;padding:20px;display:flex}.product-module__l94IJa__productName{color:#333;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:10px;font-size:16px;font-weight:600;line-height:1.4;text-decoration:none;transition:color .3s;display:-webkit-box;overflow:hidden}.product-module__l94IJa__productName:hover{color:#667eea}.product-module__l94IJa__productSeller{color:#666;margin-bottom:10px;font-size:14px}.product-module__l94IJa__sellerLabel{color:#999;font-weight:500}.product-module__l94IJa__productPrice{color:#2ecc71;margin-bottom:15px;font-size:20px;font-weight:700}.product-module__l94IJa__viewButton{text-align:center;border-radius:8px;margin-top:auto;padding:10px 0;font-size:14px;font-weight:600;text-decoration:none}.product-module__l94IJa__placeholder{text-align:center;color:#666;padding:60px 20px}.product-module__l94IJa__placeholderIcon{opacity:.5;margin-bottom:20px;font-size:60px}@media (max-width:1200px){.product-module__l94IJa__heroSection{max-width:1000px}}@media (max-width:1024px){.product-module__l94IJa__heroSection{max-width:900px}.product-module__l94IJa__productGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width:900px){.product-module__l94IJa__heroSection{max-width:100%;padding:30px 20px}.product-module__l94IJa__searchContainer{max-width:600px}}@media (max-width:768px){.product-module__l94IJa__heroSection{padding:20px 15px}.product-module__l94IJa__title h1{font-size:2rem}.product-module__l94IJa__searchBox{flex-direction:column}.product-module__l94IJa__searchButton{width:100%}.product-module__l94IJa__productGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.product-module__l94IJa__productImageContainer{height:160px}.product-module__l94IJa__resultsHeader{flex-direction:column;align-items:flex-start;gap:10px}.product-module__l94IJa__resultsContainer{padding:20px}}@media (max-width:640px){.product-module__l94IJa__landing{padding:15px}.product-module__l94IJa__title h1{font-size:1.8rem}.product-module__l94IJa__title p{white-space:normal;text-align:center}.product-module__l94IJa__productGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.product-module__l94IJa__productInfo{padding:15px}}@media (max-width:480px){.product-module__l94IJa__productGrid{grid-template-columns:1fr}.product-module__l94IJa__productImageContainer{height:150px}.product-module__l94IJa__productCard{max-width:100%}.product-module__l94IJa__title h1{font-size:1.6rem}.product-module__l94IJa__searchInput,.product-module__l94IJa__btn{font-size:16px}}@media (max-width:375px){.product-module__l94IJa__landing{padding:10px}.product-module__l94IJa__heroSection{padding:15px 10px}.product-module__l94IJa__title h1{text-align:center;font-size:1.5rem}.product-module__l94IJa__resultsContainer{padding:15px}}
