@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap";.navbar{position:sticky;top:0;z-index:1000;background-color:#fff;box-shadow:0 2px 8px #0000001a}.navbar-container{max-width:1800px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:.75rem 2rem}.navbar-brand{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:#333}.navbar-logo{height:40px;width:auto}.navbar-brand-text{font-size:1.35rem;font-weight:700;letter-spacing:.02em;color:#ec1f24}.nav-links{list-style:none;display:flex;align-items:center;gap:2rem;margin:0;padding:0}.nav-link{text-decoration:none;color:#333;font-size:1rem;font-weight:500;line-height:1.5;padding:.5rem 0;position:relative;transition:color .2s ease;background:none;border:none;cursor:pointer;font-family:inherit}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#ec1f24;transition:width .3s ease}.nav-link:hover{color:#ec1f24}.nav-link:hover:after{width:100%}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger-line{display:block;width:24px;height:2.5px;background-color:#333;border-radius:2px;transition:transform .3s ease,opacity .3s ease;transform-origin:center}.hamburger-open .hamburger-line:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.hamburger-open .hamburger-line:nth-child(2){opacity:0}.hamburger-open .hamburger-line:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}@media (max-width: 768px){.navbar-container{padding:.6rem 1rem;flex-wrap:wrap}.hamburger{display:flex}.nav-links{flex-basis:100%;flex-direction:column;align-items:center;gap:0;max-height:0;overflow:hidden;transition:max-height .35s ease}.nav-links.nav-open{max-height:300px}.nav-links li{width:100%;text-align:center}.nav-link{display:block;width:100%;padding:.85rem 1rem;border-top:1px solid rgba(0,0,0,.08);font-size:1.05rem;text-align:center}.nav-link:after{display:none}.nav-link:hover{background-color:#ec1f240d;color:#ec1f24}}.banner{max-width:1800px;margin:0 auto;width:100%;overflow:hidden}.banner-image{width:100%;height:auto;display:block;object-fit:cover;max-height:500px}@media (max-width: 768px){.banner-image{max-height:300px}}@media (max-width: 480px){.banner-image{max-height:200px}}.products-section{padding:3rem 2rem;max-width:1800px;margin:0 auto}.products-title{font-size:2rem;font-weight:700;color:#333;text-align:center;margin-bottom:2.5rem}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;align-items:start}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.product-image-wrapper{width:100%;overflow:hidden;background:#f5f5f5;flex-shrink:0;aspect-ratio:1 / 1}.product-image{width:100%;height:100%;object-fit:contain;display:block;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-info{padding:1rem 1.2rem}.product-name{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:.3rem}.product-description{font-size:.85rem;color:#777}@media (max-width: 1024px){.products-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (max-width: 768px){.products-section{padding:2rem 1rem}.products-title{font-size:1.6rem;margin-bottom:1.5rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.product-info{padding:.75rem .9rem}.product-name{font-size:1rem}.product-description{font-size:.8rem}}@media (max-width: 480px){.products-grid{grid-template-columns:1fr}}:root{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.app-container{width:100%;min-height:100vh;min-height:100dvh}.main-content{max-width:1800px;margin:0 auto;width:100%;padding:0 2rem}@media (max-width: 768px){.main-content{padding:0 1rem}}@media screen and (max-width: 768px){input[type=color],input[type=date],input[type=datetime],input[type=datetime-local],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select:focus,textarea{font-size:16px}}
