*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;display:flex;flex-direction:column;font-family:Roboto,sans-serif;background:url("./media/bees-bg-E5SO2YDQ.png") repeat center center;background-color:#fff8dc;color:#5c4033}header.header{flex-shrink:0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;padding:1rem 2rem;background:#fbbf24;color:#5c4033;box-shadow:0 2px 6px #0000001a}app-root{display:flex;flex-direction:column;min-height:100vh}.logo{font-size:1.75rem;font-weight:700}nav.nav{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}nav.nav a{text-decoration:none;color:#5c4033;font-weight:500;transition:color .2s}nav.nav a:hover{color:#b4690e}main.main-content{flex:1;padding:2rem;display:flex;flex-direction:column;align-items:center}.products-section{width:100%;max-width:1300px}.products-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.product-card{background:#ffedd5;border-radius:1rem;padding:1rem;box-shadow:0 4px 12px #00000014;text-align:center;transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #00000026}.product-image img{width:100%;height:180px;object-fit:cover;border-radius:.75rem;margin-bottom:1rem}.price{color:#d97706;font-weight:700;margin-bottom:.75rem}.add-btn{background:#fbbf24;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:.5rem;cursor:pointer;font-weight:700;transition:background .2s}.add-btn:hover{background:#f59e0b}footer.footer{flex-shrink:0;text-align:center;padding:1rem;background:#f59e0b;color:#5c4033}@media (max-width: 768px){header.header{flex-direction:column;align-items:center;text-align:center}nav.nav{justify-content:center;margin-top:.5rem}.product-image img{height:160px}.products-row{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.add-btn{font-size:.9rem}}@media (max-width: 480px){.logo{font-size:1.5rem}main.main-content{padding:1rem}.product-card{padding:.75rem}.product-image img{height:140px}}.cart-panel{position:fixed;top:0;right:-400px;width:350px;height:100%;background:#fff8dc;box-shadow:-4px 0 12px #00000026;transition:right .3s ease;padding:1rem;z-index:1000}.cart-panel.visible{right:0}.close-cart{position:absolute;top:10px;right:10px;background:#f59e0b;color:#fff;border:none;border-radius:4px;padding:.3rem .6rem;cursor:pointer}
