.container{width:100%;font-family:Fredoka,sans-serif}.hero{height:300px;background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4));background-size:cover;background-position:50%;display:flex;align-items:center;justify-content:center;color:white;position:relative;width:100%;margin:0;padding:0}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,#2c5f2d,#4b7b2c,#97621f,#a6432d);opacity:.8}.hero-content{position:relative;z-index:1;text-align:center}.hero-title{font-size:2.5rem;margin:0 0 10px;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.main-content{max-width:1200px;margin:0 auto;padding:20px}.categories-section{margin-bottom:30px}.section-title{text-align:center;margin-bottom:20px;color:#333;font-size:1.5rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px;margin-bottom:20px}.category-card{background-color:#e8f2f3;color:#333;padding:20px;border-radius:10px;text-align:center;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.1);transition:all .3s ease}.category-card.active{background-color:#4caf50;color:white}.category-icon{margin-bottom:10px}.category-icon img{width:70px;height:70px;border-radius:50%;object-fit:cover}.category-label{font-size:.9rem;font-weight:500}.all-categories{text-align:center;margin-bottom:30px}.all-categories-link{color:#4caf50;text-decoration:none;font-size:1rem;font-weight:500}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.product-card{background-color:#f5f5f5;border-radius:10px;padding:15px;box-shadow:0 2px 10px rgba(0,0,0,.1);text-align:center;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;position:relative}.product-link{text-decoration:none;color:inherit;display:block}.product-quantity{position:absolute;top:5px;left:5px;color:black;padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:500;z-index:1;transition:opacity .3s ease}.product-image{margin-bottom:10px;display:flex;align-items:center;justify-content:center}.product-image img{width:100%;height:100%;object-fit:cover}.product-name{font-size:.85rem;color:#333;font-weight:500;margin:0;text-align:left;line-height:1.2;max-width:150px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-footer{display:flex;justify-content:space-between;align-items:flex-start;padding-top:10px;border-top:1px solid #eee;margin-top:10px}.product-price{font-size:1.1rem;font-weight:600;color:#4caf50;margin-bottom:5px}.price-container{display:flex;flex-direction:column;align-items:flex-start;flex:1;margin-right:10px}.price-label{font-size:.7rem;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}.cart-icon{margin-left:auto;align-self:flex-end;color:black;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all .3s ease;background:none}@media (max-width:768px){.hero{height:200px}.hero-title{font-size:1.8rem}.categories-grid{grid-template-columns:repeat(3,1fr);gap:10px}.category-card{padding:15px 10px}.category-icon img{width:50px;height:50px}.category-label{font-size:.8rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:15px}.product-card{padding:10px}.product-name{font-size:.8rem;max-width:120px}.product-price{font-size:1rem}}@media (max-width:480px){.hero{height:150px}.hero-title{font-size:1.5rem}.categories-grid{grid-template-columns:repeat(2,1fr)}.products-grid{grid-template-columns:1fr;gap:12px}.product-card{display:flex;align-items:center;text-align:left;gap:10px}.product-image{width:100px;margin-bottom:0}.product-footer{flex-direction:column;border-top:none;margin-top:0;padding-top:0;width:100%}.price-container{margin-right:0;margin-bottom:5px}.cart-icon{align-self:flex-end}}