.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;padding:2rem;max-width:1400px;margin:0 auto}.product-card{display:flex;flex-direction:column;border-radius:8px;overflow:hidden;transition:transform .2s ease-in-out;text-decoration:none;color:inherit;border:1px solid #eee}.product-card .product-image{position:relative;width:100%;aspect-ratio:1;overflow:hidden}.product-card .product-image .category-badge{position:absolute;top:1rem;left:1rem;background-color:#679352;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;z-index:1;text-transform:capitalize}.product-card .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}.product-card .product-image:hover img{transform:scale(1.05)}.product-card .product-info{padding:1rem;display:flex;flex-direction:column;gap:.75rem}.product-card .product-name{font-size:1.1rem;font-weight:600;margin:0;color:#333}.product-card .product-description{font-size:.9rem;color:#666;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card .price-button-container{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.product-card .product-price{font-size:1.5rem;font-weight:700;color:#000;margin:0}.product-card .add-to-cart-btn{background-color:#679352;color:#fff;border:none;padding:.75rem 1rem;border-radius:4px;font-weight:600;cursor:pointer;transition:background-color .2s ease-in-out;white-space:nowrap}.product-card .add-to-cart-btn:hover{background-color:#6e955c}@media(max-width:768px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;padding:1rem}}@media(max-width:480px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}}.home{padding:1rem}.home-headline{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:calc(100% + 2rem);height:900px;margin-left:-1rem;margin-top:-1rem;margin-bottom:64px;color:#fff}.home-headline:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(0,0,0,.7) 5%,rgba(0,0,0,0));z-index:0}.home-headlineText{padding:2rem;max-width:45rem;margin:0 auto 0 0;position:relative;z-index:1}.home-headlineImage{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-1}.home-tagline{padding:.45em .75em;font-size:.85rem;font-weight:500;letter-spacing:.025em;color:#686231;background-color:#fff7dc;width:fit-content;border-radius:20px;margin-bottom:1.5rem}.home-title{font-size:3rem;font-weight:600;margin:0 0 20px;line-height:3.5rem}.home-subtitle{font-size:1.25rem;font-weight:400;line-height:1.45}.home-cta{display:inline-block;padding:.75rem 1.5rem;background-color:#000;color:#fff;text-decoration:none;border-radius:.25rem;font-weight:500;letter-spacing:.025em;font-size:.9rem;transition:background-color .3s ease,transform .3s ease-in-out;transform:scale(1)}.home-cta:hover{background-color:#333;cursor:pointer;transform:scale(1.05);color:#fff}.home-productsTitle{font-size:2rem;font-weight:600;margin-bottom:1rem}.home-productsDescription{font-size:16px;font-weight:400;margin-bottom:1rem}.home-productsFilter{display:flex;gap:1rem;margin-bottom:1rem}.home-productsFilterItem{padding:.5rem 1rem;border-radius:100px;background-color:#f0f0f0;cursor:pointer;transition:background-color .3s ease,transform .3s ease-in-out;transform:scale(1)}.home-productsFilterItem:first-child{background-color:#d9f8cb}.home-productsFilterItem:first-child:hover{background-color:#d6f8c6}.home-productsFilterItem:hover{background-color:#e0e0e0;cursor:pointer;transform:scale(1.05)}