.products-page{min-height:100vh;background:#D3E3D3;font-family:Poppins,sans-serif}.products-container{max-width:1200px;margin:0 auto;padding:20px}.products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding:0 10px}.products-header h1{font-size:2rem;font-weight:600;color:#333;margin:0}.cart-icon{width:40px;height:40px;background:white;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.1);cursor:pointer;transition:all .3s ease}.cart-icon:hover{background:#99BD98;color:white}.cart-icon svg{width:20px;height:20px}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;max-width:100%}.product-card{background:white;border-radius:15px;padding:20px;display:flex;flex-direction:column;align-items:center;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:all .3s ease;min-height:280px}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.product-image{width:100%;height:150px;display:flex;align-items:center;justify-content:center;margin-bottom:15px;overflow:hidden}.product-image img{max-width:100%;max-height:100%;object-fit:contain}.product-info{text-align:center;width:100%;display:flex;flex-direction:column;align-items:center;gap:8px}.product-info h3{font-size:1rem;font-weight:600;color:#333;margin:0;line-height:1.3}.product-info .weight{font-size:.9rem;color:#666;margin:0}.product-info .price{font-size:1.1rem;font-weight:600;color:#333;margin:0}.add-btn{background:#99BD98;color:white;border:none;padding:8px 24px;border-radius:20px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin-top:5px}.add-btn:hover{background:#7da87c;transform:scale(1.05)}.footer{background:linear-gradient(135deg,#99BD98,#7da87c);color:white;padding:60px 20px 20px;margin-top:40px}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.footer-section h3{font-size:1.2rem;margin-bottom:20px;font-weight:600;color:white}.footer-section p{line-height:1.6;margin-bottom:5px;color:rgba(255,255,255,.9)}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:10px}.footer-section ul li a{color:rgba(255,255,255,.9);text-decoration:none;transition:all .3s ease}.footer-section ul li a:hover{color:white;padding-left:5px}.footer-bottom{max-width:1200px;margin:40px auto 0;padding-top:30px;border-top:1px solid rgba(255,255,255,.2);text-align:center;color:rgba(255,255,255,.8)}.footer-bottom p{margin:5px 0}@media (max-width:1024px){.products-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:15px}.product-card{padding:15px;min-height:260px}.product-image{height:130px}.footer-content{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width:768px){.products-container{padding:15px}.products-header h1{font-size:1.5rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.product-card{padding:12px;min-height:240px}.product-image{height:110px}.product-info h3{font-size:.9rem}.product-info .price{font-size:1rem}.footer{padding:40px 15px 20px}.footer-content{grid-template-columns:1fr;gap:30px;text-align:center}}@media (max-width:480px){.products-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-card{padding:10px;min-height:220px}.product-image{height:90px}.product-info .weight,.product-info h3{font-size:.8rem}.product-info .price{font-size:.9rem}.add-btn{padding:6px 16px;font-size:.8rem}.footer{padding:30px 10px 15px}.footer-section h3{font-size:1.1rem}}