*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center;padding:15px 0}.logo{font-size:24px;font-weight:700;color:#2c3e50;text-decoration:none}.header-actions{display:flex;gap:20px;align-items:center}.language-selector{position:relative}.language-btn{display:flex;align-items:center;gap:5px;padding:8px 12px;border:none;background:#f8f9fa;border-radius:8px;cursor:pointer;color:#333;transition:background .3s}.language-btn:hover{background:#e9ecef}.language-dropdown{position:absolute;top:100%;right:0;background:white;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);min-width:120px;z-index:200;margin-top:5px}.language-option{display:block;width:100%;padding:10px 15px;border:none;background:none;text-align:left;cursor:pointer;transition:background .3s;color:#333}.language-option:hover{background:#f8f9fa}.language-option.active{background:#667eea;color:white}.header-btn{display:flex;align-items:center;gap:5px;padding:8px 16px;border:none;background:#f8f9fa;border-radius:8px;cursor:pointer;text-decoration:none;color:#333;transition:background .3s}.header-btn:hover{background:#e9ecef}.product-stats{justify-content:space-between;margin:12px 0 8px;font-size:.85rem}.product-rating,.product-stats{display:flex;align-items:center}.product-rating{gap:4px}.stars{color:#ffd700;font-size:14px;letter-spacing:1px}.rating-text{color:#666;margin-left:2px}.product-reviews,.product-sales{color:#888;font-size:.8rem}.product-reviews{gap:15px;margin-bottom:8px}.product-reviews,.review-count{display:flex;align-items:center}.review-count{gap:3px}.hot-badge{position:absolute;top:20px;right:20px;background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:white;padding:4px 8px;border-radius:12px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px rgba(255,107,107,.4);animation:hotPulse 2s ease-in-out infinite}.sales-count{display:flex;align-items:center;gap:3px}.search-section{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:60px 0;text-align:center}.search-section h1{font-size:2.5rem;margin-bottom:20px;font-weight:300}.search-box{max-width:500px;margin:0 auto;position:relative}.search-input{width:100%;padding:15px 50px 15px 20px;border:none;border-radius:50px;font-size:16px;outline:none}.search-btn{position:absolute;right:5px;top:50%;transform:translateY(-50%);background:#667eea;border:none;border-radius:50%;width:40px;height:40px;color:white;cursor:pointer}.products-section{padding:80px 0}.section-title{text-align:center;font-size:2rem;margin-bottom:50px;color:#2c3e50}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:30px;gap:30px}.product-card{background:white;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s,box-shadow .3s;cursor:pointer;text-decoration:none;transform:translateY(0)}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.15)}.product-image{width:100%;height:250px;display:flex;align-items:center;justify-content:center;font-size:3rem}.product-info{padding:20px}.product-title{font-size:1.2rem;font-weight:600;margin-bottom:8px;color:#2c3e50}.product-price{font-size:1.4rem;font-weight:700;color:#e74c3c;margin-bottom:10px}.product-desc{color:#666;font-size:.9rem;line-height:1.4}.pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:50px;padding:20px 0}.pagination-btn{padding:8px 12px;border:1px solid #e9ecef;background:white;color:#333;border-radius:6px;cursor:pointer;transition:all .3s;font-size:14px}.pagination-btn.active,.pagination-btn:hover:not(:disabled){background:#667eea;color:white;border-color:#667eea}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-info{color:#666;font-size:14px;margin:0 15px}.footer{background:#2c3e50;color:white;padding:40px 0;text-align:center}.footer-links{display:flex;justify-content:center;gap:40px;margin-bottom:20px}.footer-link{color:white;text-decoration:none;transition:color .3s}.footer-link:hover{color:#667eea}.footer-copyright{margin-top:20px;padding-top:20px;border-top:1px solid #34495e;color:#bdc3c7}.customer-service{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:24px;text-decoration:none;box-shadow:0 4px 20px rgba(102,126,234,.4);transition:all .3s ease;z-index:1000;animation:pulse 2s infinite}.customer-service:hover{transform:scale(1.1);box-shadow:0 6px 25px rgba(102,126,234,.6);color:white}@keyframes pulse{0%{box-shadow:0 4px 20px rgba(102,126,234,.4)}50%{box-shadow:0 4px 20px rgba(102,126,234,.6),0 0 0 10px rgba(102,126,234,.1)}to{box-shadow:0 4px 20px rgba(102,126,234,.4)}}@media (max-width:768px){.header-content{flex-direction:column;gap:15px}.header-actions{order:-1;width:100%;justify-content:space-between}.search-section h1{font-size:1.8rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.footer-links{flex-direction:column;gap:20px}.pagination{gap:5px}.pagination-info{margin:0 10px;font-size:12px}.product-stats{flex-direction:column;align-items:flex-start;gap:6px}.product-reviews{gap:10px}.hot-badge{top:8px;right:8px;font-size:9px;padding:3px 6px}}@media (max-width:480px){.container{padding:0 15px}.search-section{padding:40px 0}.products-section{padding:50px 0}.products-grid{grid-template-columns:1fr}.customer-service{bottom:20px;right:20px;width:50px;height:50px;font-size:20px}.product-stats{font-size:.8rem}.product-reviews{font-size:.75rem;gap:8px}.stars{font-size:12px}}