body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Arial,sans-serif;overflow-x:hidden}.product-page{background-color:#ddd;padding:2rem 0;width:100%}.product-list-page{width:100%}.product-list{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));justify-content:center;padding:0 2rem}.product-item{background-color:#f0f0f0;border-radius:8px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.product-item:hover{box-shadow:0 6px 12px #0003;transform:scale(1.05)}.product-image{background-color:#fff;height:auto;max-height:180px}.product-name{color:#333;font-size:1rem;margin:1rem 0;text-align:center}.category-title{color:#333;font-size:1.5rem;font-weight:700;margin:2rem 0 1rem 2rem}@media (max-width:768px){.product-list{gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));padding:0 1rem}.category-title{font-size:1.3rem;margin:1.5rem 0 1rem 1rem}.product-item{max-width:300px;padding:1rem}.product-image{max-height:220px}.product-name{font-size:1.1rem}}@media (max-width:480px){.product-list{grid-template-columns:1fr;justify-items:center;padding:0 1rem}.product-item{max-width:100%;padding:1.5rem}.product-image{max-height:250px}.product-name{font-size:1.2rem}}.product-list-page{align-items:center;background-color:gray;display:flex;flex-direction:column;padding:2rem}.product-list{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,220px);justify-content:start;width:100%}.product-item{align-items:center;background-color:#fff;border-radius:3%;display:flex;flex-direction:column;height:100%;text-align:center}.product-image{border-radius:8px;height:180px;object-fit:contain;width:100%}.product-name{align-items:center;display:flex;flex-grow:1;font-size:1.1rem;font-weight:700;justify-content:center;margin-top:1rem}header{background-color:#0072c6;padding:10px 20px}.header-container{align-items:center;display:flex;justify-content:space-between;position:relative}.logo a{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none}.logo-image{height:50px;width:auto}.menu-toggle{background:none;border:none;color:#fff;cursor:pointer;display:none;font-size:1.5rem}nav.menu{display:flex;justify-content:flex-end}nav.menu,ul{align-items:center}nav.menu ul{display:flex;gap:20px;list-style:none;margin:0;padding:0}nav.menu ul li{margin:0}nav.menu ul a{color:#fff;font-size:1rem;font-weight:700;text-decoration:none}nav.menu ul a:hover{text-decoration:underline}.login-button,.logout-button{background-color:initial;border:1px solid #fff;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:5px 10px;text-align:center}.login-button:hover,.logout-button:hover{background-color:#fff;color:#0072c6}@media (max-width:768px){.menu-toggle{display:block}nav.menu{background-color:#0072c6;box-shadow:-2px 0 5px #00000080;display:none;flex-direction:column;height:100%;padding:20px;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease-in-out;width:250px;z-index:1000}nav.menu.open{display:flex;transform:translateX(0)}nav.menu ul{flex-direction:column;gap:15px}nav.menu ul a{font-size:1.2rem}.backdrop{background-color:#00000080;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:999}}
/*# sourceMappingURL=main.15dea3e4.css.map*/