@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");html{scroll-behavior:smooth}:root{--primary-color:#0078a8;--secondary-color:#f59e0b;--text-color:#1e293b;--bg-color:#f8fafc}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Poppins,sans-serif;color:var(--text-color);background-color:var(--bg-color);line-height:1.5}a{text-decoration:none;color:inherit}ul{list-style:none}button{cursor:pointer;border:none;font-family:inherit}.container{max-width:1440px;margin:0 auto;padding:0 1rem;width:100%}.hero-carousel{height:450px}.cart-layout{display:grid;grid-template-columns:2fr 1fr;grid-gap:2rem;gap:2rem}@media (max-width:768px){.header-top{display:none!important}.header-main{flex-wrap:wrap;justify-content:space-between!important;padding:1rem!important}.header-search{width:100%!important;flex:0 0 100%!important;order:3;margin-top:1rem}.header-icons,.nav-menu{display:none!important}.mobile-nav-trigger{display:block!important;order:1}.header-logo-link{order:2}.header-logo{height:50px!important}.product-grid{grid-template-columns:repeat(2,1fr)!important}.hero-carousel{height:250px!important}.cart-layout{grid-template-columns:1fr}}@media (max-width:480px){.product-grid{grid-template-columns:1fr!important}}