*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;background:beige;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}a{color:inherit;text-decoration:none}button{font-family:inherit}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:beige;border-left:3px solid #000}::-webkit-scrollbar-thumb{background:gold;border:3px solid #000}::-webkit-scrollbar-thumb:hover{background:#000}.desktop-nav{align-items:center;gap:16px;display:flex}.mobile-menu-btn{display:none}@media (width<=768px){.desktop-nav{display:none}.mobile-menu-btn{display:block}.product-detail-grid{grid-template-columns:1fr!important}}
