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