*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#f8fafc}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.header{background:#fff;box-shadow:0 2px 4px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0}.logo{display:flex;align-items:center;text-decoration:none}.logo-image{height:50px;width:auto;margin-right:1rem}.logo-text{display:flex;flex-direction:column}.logo-main{font-size:1.75rem;font-weight:700;color:#1e40af}.logo-subtitle{font-size:.875rem;color:#6b7280;margin-top:.25rem}.nav{display:flex;gap:2rem;align-items:center}.nav a{text-decoration:none;color:#374151;font-weight:500;transition:color .3s ease}.nav a:hover{color:#1e40af}.currency-selector{margin-left:1rem}.currency-select{background:#fff;border:1px solid #d1d5db;border-radius:.375rem;padding:.5rem .75rem;font-size:.875rem;color:#374151;cursor:pointer;transition:border-color .2s}.currency-select:hover{border-color:#9ca3af}.currency-select:focus{outline:none;border-color:#1e40af;box-shadow:0 0 0 3px #1e40af1a}.cart-button{background:#1e40af;color:#fff;border:none;border-radius:.5rem;padding:.5rem 1rem;font-size:1.25rem;cursor:pointer;position:relative;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.cart-button:hover{background:#1e3a8a;transform:translateY(-1px)}.cart-count{background:#ef4444;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;position:absolute;top:-5px;right:-5px}.hero{background:linear-gradient(135deg,#1e40af,#7c3aed);color:#fff;padding:5rem 0;text-align:center}.hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.hero p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.btn-primary{background:#fff;color:#1e40af;padding:.75rem 2rem;border:none;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary:hover{background:#f3f4f6;transform:translateY(-2px)}.category-filter{padding:3rem 0}.category-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.category-btn{padding:.5rem 1.5rem;border:2px solid #e5e7eb;background:#fff;color:#374151;border-radius:2rem;font-weight:500;cursor:pointer;transition:all .3s ease}.category-btn:hover{background:#f3f4f6}.category-btn.active{background:#1e40af;color:#fff;border-color:#1e40af}.products-section{padding:2rem 0 5rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.product-card{background:#fff;border-radius:1rem;box-shadow:0 10px 25px #0000001a;overflow:hidden;transition:all .3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.product-image{width:100%;height:200px;object-fit:cover}.product-content{padding:1.5rem}.product-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.product-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.product-unit{font-size:.75rem;color:#6b7280;background:#f3f4f6;padding:.25rem .5rem;border-radius:.25rem}.product-brand{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.product-description{color:#4b5563;font-size:.875rem;margin-bottom:1rem;line-height:1.5}.product-rating{display:flex;align-items:center;margin-bottom:1rem}.stars{color:#fbbf24;margin-right:.5rem}.rating-text{font-size:.875rem;color:#6b7280}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.product-price{display:flex;align-items:center;gap:.5rem}.current-price{font-size:1.5rem;font-weight:700;color:#111827}.original-price{font-size:.875rem;color:#6b7280;text-decoration:line-through}.product-category{font-size:.75rem;background:#dbeafe;color:#1e40af;padding:.25rem .5rem;border-radius:.25rem}.shipping-info{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem;padding:.5rem;background:#f8fafc;border-radius:.375rem;font-size:.75rem}.shipping-text{color:#4b5563;display:flex;align-items:center;gap:.25rem}.btn-order{width:100%;background:#1e40af;color:#fff;padding:.75rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.product-actions{display:flex;gap:.5rem;margin-top:1rem}.btn-order{flex:1;background:#1e40af;color:#fff;padding:.75rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.875rem}.btn-quote{flex:1;background:#10b981;color:#fff;padding:.75rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.875rem}.btn-pay{background:#22c55e;color:#fff;padding:.75rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.875rem}.btn-pay:hover{background:#16a34a;transform:translateY(-1px)}.product-quantity{margin-bottom:1rem}.quantity-label{font-size:.875rem;color:#374151;margin-bottom:.5rem;display:block}.quantity-selector{display:flex;align-items:center;gap:.5rem}.quantity-btn{background:#f3f4f6;border:1px solid #d1d5db;border-radius:.375rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-weight:700;cursor:pointer;transition:all .2s}.quantity-btn:hover{background:#e5e7eb;border-color:#9ca3af}.quantity-input{width:60px;text-align:center;border:1px solid #d1d5db;border-radius:.375rem;padding:.5rem;font-size:.875rem}.quantity-input:focus{outline:none;border-color:#1e40af;box-shadow:0 0 0 3px #1e40af1a}.product-actions{display:flex;flex-direction:column;gap:.5rem}.btn-add-cart{background:#059669;color:#fff;padding:.75rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.875rem}.btn-add-cart:hover{background:#047857;transform:translateY(-1px)}.btn-order{background:#1e40af;color:#fff;padding:.75rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.875rem}.btn-order:hover{background:#1e3a8a;transform:translateY(-1px)}.btn-quote{background:#10b981;color:#fff;padding:.75rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.875rem}.btn-quote:hover{background:#059669;transform:translateY(-1px)}.about-section{background:#fff;padding:4rem 0}.about-content{text-align:center;margin-bottom:3rem}.about-title{font-size:2rem;font-weight:700;color:#111827;margin-bottom:1rem}.about-description{font-size:1.125rem;color:#4b5563;max-width:600px;margin:0 auto;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.feature-card{text-align:center;padding:2rem}.feature-icon{width:4rem;height:4rem;background:#dbeafe;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.5rem}.feature-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.5rem}.feature-description{color:#4b5563;line-height:1.5}.contact-section{background:#f3f4f6;padding:4rem 0}.contact-header{text-align:center;margin-bottom:3rem}.contact-title{font-size:2rem;font-weight:700;color:#111827;margin-bottom:1rem}.contact-description{font-size:1.125rem;color:#4b5563}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.contact-card{background:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 4px 6px #0000001a}.contact-card h3{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:1rem}.contact-item{display:flex;align-items:center;margin-bottom:1rem;color:#374151}.contact-icon{color:#1e40af;margin-right:.75rem;font-size:1.25rem}.business-hours{display:flex;justify-content:space-between;margin-bottom:.5rem;color:#374151}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1000}.modal{background:#fff;border-radius:1rem;max-width:400px;width:100%;padding:1.5rem;box-shadow:0 25px 50px #00000040}.cart-modal{max-width:800px!important;width:95%!important;max-height:85vh!important;margin:1rem}.cart-content{display:flex;flex-direction:column;max-height:calc(85vh - 120px)}.cart-items{flex:1;overflow-y:auto;margin-bottom:1rem;max-height:400px}.cart-item{display:flex;align-items:center;padding:1rem;border-bottom:1px solid #e5e7eb;gap:1rem}.cart-item:last-child{border-bottom:none}.cart-item-image{width:60px;height:60px;flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover;border-radius:.5rem}.cart-item-details{flex:1;min-width:0}.cart-item-details h4{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:#111827}.cart-item-price{color:#6b7280;font-size:.875rem}.cart-item-category{color:#9ca3af;font-size:.75rem}.cart-item-quantity{display:flex;align-items:center;gap:.5rem}.cart-item-total{font-weight:600;color:#111827;min-width:80px;text-align:right}.remove-btn{background:none;border:none;color:#ef4444;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:all .2s}.remove-btn:hover{background:#fee2e2;color:#dc2626}.cart-summary{border-top:2px solid #e5e7eb;padding-top:1rem;margin-bottom:1rem}.summary-row{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.875rem}.summary-row.total{font-weight:600;font-size:1rem;color:#111827;border-top:1px solid #e5e7eb;padding-top:.5rem;margin-top:.5rem}.cart-actions{display:flex;gap:1rem;justify-content:space-between;align-items:center}.action-buttons{display:flex;gap:.5rem}.empty-cart{text-align:center;padding:2rem}.empty-cart p{margin-bottom:1rem;color:#6b7280}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.modal-title{font-size:1.25rem;font-weight:600;color:#111827}.modal-close{background:#f3f4f6;border:none;font-size:1.25rem;cursor:pointer;color:#6b7280;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s;line-height:1}.modal-close:hover{background:#e5e7eb;color:#374151}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-input,.form-textarea{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:border-color .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#1e40af;box-shadow:0 0 0 3px #1e40af1a}.form-textarea{resize:vertical;min-height:80px}.form-actions{display:flex;gap:1rem;margin-top:1.5rem}.btn-secondary{flex:1;padding:.5rem 1rem;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:#f3f4f6}.btn-submit{flex:1;padding:.5rem 1rem;background:#1e40af;color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-submit:hover{background:#1e3a8a}.footer{background:#111827;color:#fff;padding:3rem 0}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-section p{color:#9ca3af;line-height:1.5}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center;color:#9ca3af}.text-center{text-align:center}.text-white{color:#fff}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-900{color:#111827}.text-blue-600{color:#1e40af}.text-red-500{color:#ef4444}.text-yellow-400{color:#fbbf24}.bg-white{background:#fff}.bg-gray-50{background:#f9fafb}.bg-gray-100{background:#f3f4f6}.bg-blue-100{background:#dbeafe}.bg-green-100{background:#d1fae5}.bg-purple-100{background:#e9d5ff}.bg-blue-600{background:#1e40af}.bg-red-500{background:#ef4444}.border-gray-300{border-color:#d1d5db}.border-gray-800{border-color:#374151}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mt-8{margin-top:2rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.shadow-lg{box-shadow:0 10px 15px #0000001a}.shadow-md{box-shadow:0 4px 6px #0000001a}.transition-all{transition:all .3s ease}.transition-colors{transition:color .3s ease,background-color .3s ease,border-color .3s ease}@media(max-width:768px){.header-content{flex-direction:column;gap:1rem}.nav{gap:1rem}.hero h1{font-size:2rem}.hero p{font-size:1rem}.products-grid{grid-template-columns:1fr}.cart-modal{width:98%!important;max-width:none!important;margin:.5rem!important;max-height:95vh!important}.cart-content{max-height:calc(95vh - 100px)}.cart-items{max-height:300px}.cart-item{flex-direction:column;align-items:flex-start;gap:.75rem;padding:.75rem;position:relative}.cart-item-image{width:80px;height:80px;align-self:center}.cart-item-details{width:100%;text-align:center}.cart-item-quantity{justify-content:center;width:100%}.cart-item-total{text-align:center;width:100%;margin-top:.5rem}.remove-btn{position:absolute;top:.5rem;right:.5rem}.cart-actions{flex-direction:column;gap:.75rem}.action-buttons{width:100%;justify-content:space-between}.contact-grid,.footer-grid{grid-template-columns:1fr}.category-buttons{justify-content:flex-start;overflow-x:auto;padding-bottom:.5rem}}@media(max-width:640px){.container{padding:0 .5rem}.hero{padding:3rem 0}.modal{margin:.5rem}}
